diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 1068 |
1 files changed, 1068 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..5183602 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,1068 @@ +gnunet (0.9.2-1) unstable; urgency=low + + * New maintainer (Closes: #660438). + * New upstream release (Closes: #621645). + * Remove debian/patches, not necessary any more. + * Update dependencies, according to README: + + update minimal versions. + + depends on libunistring-dev. + + depends on libltdl-dev instead of libltdl3-dev. + + no need to depend on libgtk anymore. + * debian/rules: + + no need to define LOGFILE and PIDFILE. + + create a minimal conf file. + + cut gnunet-download-manager.scm extension. + + remove autogenerated files in clean. + * Gnunet is now released under the GPL v3. + * Standards version 3.9.3. + * Add debian/watch. + * Adding Italian debconf translations, thanks to Beatrice Torracca + (Closes: #663432). + * Move to dh-autoreconf and add extend-diff-ignore in debian/source/options. + * Remove gnunet-tools since gnunet-setup is not part of gnunet anymore + (Closes:#651192). + * gnunet-server.init: + + several services are now supervised by gnunet-service-arm. + + define the logfile at run time. + * Use a secured group gnunetdns for SUID binaries and change permissions + accordingly, see https://gnunet.org/gnunet-access-control-model + * Remove properly the old incompatible /etc/gnunetd.conf, use + /etc/gnunet.conf instead. + * Add minimal (generic) man pages when information is available. + * Remove dpkg options for compression. + * debian/control: gnunet-server suggests miniupnpc. + * gnunet-server.docs: add README.mysql and README.postgres. + * Remove /etc/default/gnunet-server on purge (Closes: #668766). + * debian/rules: remove template binaries after dh_install. + + -- Bertrand Marc <beberking@gmail.com> Sat, 21 Apr 2012 11:41:52 +0200 + +gnunet (0.8.1b-8) unstable; urgency=low + + * Orphaning package. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sun, 19 Feb 2012 08:24:30 +0000 + +gnunet (0.8.1b-7) experimental; urgency=low + + * Updating maintainer and uploaders fields. + * Removing vcs fields. + * Removing references to my old email address. + * Updating to debhelper version 8. + * Updating to standards version 3.9.2. + * Switching to source version 3.0 (quilt). + * Removing pre-squeeze version declarations from build-depends. + * Updating years in copyright file. + * Making packaging distribution neutral. + * Compacting copyright file. + * Removing leading slash in debhelper install files. + * Simplyfing autotools handling in rules. + * Adding Danish debconf translations from Joe Hansen + <joedalton2@yahoo.dk> (Closes: #633908). + * Updating po files. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Thu, 15 Sep 2011 13:52:08 +0200 + +gnunet (0.8.1b-6) experimental; urgency=low + + * Updating standards version to 3.9.0. + * Rebuilding against transitioned libesmtp (Closes: #597942). + * Updating to standards version 3.9.1. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Fri, 24 Sep 2010 18:25:52 +0200 + +gnunet (0.8.1b-5) unstable; urgency=low + + * Correcting spelling typo in README.Debian (Closes: #586583). + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sat, 26 Jun 2010 20:13:27 +0200 + +gnunet (0.8.1b-4) unstable; urgency=low + + * Stopp calling debconf-updatepo in clean target of rules. + * Dropping la files. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Mon, 03 May 2010 21:06:32 +0200 + +gnunet (0.8.1b-3) unstable; urgency=medium + + * Adding depends to remote_fs in init script. + * Rebuilding against libextractor with epoche to ease testing + migration. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sat, 20 Mar 2010 09:59:41 +0100 + +gnunet (0.8.1b-2) unstable; urgency=medium + + * Adding patch to disable initscript creation in gnunet-setup (Closes: + #555107). + * Adding patch to use correct initscript name for gnunet-server in + gnunet-setup. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sun, 14 Mar 2010 11:32:57 +0100 + +gnunet (0.8.1b-1) unstable; urgency=low + + * Merging upstream version 0.8.1b. + * Updating build-depends, depends, and conflicts on libextractor. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sat, 06 Mar 2010 10:50:09 +0100 + +gnunet (0.8.1a-1) unstable; urgency=low + + * Updating year in copyright file. + * Populating gnunetd.conf from upstreams example files. + * Updating to standards 3.8.4. + * Merging upstream version 0.8.1a. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Mon, 15 Feb 2010 13:11:53 +0100 + +gnunet (0.8.1-1) unstable; urgency=low + + * Simplifying autotools handling in rules. + * Setting last-translator for German debconf templates to me, no + intention do deal with debian-l10n-german in the future anymore. + * Moving maintainer homepage from control to copyright. + * Updating README.source. + * Bumping versioned build-depends on debhelper. + * Adding Japanese debconf translations from Hideki Yamane + <henrich@debian.or.jp> (Closes: #558066). + * Adding explicit source version 1.0 until switch to 3.0. + * Merging upstream version 0.8.1. + * Adding libstartup-notification0-dev to build-depends. + * Adding conflicts against libextractor 0.6 which will be incompatible + with gnunet 0.8. + * Updating debhelper files for new upstream version. + * Not calling tempfile with full path in gnunet-server.postinst. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 29 Dec 2009 18:39:36 +0100 + +gnunet (0.8.0c-8) unstable; urgency=low + + * Updating to standards version 3.8.3. + * Correcting spelling mistake in copyright file. + * Adding maintainer homepage field to control. + * Marking maintainer homepage field to be also included in binary + packages and changelog. + * Adding README.source. + * Correcting variable assignment in postinst which fails if default + shell is dash (Closes: #544020, #544032, #544033). + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sat, 29 Aug 2009 15:06:12 +0200 + +gnunet (0.8.0c-7) unstable; urgency=low + + * Excluding chown call on /var/run/gnunetd in postinst, directory is + handled in the initscript (Closes: #541685). + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sat, 15 Aug 2009 21:09:42 +0200 + +gnunet (0.8.0c-6) unstable; urgency=low + + * Removing optional debconf queries in gnunet-servers postrm to avoid + (spuriously?) hanging processes on the buildds (Closes: #541400). + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Thu, 13 Aug 2009 23:51:23 +0200 + +gnunet (0.8.0c-5) unstable; urgency=low + + * Reworking handling of autostart of gnunet-server. + * Only listing Christian as main author/contact person in copyright. + * Denoting debconf question about autostart to medium, which is just + more accurate. + * Applying some cosmetics to gnunet-server postinst script. + * Making sure that we don't get empty answers from debconf for gnunet + username and groupname. + * Calling dh_install with fail-missing when building the arch any + packages. + * Unifying debconf translation headers. + * Excluding /var/run/gnunetd from gnunet-server.dirs, it's created by + the initscript anyway. + * Using test -f instead of the stronger test -r when checking for + existence of the default file, just to shut up lintian. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Thu, 13 Aug 2009 18:46:40 +0200 + +gnunet (0.8.0c-4) unstable; urgency=low + + * Removing gnunet-update call in gnunet-server postinst, it's not + required anymore. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Wed, 12 Aug 2009 12:34:42 +0200 + +gnunet (0.8.0c-3) unstable; urgency=low + + * Removing unneded versions for build-depends. + * Wrapping build depends. + * Sorting depends. + * Updating year in copyright file. + * Tidy rules file. + * Setting priority of debconf question about gnunet user account to + low, medium was overrated. + * Removing unused debconf translation messages. + * Renaming username and groupname debconf questions to consistent + scheme. + * Also handling removal of gnunet user and group in postrm. + * Adding gnunet-server example preseed file. + * Adding updated Spanish debconf translations from Francisco Javier + Cuadrado <fcocuadrado@gmail.com> (Closes: #529030). + * Updating maintainer field. + * Updating vcs fields. + * Minimizing rules file. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 11 Aug 2009 00:00:16 +0200 + +gnunet (0.8.0c-2) unstable; urgency=low + + * Updating build-depends to libmysqlclient-dev (Closes: #538468). + * Upgrading package to standards version 3.8.2. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sat, 25 Jul 2009 23:59:21 +0200 + +gnunet (0.8.0c-1) unstable; urgency=low + + * Merging upstream version 0.8.0c (Closes: #520427). + * Building with http transport support (Closes: #519810). + * Updating package to standards 3.8.1. + * Removing old conflicts and replaces. + * Making gnunet binNMU safe (Closes: #527453, #527462). + * Using correct rfc-2822 date formats in changelog. + * Using more generic directoy name for local additions within the + packaging directory. + * Updating debhelper install files for new upstream. + * Adding misc:Depends in control to remaining binary packages. + * Updating section of the debug package. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Mon, 11 May 2009 18:30:20 +0200 + +gnunet (0.8.0b-5) unstable; urgency=low + + * Making use of code from cdbs' clean-la.mk file to clear the + dependency_libs field in all .la files in the gnunet-dev static + libraries. + * Removing Arnaud from uploaders, he is MIA (Closes: #513162). + * Updating year in copyright file. + * Updating debconf operations. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Thu, 05 Feb 2009 00:08:00 +0100 + +gnunet (0.8.0b-4) unstable; urgency=low + + * Removing config.guess and config.sub in clean target of rules. + * Adding db_stop call in gnunet-server.postinst to properly stop + debconf interactions. + * Replacing obsolete dh_clean -k with dh_prep. + * Adding '|| true' to gnunet-update call, this way a hanging gnunet- + update can be aborted in a (almost) sane way. Also see + https://gnunet.org/mantis/view.php?id=1349 (Closes: #506264). + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Thu, 20 Nov 2008 07:16:00 +0100 + +gnunet (0.8.0b-3) unstable; urgency=low + + * Adding libmicrohttpd-dev to gnunet-dev depends. + * Adding gnunet-server to gnunet-client suggests. + * Adding note about requiring gnunet-server in gnunet-client package + long-description. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Fri, 19 Sep 2008 10:49:00 +0200 + +gnunet (0.8.0b-2) unstable; urgency=low + + * Updating vcs fields in control file. + * Building gnunet on all architectures again, guile-1.8 on ia64 is back. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sun, 14 Sep 2008 12:53:00 +0200 + +gnunet (0.8.0b-1) unstable; urgency=low + + * Adding libssl-dev to build-depends. + * Merging upstream version 0.8.0b. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Mon, 25 Aug 2008 00:37:00 +0200 + +gnunet (0.8.0a-1) unstable; urgency=low + + * Merging upstream version 0.8.0a. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sun, 03 Aug 2008 20:55:00 +0200 + +gnunet (0.8.0-2) unstable; urgency=low + + * Creating /var/run/gnunetd in initscript in case /var/run is on a tmpfs. + * Adding versioned conflicts/replaces against gnunet in order to allow etch to + lenny upgrades. + * Updating contact address in po files. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Thu, 03 Jul 2008 14:17:00 +0200 + +gnunet (0.8.0-1) unstable; urgency=low + + * Switching maintainer and uploaders fields. + * Correcting spelling error in gnunet long-description. + * Updating gnunet-client.install for 0.8.0. + * Adding libesmtp-dev to build-depends. + * Bumping versioned libmicrohttpd depends to 0.3.1. + * Reordering rules file. + * Also excluding gnunet meta package from ia64 since there is no gnunet on + ia64 anyway. + * Using lintian debhelper to intall lintian overrides. + * Removing watch file. + * Rewriting copyright file in machine-interpretable format. + * Bumping versioned libextractor depends to 0.5.20. + * Adding vcs fields in control file. + * Upgrading package to standards 3.8.0. + * Upgrading package to debhelper 7. + * Merging upstream version 0.8.0. + * Correcting typo in gnunet-client.install file. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Thu, 19 Jun 2008 15:36:00 +0200 + +gnunet (0.8.0~pre1-1) experimental; urgency=low + + * New upstream release. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 17 Jun 2008 11:44:00 +0200 + +gnunet (0.7.3-7) unstable; urgency=medium + + * Excluding ia64 manually from architectures. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 29 Apr 2008 16:13:00 +0200 + +gnunet (0.7.3-6) unstable; urgency=medium + + * Removing watch file. + * Tightened gnunet inter depends. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Wed, 09 Apr 2008 07:44:00 +0200 + +gnunet (0.8.0~pre0-2) experimental; urgency=low + + * Tightened gnunet inter depends (Closes: #470180). + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 25 Mar 2008 11:49:00 +0100 + +gnunet (0.7.3-5) unstable; urgency=medium + + * Added patch to fix FTBFS with gcc-4.3 (Closes: #466830). + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 24 Mar 2008 11:14:00 +0100 + +gnunet (0.8.0~pre0-1) experimental; urgency=low + + * New upstream release. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Fri, 07 Mar 2008 16:19:00 +0100 + +gnunet (0.7.3-4) unstable; urgency=medium + + * Adding updated Dutch debconf translation from Bart Cornelis + <cobaco@skolelinux.no> (Closes: #469174). + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Fri, 07 Mar 2008 15:31:00 +0100 + +gnunet (0.7.3-3) unstable; urgency=medium + + * Rebuilding against new dialog (Closes: #454948). + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Wed, 13 Feb 2008 07:31:00 +0100 + +gnunet (0.7.3-2) unstable; urgency=low + + * Moved libgnunettesting_api.so.* to gnunet-client, they were accidentally + included to gnunet-dev before. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Mon, 21 Jan 2008 20:22:00 +0100 + +gnunet (0.7.3-1) unstable; urgency=low + + * New upstream release. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Mon, 24 Dec 2007 16:04:00 +0100 + +gnunet (0.7.2c-5) unstable; urgency=low + + * Building against transitioned libmicrohttpd. + * Added Finnish debconf translation from Esko Arajaervi <edu@iki.fi> + (Closes: #457419). + * Replacing msgid contact address in *.po files with packages address. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sat, 22 Dec 2007 10:58:00 +0100 + +gnunet (0.7.2c-4) unstable; urgency=medium + + * Added missing build-dependency against libncursesw5-dev, + now the gnunet-setup curses interface gets build again (Closes: #454701). + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Fri, 07 Dec 2007 09:30:00 +0100 + +gnunet (0.7.2c-3) unstable; urgency=medium + + * Some formal cleanups: + - Updated to new policy. + - Using Homepage field in control. + - Using versioned depends for libextractor. + - Comented lintian overrides. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Thu, 06 Dec 2007 22:36:00 +0100 + +gnunet (0.7.2c-2) unstable; urgency=medium + + * Updated install files to cover previously missed files (Closes: #454053). + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sun, 02 Dec 2007 22:29:00 +0100 + +gnunet (0.7.2c-1) unstable; urgency=low + + * New upstream release. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 09 Oct 2007 10:20:00 +0200 + +gnunet (0.7.2b-6) unstable; urgency=low + + * Adding debug package. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Wed, 26 Sep 2007 10:21:00 +0200 + +gnunet (0.7.2b-5) unstable; urgency=low + + * Renamed gnunet-daemon package to gnunet-server for consistency reasons. + Since gnunet was splittet out after etch, there is no transitional package + required. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Wed, 15 Aug 2007 14:51:00 +0200 + +gnunet (0.7.2b-4) unstable; urgency=low + + * Added netbase dependency to gnunet-daemon as found out by Kurt Roeckx + <kurt@roeckx.be> (Closes: #437922, #437984). + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Wed, 15 Aug 2007 14:25:00 +0200 + +gnunet (0.7.2b-3) unstable; urgency=low + + * Fixed broken gnunet-daemon.postinst on new installations. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 14 Aug 2007 16:30:00 +0200 + +gnunet (0.7.2b-2) unstable; urgency=low + + * Added build-dependency to libadns1-dev. + * Synced gnunetd.conf and gnunetd-daemon.postinst with upstream, + using /var/lib/gnunet instead of /var/lib/GNUnet now (Closes: #301822). + * Synced gnunet-daemon.install and gnunet-client.install with upstream, + including new libraries (Closes: #431021, #434684). + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 14 Aug 2007 15:57:00 +0200 + +gnunet (0.7.2b-1) unstable; urgency=low + + * New upstream release. + * Updated po files according to the work from the debian-l10n-english team + (Closes: #430802). + * Added updated French debconf translation from Christian Perrier + <bubulle@debian.org> (Closes: #431384). + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 14 Aug 2007 14:39:00 +0200 + +gnunet (0.7.2-1) unstable; urgency=low + + * New upstream release (Closes: #429478). + * Rewritten/edited all debian/* files; now using plain debhelper again. + * Removed no longer needed update mechanism from 0.6 to 0.7. + * Updated reviewed debconf templates from debian-l10n-english team + <debian-l10n-english@lists.debian.org> + (Closes: #427877, #425211, #425310, #429845). + * Added Vietnamese debconf translation from Clytie Siddall + <clytie@riverland.net.au> (Closes: #428547). + * Added updated Spanish debconf translation from Rudy Godoy Guillen + <rudy@stone-head.org> (Closes: #426078). + * Added updated Swedish debconf translation from Daniel Nylander + <yeager@lidkoping.net> (Closes: #428356). + * Added updated Portuguese debconf translation from Portuguese Translation + Team <traduz@debianpt.org> (Closes: #428357). + * Added Galician debconf translation from Jacobo Tarrio <jtarrio@trasno.net> + (Closes: #428387). + * Added updated German debconf translation from Helge Kreutzmann + <debian@helgefjell.de> (Closes: 425309, #429843). + * Added Russian debconf translation from Yuri Kozlov + <kozlov.y@gmail.com> (Closes: #429853). + * Added updated Czech debconf translation from Miroslav Kure + <kurem@upcase.inf.upol.cz> (Closes: #430343). + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Wed, 27 Jun 2007 09:53:00 +0200 + +gnunet (0.7.1c-2) unstable; urgency=low + + * Rebuild against new curl (Closes: #423573). + * Added Dutch debconf translation from Bart Cornelis <cobaco@skolelinux.no> + (Closes: #423048). + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sun, 13 May 2007 21:28:00 +0200 + +gnunet (0.7.1c-1) unstable; urgency=low + + * New upstream release (Closes: #420538). + * Package splitted into common, tools, daemon, client and dev (Closes: #394740). + * Added LSB section in init script. + * Enable IPv6 (Closes: #405763). + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Tue, 10 Apr 2007 12:49:11 +0200 + +gnunet (0.7.0e-5) unstable; urgency=medium + + * Added German debconf translation from Helge Kreutzmann + <debian@helgefjell.de> (Closes: #413731). + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 06 Mar 2007 21:48:00 +0100 + +gnunet (0.7.0e-4) unstable; urgency=medium + + * Added Spanish debconf translation from Javier Ruano + <javier.ruano@estudiante.uam.es> (Closes: #406719). + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sat, 13 Jan 2007 12:37:00 +0100 + +gnunet (0.7.0e-3) unstable; urgency=low + + * Convert rules and control files in order to use cdbs. + * debian/po/cs.po: Updated Czech translation. Thanks to Miroslav Kure (Closes: #389621). + * debian/po/pt.po: Added Portuguese translation. Thanks to Rui Branco (Closes: #374058). + + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Sat, 29 Jul 2006 23:48:43 +0200 + +gnunet (0.7.0e-2) unstable; urgency=low + + * New email address. + * Included wizard.glade (Closes: #371878). + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 04 Jul 2006 15:49:00 +0200 + +gnunet (0.7.0e-1) unstable; urgency=high + + * New uptream release. + * Set urgency to high since this release fix the remote DOS CVE-2006-2413 (Closes: #368159) + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Sun, 21 May 2006 11:24:28 +0200 + +gnunet (0.7.0d-1) unstable; urgency=low + + * New upstream release. + * debian/control: Bumped policy version to 3.7.2. + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Sun, 07 May 2006 14:36:13 +0200 + +gnunet (0.7.0c-2) unstable; urgency=low + + * contrib/init_gnunet_ubuntu: Fixed su usage (Closes: #358998). Thanks to + Nicolas Francois for the patch. + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Thu, 06 Apr 2006 22:18:59 +0200 + +gnunet (0.7.0c-1) unstable; urgency=low + + * New upstream release (Closes: #350472). Thanks to Nicolas Francois for the patch. + * debian/po/sv.po: Added swedish translation. Thanks to Daniel Nylander (Closes: #347664). + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Tue, 21 Mar 2006 19:01:36 +0100 + +gnunet (0.7.0b-1) unstable; urgency=low + + * New upstream release (Closes: #342108). + * debian/control: upgraded build depend from libmysqlclient14-dev to + libmysqlclient15-dev (Closes: #343814). + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Sat, 24 Dec 2005 14:09:43 +0100 + +gnunet (0.7.0a-1) unstable; urgency=low + + * New upstream release. + * debian/po/fr.po: Updated french translation. Thanks to Eric (Closes: #336769). + * debian/control: Updated dependencies to follow the libstdc++ allocator change. + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Sun, 20 Nov 2005 03:09:15 +0100 + +gnunet (0.7.0-1) unstable; urgency=low + + * New upstream version. + * debian/gnunet.templates: Applied debconf templates patch. Thanks to Clytie Siddall (Closes: #314191). + * Backport of gnunet-setup.c and sqlite.c from SVN to fix 919 and 943 issues (cf Mantis on https://gnunet.org/mantis/). + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Sun, 04 Sep 2005 12:49:30 +0200 + +gnunet (0.6.6b-5) unstable; urgency=low + + * debian/control: Bumped policy version to 3.6.2. + * debian/control: Updated depedencies to follow C++ ABI changes (Closes: #325844). + * debian/po/vi.po: Added new Vietnamese translation of gnunet debconf messages. Thanks to Clytie Siddall (Closes: #314190). + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Sun, 21 Aug 2005 10:54:54 +0200 + +gnunet (0.6.6b-4) unstable; urgency=high + + * Bump revision number and set urgency high and give the package a chance to + enter Sarge before the final release. + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Tue, 31 May 2005 20:57:31 +0200 + +gnunet (0.6.6b-3) unstable; urgency=low + + * debian/po/pt_BR.po: Updated Brazilian Portuguese translation of gnunet + debconf messages. Thanks to Guilherme de S. Pastore. (Closes: #306350) + + * debian/po/cs.po: Added new Czech translation of gnunet debconf messages. + Thanks to Miroslav Kure. (Closes: #310756) + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Thu, 26 May 2005 22:15:15 +0200 + +gnunet (0.6.6b-2) unstable; urgency=low + + * debian/docs: Added the file UPDATING. + * debian/gnunet.postinst: Secured access to the data directory with 0700 mask. + * debian/control: Set libextractor required instead of recommended (Closes: #305138) + * debian/README.Debian: Changed filename UPGRADING to UPDATING (Closes: + #305136). + + * debian/po/pt_BR.po: Added new Brazilian Portuguese translation, thanks to + Rodrigo Tadeu Claro (Closes: #306350). + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Sun, 01 May 2005 12:31:50 +0200 + +gnunet (0.6.6b-1) unstable; urgency=low + + * New Upstream release. + * debian/control: Added libextractor dependency. + * debian/rules: Added libextractor support. + + * debian/gnunet.postinst: Improved default configuration file building + process. + + * debian/gnunet.postinst: Changed default database from gdbm to sqlite. Do + the necessary data migration when needed. + Only change the default database if the user was previously using the old + default one. + If another database was explicitly specified, the script will keep the + user preferences. + + * debian/gnunet.conf: Changed default database from gdbm to sqlite. + + * debian/README.Debian: Updated the daemon usage. + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Tue, 01 Mar 2005 23:03:53 +0100 + +gnunet (0.6.6a-1) unstable; urgency=low + + * New upstream release (Closes: #293347). + * debian/control: Fixed gnunet-gtk dependencies. + * debian/gnunet.shlibs: Replaced version number by ${Source-Version}. + * debian/gnunet.postinst: Fixed some typos in default configuration file. + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Tue, 15 Feb 2005 19:45:51 +0100 + +gnunet (0.6.6-2) unstable; urgency=low + + * debian/rules: Added --without-extractor. + * debian/control: Removed forgotten libextractor dependency. + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Tue, 08 Feb 2005 23:29:54 +0100 + +gnunet (0.6.6-1) unstable; urgency=low + + * New upstream release. + * debian/rules: Removed --without-sqlite since sqlite3 is now part of Sarge + and Sid. + + * debian/control: Added dependency for sqlite3. + Removed libextractor dependencies (Closes: #293014). + + * debian/docs: Added gnunet.user (Closes: #292558). + * debian/po/fr.po: Added new french translation, thanks to Eric Madesclair + (Closes: #292895). + + * debian/gnunet.postrm, debian/gnunet.prerm, debian/gnunet.postinst, + debian/gnunet.init: Improved launch at startup feature. Thanks to Stephen + Gran for the initial patch. (Closes: #284549). + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Thu, 03 Feb 2005 00:29:18 +0100 + +gnunet (0.6.5-3) unstable; urgency=low + + * debian/control: Fixed dependencies. (Closes: #291776, #291857). + * Fixed a typo in previous changelog (Closes: #289496). + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Mon, 24 Jan 2005 00:41:29 +0100 + +gnunet (0.6.5-2) unstable; urgency=low + + * Applied Martin Quinson l10n patch wich switch to gettext-based debconf and + does the following modifications (Closes: #283632): + - debian/control: modification for dependencies: + build-dep: debhelper (>= 4.1.16) which depends on po-debconf. + depend: debconf (>= 1.2.0) since old versions have problems with + templates specifying the encoding of their content. + - debian/rules: Add 'debconf-updatepo' to the clean target + (to make sure that the relevant files are ready for translation in the + distributed source packages, and thus help translators). + - execute "debconf-gettextize debian/*templates*". + - update the style to the best current practice. + + * Applied Andreas Jochens patch to fix build process on AMD64 with gcc 4.0 + (Closes: #289496). + + * debian/control: Fixed dependencies. + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Fri, 03 Dec 2004 07:59:37 +0100 + +gnunet (0.6.5-1) unstable; urgency=low + + * New upstream release. + * debian/rules: Added --without-sqlite. The requirements for sqlite support + cannot be satisfied yet on Debian (sqlite >= 3.0.0 is not available). + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Wed, 17 Nov 2004 14:43:07 +0100 + +gnunet (0.6.4a-7) unstable; urgency=high + + * debian/gnunet.postinst: Fixed dash support (Closes: #280422) + Fixed old logfile may not be moved. + Changed compared version for the upgrade to 0.6.4a-7. + + * debian/gnunet.init: Fixed dash support. + Fixed possible error in restart command. + + * debian/gnunet.config: Changed compared version for the upgrade to + 0.6.4a-7. + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Tue, 09 Nov 2004 14:47:21 +0100 + +gnunet (0.6.4a-6) unstable; urgency=low + + * Backport gnunet-update.c from CVS (fix the "cannot get LOGFILE" bug). Now + we can use it in scripts to provide a much more elegant and reliable + migration script. + + * debian/gnunet.postinst: use new gnunet-update instead of complex shell + script. + Changed compared version for the upgrade to 0.6.4a-6. + + * debian/gnunet.config: use new gnunet-update instead of complex shell + script. + Changed compared version for the upgrade to 0.6.4a-6. + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Mon, 25 Oct 2004 01:29:32 +0200 + +gnunet (0.6.4a-5) unstable; urgency=low + + * debian/control: Note: awk is, by dependency, essential, so there is no + need to add it as a dependency. + + * debian/gnunet.postinst: Replaced mawk with awk which is provided either by + mawk, gawk, or original-awk (Closes: #277915). + Changed compared version for the upgrade to 0.6.4a-5 since some people + should have gnunet not yet configured with 0.6.4a-4. + + * debian/gnunet.config: Replaced mawk with awk. + Changed compared version for the upgrade to 0.6.4a-5 since some people + should have gnunet not yet configured with 0.6.4a-4. + Lowered the warning note priority to medium. + Removed reset of the warning note. + Removed unneeded comments. + Only warn user if configuration values are not yet compliant. + + * debian/gnunet.preinst: Removed since it's empty + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Sat, 23 Oct 2004 15:31:05 +0200 + +gnunet (0.6.4a-4) unstable; urgency=low + + * Many new improvements to allow gnunetd to run as non-root + (Closes: #226297). + + * Backport gnunet-update from CVS to use new -g option in package scripts. + * contrib/gnunet.root: Changed default values of PIDFILE and LOGFILE. + * debian/control: Removed unneeded version requirement for + libgcrypt11-dev. + Added debconf dependency to gnunet (required in package scripts). + + * debian/gnunet.postinst: Added gnunetd run as user support. + Added migration scripts to allow a "soft" update, keeping user + settings as much as possible. + + * debian/gnunet.templates: New file containing debconf template. + * debian/gnunet.init: Added the possibility to launch the Daemon as an user. + Added --background to prevent a debconf freeze. + + * debian/gnunet.logrotate: Changed default paths of logs to + /var/log/gnunetd/. + + * debian/gnu-in-net.xpm: Moved package's file from contrib/ + * debian/gnunet.desktop: Moved package's file from contrib/ + * debian/gnunet.conf: Moved package's file from contrib/. + Changed default values of PIDFILE and LOGFILE to new structure. + + * debian/gnunet.dir: Added var/log/gnunetd and var/run/gnunetd. + * debian/rules: Added dh_installdebconf. + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Mon, 18 Oct 2004 18:17:13 +0200 + +gnunet (0.6.4a-3) unstable; urgency=high + + * Bumb revision number for the package to be rebuild against fixed + libgcrypt11 (>=1.2.0-10) (Closes: #275793) + + * debian/control: Added version requirement for libgcrypt11-dev (>=1.2.0-10). + * Urgency set to high since package in Sarge is currently broken. + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Mon, 11 Oct 2004 12:13:28 +0200 + +gnunet (0.6.4a-2) unstable; urgency=high + + * debian/gnunet.postinst: Fixed data migration process. + * Urgency set to high since some people might have broken databases atm. + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Wed, 06 Oct 2004 03:58:35 +0200 + +gnunet (0.6.4a-1) unstable; urgency=medium + + * New upstream release. + * debian/gnunet.shlibs: Added missing libs. + * contrib/gnunet.desktop: Added menu file for GNOME and KDE. + * contrib/gnunet.root: Fixed to follow debian policy. + * Removed beta binaries gnunet-dht* and gnunet-setup from package since + they are not yet fonctional. + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Wed, 29 Sep 2004 08:09:38 +0200 + +gnunet (0.6.4-3) unstable; urgency=low + + * Fix gnunet-check segfault using CVS (Closes: #271560) + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Wed, 15 Sep 2004 23:10:45 +0200 + +gnunet (0.6.4-2) unstable; urgency=low + + * Bumb revision number so ftp-master will accept it. + + -- Glenn McGrath <bug1@debian.org> Fri, 10 Sep 2004 12:13:54 +1000 + +gnunet (0.6.4-1) unstable; urgency=low + + * New upstream release. + * New maintainer (Closes: #225690) + * contrib/gnu_in_net.xpm: Modified the application's icon to make the + background transparent. + + * debian/gnunet.postinst: Perform gnunet-check -a instead of gnunet-check + -u. This is needed to migrate data from 0.6.2b or earlier. + + * debian/control: Updated build dependency from libgtk1.2-dev to + libgtk2.0-dev as required. + + * debian/control: Added build dependency libgmp3-dev (>= 4.0.0) as required. + + -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Sun, 29 Aug 2004 23:07:45 +0200 + +gnunet (0.6.2b-1) unstable; urgency=low + + * New upstream release (Closes: #249894 #254258) + * Add missingok to logrotate entry (Closes: #254874) + * Including missing gnunet-download-manager.scm from cvs + + -- Glenn McGrath <bug1@debian.org> Sat, 26 Jun 2004 20:53:43 +1000 + +gnunet (0.6.2a-2) unstable; urgency=low + + * Build depend on guile-1.6, not guile-1.6-dev + + -- Glenn McGrath <bug1@debian.org> Sat, 08 May 2004 00:08:49 +1000 + +gnunet (0.6.2a-1) unstable; urgency=low + + * New upstream release + * Build depends on guile + + -- Glenn McGrath <bug1@debian.org> Thu, 06 May 2004 20:31:51 +1000 + +gnunet (0.6.2-1) unstable; urgency=low + + * New upstream release + * Enable tdb, bdb + + -- Glenn McGrath <bug1@debian.org> Sun, 02 May 2004 13:31:49 +1000 + +gnunet (0.6.1d-4) unstable; urgency=low + + * Build against new libgcrypt + + -- Glenn McGrath <bug1@debian.org> Tue, 20 Apr 2004 22:14:41 +1000 + +gnunet (0.6.1d-3) unstable; urgency=low + + * Disable STAT_MALLOC to fix hostkey generatation bug. + + -- Glenn McGrath <bug1@debian.org> Tue, 13 Apr 2004 17:51:07 +1000 + +gnunet (0.6.1d-2) unstable; urgency=low + + * Include .la files (Closes: #243229) + + -- Glenn McGrath <bug1@debian.org> Mon, 12 Apr 2004 21:22:02 +1000 + +gnunet (0.6.1d-1) unstable; urgency=low + + * New upstream release + + -- Glenn McGrath <bug1@debian.org> Sat, 03 Apr 2004 21:14:04 +1000 + +gnunet (0.6.1b-1) unstable; urgency=low + + * New upstream release + * Run "gnunet-check -ra" in postinst for compatability + + -- Glenn McGrath <bug1@debian.org> Sat, 31 Jan 2004 21:39:33 +1100 + +gnunet (0.6.1a-2) unstable; urgency=low + + * Dont include gnunet-setup (fix build problem) + * Include a sample ~/.gnunet/gnunet.conf file + * Remove GNUNET_HOME from /etc/gnunet.conf, it is defined in a per + user config file + * Include randomi and bloomfilter bugfixes from upstream cvs. + + -- Glenn McGrath <bug1@debian.org> Sat, 17 Jan 2004 08:57:52 +1100 + +gnunet (0.6.1a-1) unstable; urgency=low + + * New upstream release + * Build depends on libgcrypt7-dev + * Remove stale gcrypt macros from acinclude.m4 and regenerate Makefiles + + -- Glenn McGrath <bug1@debian.org> Thu, 15 Jan 2004 19:28:29 +1100 + +gnunet (0.6.0a-1) unstable; urgency=low + + * New upstream release + * Dont use file globs for .so, it missed some. + * Dont include .la files, its not a -dev package. + + -- Glenn McGrath <bug1@debian.org> Fri, 10 Oct 2003 00:41:14 +0000 + +gnunet (0.6.0-1) unstable; urgency=low + + * New upstream release + * Undefined symbols problem fixed by upstream (Closes: #201002) + * Remove gnunet-convert in this release as its broken. + * Regenerate build files with autoreconf -if + * Dont mention internal shared libraries in .shlibs file + + -- Glenn McGrath <bug1@debian.org> Mon, 06 Oct 2003 13:56:55 +0000 + +gnunet (0.5.5-2) unstable; urgency=low + + * Fix internal key generation bug iwhen using internal crypto with + patch from upstream, patch-gnunet-0.5.5-rndlinux.c[.diff] + (Closes: #207677) + * Rephrase gnunet-gtk description (Closes: #209643) + * Update standards version to 3.6.1.0 + + -- Glenn McGrath <bug1@debian.org> Tue, 09 Sep 2003 23:41:50 +0000 + +gnunet (0.5.5-1) unstable; urgency=low + + * New upstream release + + -- Glenn McGrath <bug1@debian.org> Fri, 22 Aug 2003 21:57:27 +0000 + +gnunet (0.5.4a-5) unstable; urgency=low + + * Declare the build dependency on libtool in the control file as + well as this changelog (Closes: #202280) + * Make note in README.Debian about upgrading from 0.5.4a-1 + + -- Glenn McGrath <bug1@debian.org> Tue, 22 Jul 2003 01:01:16 +0000 + +gnunet (0.5.4a-4) unstable; urgency=low + + * Declare build depenency on libtool as well, grrrr + + -- Glenn McGrath <bug1@debian.org> Mon, 21 Jul 2003 15:02:20 +0000 + +gnunet (0.5.4a-3) unstable; urgency=low + + * Declare build dependency on automake1.7 + + -- Glenn McGrath <bug1@debian.org> Mon, 21 Jul 2003 13:30:07 +0000 + +gnunet (0.5.4a-2) unstable; urgency=low + + * Fix removal of package when daemon not running (Closes: #201647) + * Build depends on libltdl3-dev (Closes: #201316) + * Run autoreconf to avoid libtool problem + * Bump standards version to 3.6.0 + * Sync gnunet-peer-info man page with upstream + + -- Glenn McGrath <bug1@debian.org> Sun, 20 Jul 2003 13:59:20 +0000 + +gnunet (0.5.4a-1) unstable; urgency=low + + * New upstream release. + * Remove build dependency on libgcrypt, gnunet now uses an internal + crypto library based on the CVS branch of libgcrypt. + * Change build dependcy from libgdbmg1-dev to libgdbm-dev + * After 1 year and 39 days in preparation, its now eligable to be + uploaded to unstable (Closes: #147380) + + -- Glenn McGrath <bug1@debian.org> Fri, 27 Jun 2003 16:47:54 +0000 + +gnunet (0.5.4-1) unstable; urgency=low + + * New upsteam release + * Declare shared libraries within gnunet, dependency now detected + in gnunet-gtk + + -- Glenn McGrath <bug1@debian.org> Sun, 18 May 2003 12:45:27 +0000 + +gnunet (0.5.3-3) unstable; urgency=low + + * Change src/utils/dso.c to load .so.0 modules rather than .so + + -- Glenn McGrath <bug1@debian.org> Wed, 30 Apr 2003 12:57:00 +1000 + +gnunet (0.5.3-2) unstable; urgency=low + + * Fix rpath warning. + * Fix dev-symlink warning. + * Add missing man pages for gnunet-peer-ingo and gnunet-stats + + -- Glenn McGrath <bug1@debian.org> Wed, 30 Apr 2003 00:08:41 +1000 + +gnunet (0.5.3-1) unstable; urgency=low + + * New upstream release + + -- Glenn McGrath <bug1@debian.org> Sat, 19 Apr 2003 22:39:30 +1000 + +gnunet (0.5.2a-1) unstable; urgency=low + + * New upstream release + * Use copytruncate with logrotation + + -- Glenn McGrath <bug1@debian.org> Tue, 18 Mar 2003 22:26:21 +1100 + +gnunet (0.5.2-1) unstable; urgency=low + + * New release includes gnunet-tracekit + * Use /etc/default/gnunet to set default init behaviour + * Set logfile to /var/log/gnunetd.log, and use logrotate. + * Set default pid to /var/run/gnunetd + * Specify extractors in config file + + -- Glenn McGrath <bug1@debian.org> Fri, 28 Feb 2003 02:51:19 +1100 + +gnunet (0.5.1a-1) unstable; urgency=low + + * Initial Release. + + -- Glenn McGrath <bug1@debian.org> Thu, 06 Feb 2003 23:32:06 +1100 |