changelog 60 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640
  1. gnunet (0.15.3) unstable; urgency=low
  2. * New upstream release, bumping version.
  3. -- Christian Grothoff <grothoff@gnu.org> Sat, 28 Aug 2021 21:14:18 +0200
  4. gnunet (0.15.2) unstable; urgency=low
  5. * New upstream release, bumping version.
  6. * Fixes linker issues. Very strange that Debian insists on explicit indirect dependencies for plugins.
  7. -- Christian Grothoff <grothoff@gnu.org> Tue, 24 Aug 2021 21:14:18 +0200
  8. gnunet (0.15.1) unstable; urgency=low
  9. * New upstream release, bumping version.
  10. -- Christian Grothoff <grothoff@gnu.org> Mon, 23 Aug 2021 21:14:18 +0200
  11. gnunet (0.15.0) unstable; urgency=low
  12. * New upstream release, bumping version.
  13. -- Florian Dold <florian@dold.me> Sun, 08 Aug 2021 21:14:18 +0200
  14. gnunet (0.14.1-13) unstable; urgency=low
  15. * Minor upstream fixes.
  16. -- Florian Dold <florian@dold.me> Fri, 06 Aug 2021 11:56:29 +0200
  17. gnunet (0.14.1-12) unstable; urgency=low
  18. * Lower debhelper compatibility level to 12.
  19. * Do not inject user units in postinst for now.
  20. * Tweaks to packaging.
  21. -- Florian Dold <florian@dold.me> Sat, 31 Jul 2021 20:04:42 +0200
  22. gnunet (0.14.1-11) unstable; urgency=low
  23. * Make configuration parsing more permissive.
  24. -- Florian Dold <florian@dold.me> Sat, 31 Jul 2021 20:04:42 +0200
  25. gnunet (0.14.1-10) unstable; urgency=low
  26. * Do not remove users/groups in postrm.
  27. -- Florian Dold <florian@dold.me> Sat, 31 Jul 2021 16:46:13 +0200
  28. gnunet (0.14.1-9) unstable; urgency=low
  29. * Fix some bugs in configuration file parsing.
  30. -- Florian Dold <florian@dold.me> Sat, 31 Jul 2021 16:08:19 +0200
  31. gnunet (0.14.1-8) unstable; urgency=low
  32. * Allow configuration entry point to fall back to /etc/.
  33. -- Florian Dold <florian@dold.me> Thu, 29 Jul 2021 15:03:08 +0200
  34. gnunet (0.14.1-7) unstable; urgency=low
  35. * Implement new configuration directives and diagnostics.
  36. -- Florian Dold <florian@dold.me> Wed, 28 Jul 2021 21:23:36 +0200
  37. gnunet (0.14.1-6) unstable; urgency=low
  38. * Fix path resolution of inlined config files.
  39. -- Florian Dold <florian@dold.me> Mon, 26 Jul 2021 19:35:45 +0200
  40. gnunet (0.14.1-5) unstable; urgency=low
  41. * New JSON construction helpers.
  42. -- Florian Dold <florian@dold.me> Mon, 26 Jul 2021 17:49:20 +0200
  43. gnunet (0.14.1-4) unstable; urgency=low
  44. * New absolute/relative time helpers.
  45. -- Florian Dold <florian@dold.me> Mon, 26 Jul 2021 15:44:44 +0200
  46. gnunet (0.14.1-3) unstable; urgency=low
  47. * Allow decoding larger JSON objects than 1 kb.
  48. -- Christian Grothoff <grothoff@gnu.org> Tue, 20 Jul 2021 14:02:10 +0100
  49. gnunet (0.14.1-2) unstable; urgency=low
  50. * Improved error reporting.
  51. -- Christian Grothoff <grothoff@gnu.org> Wed, 14 Jul 2021 14:02:10 +0100
  52. gnunet (0.14.1-1) unstable; urgency=low
  53. * Bugfixes in libgnunetpq.
  54. -- Christian Grothoff <grothoff@gnu.org> Thu, 24 Jun 2021 14:02:10 +0100
  55. gnunet (0.14.1-0) unstable; urgency=low
  56. * New upstream release, bumping version.
  57. -- Christian Grothoff <grothoff@gnu.org> Sun, 18 Apr 2021 14:02:10 +0100
  58. gnunet (0.14.0-8) unstable; urgency=low
  59. * Move libgnunetarm into libgnunet as well.
  60. -- Christian Grothoff <grothoff@gnu.org> Wed, 18 Feb 2021 14:02:10 +0100
  61. gnunet (0.14.0-7) unstable; urgency=low
  62. * Move gnunet-arm into libgnunet.
  63. * Move man pages for binaries included in libgnunet into libgnunet.
  64. -- Christian Grothoff <grothoff@gnu.org> Wed, 18 Feb 2021 13:02:10 +0100
  65. gnunet (0.14.0-6) unstable; urgency=high
  66. * Fix duplicate inclusion of symbolic links.
  67. -- Christian Grothoff <grothoff@gnu.org> Tue, 17 Feb 2021 13:02:10 +0100
  68. gnunet (0.14.0-5) unstable; urgency=high
  69. * Fix inclusion of libgnunetutil.so in libgnunetutil.
  70. -- Christian Grothoff <grothoff@gnu.org> Mon, 16 Feb 2021 13:02:10 +0100
  71. gnunet (0.14.0-4) unstable; urgency=medium
  72. * Remove dependency of libgnunetutil on gnunet.
  73. -- Christian Grothoff <grothoff@gnu.org> Mon, 15 Feb 2021 13:02:10 +0100
  74. gnunet (0.14.0-3) unstable; urgency=medium
  75. * Reduce libgnunetutil dependencies.
  76. * Modify package instructions to work on non-AMD64 architectures.
  77. -- Christian Grothoff <grothoff@gnu.org> Mon, 15 Feb 2021 12:02:10 +0100
  78. gnunet (0.14.0-2) unstable; urgency=medium
  79. * Bugfix in GMT conversion of GNUNET_TIME_year_to_time().
  80. * Other minor upstream fixes.
  81. -- Christian Grothoff <grothoff@gnu.org> Thu, 21 Jan 2021 12:02:10 +0100
  82. gnunet (0.14.0-1) unstable; urgency=medium
  83. * Renamed gnunet-dev to libgnunet-dev.
  84. * Fixed /proc/$PID/maps parsing to ensure plugins are found.
  85. -- Christian Grothoff <grothoff@gnu.org> Sat, 02 Jan 2021 12:02:10 +0100
  86. gnunet (0.14.0) unstable; urgency=medium
  87. * Split libgnunet from main gnunet package.
  88. * Set option to log to /var/log/gnunet.log for logrotate to work as configured.
  89. * Import into downstream repo.
  90. -- Christian Grothoff <grothoff@gnu.org> Tue, 29 Dec 2020 12:02:10 +0100
  91. gnunet (0.13.3-1) unstable; urgency=medium
  92. * New upstream version 0.13.3.
  93. * Maintainer changed to Thomas Liang (Closes: #964314).
  94. -- Thomas Liang <rt1omas@protonmail.com> Sat, 19 Sep 2020 21:27:20 +0800
  95. gnunet (0.13.1-1) unstable; urgency=medium
  96. * Update debian/watch to version 4, add a rule deal with pre and rc
  97. versions.
  98. * debian/upstream/signing-key.asc: reexport upstream signing key with
  99. minimal options.
  100. * New upstream version 0.13.1 (Closes: #929131).
  101. * Remove erroneous patch fix-bashism (Closes: #933905).
  102. * Add Nils Gillmann's gpg key to debian/upstream/signing-key.asc
  103. * Add Martin Schanzenbach's gpg key to debian/upstream/signing-key.asc.
  104. * Build-depend on python3-dev instead of python3.7-dev and python-
  105. future.
  106. * debian/control: drop suggests: python and python-zbar, not necessary
  107. anymore (Closes: #943054).
  108. * Apply debhelper compat 13:
  109. + declare build-dependency on debhelper-compat (=13).
  110. + remove build-dependency on dh-autoreconf.
  111. + remove debian/compat.
  112. + remove dh_install --fail-missing from debian/rules.
  113. + remove --with-autoreconf from debian/rules.
  114. * Remove gnunet-download-manager.scm from debian/rules as it was removed
  115. upstream.
  116. * Remove manpages from debian/man that were included upstream.
  117. * Use secure URI in Homepage field.
  118. * Rely on pre-initialized dpkg-architecture variables.
  119. * Fix day-of-week for changelog entry 0.7.3-5.
  120. * Drop transition for old debug package migration.
  121. * Update standards version to 4.5.0:
  122. + rename the default user to _gnunet.
  123. * Update build-dependencies versions according to README
  124. * Build-depend on libsodium-dev, according to README.
  125. * Add Dont_copy_license_file.patch to avoid copying a LICENSE file
  126. in the wrong place.
  127. * Remove old code from debian/gnunet.install.
  128. * debian/copyright:
  129. + update years.
  130. + the main license is now AGPL-3+.
  131. * Update configuration according to the documentation.
  132. * Replace gnunet.init with a systemd service file.
  133. * Add debian/upstream/metadata.
  134. * Remove pre-buster Breaks and Replaces from debian/control.
  135. * Use wrap-and-sort -as.
  136. -- Bertrand Marc <bmarc@debian.org> Tue, 14 Jul 2020 18:17:17 +0200
  137. gnunet (0.11.0-1) experimental; urgency=medium
  138. * New upstream version 0.11.0.
  139. * debian/patches:
  140. + remove testbed_path.patch, typos.diff, included upstream.
  141. + refresh fix-bashism.patch.
  142. * debian/control: update build-dependencies according to README.
  143. * debian/rules: remove obsolete options passed to configure.
  144. * debian/upstream/signing-key.asc: reexport upstream signing key with minimal
  145. options.
  146. * Standards-version: 4.3.0, no changes needed.
  147. -- Bertrand Marc <bmarc@debian.org> Sun, 03 Mar 2019 12:22:32 +0100
  148. gnunet (0.11.0~pre666-1) experimental; urgency=medium
  149. [ Bertrand Marc ]
  150. * New upstream version 0.11.0pre666.
  151. * Build-depend on dh-python2 to ensure gnunet-qr has the correct header
  152. (Closes: #906075).
  153. * Move the package to salsa and update Vcs-browser and Vcs-git accordingly.
  154. * Add Christian Grothoff's new key to debian/upstream/signing-key.asc.
  155. * Update build-dependencies according to README:
  156. + update minimum versions.
  157. + build-depends on libpq-dev, libjansson-dev, libbluetooth-dev, texinfo.
  158. * debian/patches:
  159. + remove build_against_libcurl, included upstream.
  160. + remove conversation_libexecdir, included upstream.
  161. + remove gnunet_PATHMAX.patch, included upstream.
  162. + remove kfreebsd_malloc_np.patch, included upstream.
  163. + remove noinst_set.diff, included upstream.
  164. + refresh fix-bashism.patch.
  165. + refresh and add new fixes in typos.diff.
  166. * The file testbed_test.c is not available anymore, so add a patch to remove
  167. it from the documentation.
  168. * debian/rules: gnunet-gns-import.sh does not exist anymore.
  169. * libnss_gns* was moved from /lib/$triplet to /usr/lib/$triplet/gnunet/nss/.
  170. * Drop lintian override about python, not used anymore.
  171. [ Ondřej Nový ]
  172. * d/copyright: Use https protocol in Format field.
  173. * d/changelog: Remove trailing whitespaces.
  174. -- Bertrand Marc <bmarc@debian.org> Sat, 03 Nov 2018 17:24:53 +0100
  175. gnunet (0.10.1-5.1) unstable; urgency=high
  176. * Non-maintainer upload.
  177. * Build-depend on python, to make gnunet-qr usable again.
  178. (Closes: #906075)
  179. -- Adrian Bunk <bunk@debian.org> Sat, 22 Sep 2018 10:42:50 +0300
  180. gnunet (0.10.1-5) unstable; urgency=medium
  181. * Migrate from a manual "-dbg" package to an automatic generated debug symbol
  182. package:
  183. + debian/control: remove gnunet-dbg.
  184. + debian/rules: use --dbgsym-migration in override_dh_strip.
  185. * Standards-version: 4.1.1.
  186. * debian/gnunet.postinst: remove rm_conffile for old config files from before
  187. oldstable.
  188. * Use https instead of ftp in debian/watch.
  189. * Fix more typos in debian/patches/typos.diff.
  190. -- Bertrand Marc <bmarc@debian.org> Sun, 22 Oct 2017 11:56:03 +0200
  191. gnunet (0.10.1-4) unstable; urgency=medium
  192. * Use my @debian.org address for the maintainer field and in debian/copyright.
  193. * debian/control: fix Vcs-git and Vcs-browser URIs.
  194. * Build-depend on default-libmysqlclient-dev instead of libmysqlclient-dev
  195. (Closes: #845850).
  196. * Add a lintian override for python-script-but-no-python-dep, as a suggests
  197. relationship is more appropriate.
  198. -- Bertrand Marc <bmarc@debian.org> Sat, 10 Dec 2016 11:12:02 +0100
  199. gnunet (0.10.1-3) unstable; urgency=medium
  200. * Acknowledge NMU. Thanks to Raphael Geissert and Balint Reczey.
  201. * debian/gnunet.postinst: add quotes to the tr argument to make it work with
  202. zsh (Closes: #779259).
  203. * debian/control: update description according to upstream website.
  204. * Remove old transitional dummy packages gnunet-server, gnunet-client,
  205. gnunet-common.
  206. * debian/gnunet.postrm: check binaries existence without full path, the
  207. POSIX way.
  208. * Add a patch taken from upstream to fix FTBFS on GNU/Hurd due to a missing
  209. definition of PATH_MAX (Closes: #805013).
  210. * Standards-version: 3.9.8, no changes needed.
  211. * debian/control: use secure uri in Vcs-* fields.
  212. -- Bertrand Marc <beberking@gmail.com> Sun, 24 Apr 2016 22:52:41 +0200
  213. gnunet (0.10.1-2.1) unstable; urgency=medium
  214. * Non-maintainer upload.
  215. [Raphael Geissert]
  216. * Fix bashisms (Closes: #772233)
  217. -- Balint Reczey <balint@balintreczey.hu> Sat, 20 Dec 2014 09:59:13 +0100
  218. gnunet (0.10.1-2) unstable; urgency=medium
  219. * Put the upstream signing key in debian/upstream/signing-key.asc and remove
  220. debian/source/include-binaries.
  221. * debian/control: update homepage as www.gnunet.org does not work anymore.
  222. * Fix FTBFS on kfreebsd (Closes: #765293). Thanks to Steven Chamberlain for
  223. testing it.
  224. + Add a patch to check properly the existence of malloc_np.h.
  225. + debian/rules: remove the file selection on kfreebsd as all binaries are
  226. built now.
  227. * debian/rules: use debhelpers -indep and -arch targets to make sure nothing
  228. is built unnecessary on an arch-indep build.
  229. -- Bertrand Marc <beberking@gmail.com> Wed, 15 Oct 2014 21:44:26 +0200
  230. gnunet (0.10.1-1) unstable; urgency=medium
  231. * Imported Upstream version 0.10.1 (Closes: #719255, #702101).
  232. * Remove patches:
  233. + multiarch_support.diff, included upstream.
  234. + update-default-hostlist-servers.patch, not needed anymore.
  235. + typos.patch, included upstream.
  236. + add_shebang.patch, included upstream.
  237. * Add patches:
  238. + from upstream SVN to build against libcurl instead of libgnurl
  239. (Closes: #758937).
  240. + to fix the installation directory of GNUnet conversation.
  241. + to fix a few typos and make lintian happy.
  242. + from upstream SVN to make sure set-profiler and set-ibf-profiler
  243. are not installed.
  244. * debian/control:
  245. + update build-dependencies and recommends according to README.
  246. + make gnunet-dev depend on libgcrypt20-dev (>=1.6) as headers include
  247. gcrypt.h.
  248. + breaks gnunet-gtk (<<0.10).
  249. + suggests: python and python-zbar for gnunet-qr.
  250. * Merge gnunet-server, gnunet-client and gnunet-common into the gnunet binary
  251. package. The split was unnecessary hard to maintain for too little gain.
  252. * Remove properly the old config file /etc/default/gnunet-server in
  253. gnunet.postinst.
  254. * Add symlinks to libnss_gns* for gnunet-dev in debian/rules.
  255. * Remove manpages for gns-import, mesh, resolver, testing-run-service and
  256. transport-certificate-creation, they are included upstream.
  257. * Add manpages for bcd, nse, qr, scrypt and testbed-profiler.
  258. * Update gnunet.conf with the new settings from gnunet.org. Replace
  259. SERVICEHOME with GNUNET_HOME also in gnunet.postinst.
  260. * Standards-version: 3.9.6, no changes needed.
  261. -- Bertrand Marc <beberking@gmail.com> Sat, 04 Oct 2014 12:51:21 +0200
  262. gnunet (0.9.5a-4) unstable; urgency=medium
  263. [ Pino Toscano ]
  264. * Fix FTBFS on non-linux architectures (Closes: #740544):
  265. + remove gnunet-server.install.[kfreebsd,hurd].
  266. + generate gnunet-server.install.[kfreebsd,hurd] during install and remove
  267. them during auto_clean.
  268. + remove the useless leftovers of vpn, dns and gns stuff on non-linux
  269. architectures (which are useless as the related libraries are not built).
  270. [ Hideki Yamane ]
  271. * Add "Build-Depends: libidn11-dev" to fix FTBFS "error: Libidn not found"
  272. (Closes: #747782).
  273. [ Bertrand Marc ]
  274. * Build-depend on libgnutls28-dev instead of libgnutls-dev (Closes: #753031).
  275. -- Bertrand Marc <beberking@gmail.com> Wed, 09 Jul 2014 19:52:24 +0200
  276. gnunet (0.9.5a-3) unstable; urgency=medium
  277. * debian/rules: copy gnunet.conf from debian/etc/ instead of echo it directly,
  278. to make debian/rules independent of the shell (Closes: #739298).
  279. * gnunet-server.postrm: do not fail if the gnunet user is not a system user
  280. (Closes: #719448).
  281. -- Bertrand Marc <beberking@gmail.com> Sat, 22 Feb 2014 11:42:59 +0100
  282. gnunet (0.9.5a-2) unstable; urgency=medium
  283. * Do not install /usr/share/doc/gnunet/README in gnunet-server
  284. (Closes: #738600).
  285. -- Bertrand Marc <beberking@gmail.com> Tue, 11 Feb 2014 19:50:54 +0100
  286. gnunet (0.9.5a-1) unstable; urgency=medium
  287. [ Bertrand Marc ]
  288. * Imported Upstream version 0.9.5a
  289. * Drop dependency on gettext for gnunet-client and gnunet-server as it is not
  290. necessary, thanks to Ivan Shmakov.
  291. * Fix build on kfreebsd, thanks to Christoph Egger.
  292. * gnunet-server.postinst: check the existence of a binary before changing its
  293. permissions.
  294. * Drop patch to configure the nssdir, included upstream.
  295. * Drop patch to support GNU Hurd, included upstream.
  296. * Drop patch to fix alignment on Sparc, included upstream.
  297. * Update debian/*.install.* and debian/*.docs to match the new tree.
  298. * debian/control: use canonical URI in Vcs-git and Vcs-browser fields.
  299. * Build depend on gnutls, glib and gtop.
  300. * debian/rules: add gns nss to configure.
  301. * debian/copyright: update years.
  302. * Rewrite gnunet-server.init based on /etc/init.d/skeleton and make
  303. gnunet-server depend on lsb-base to use LSB logging.
  304. * Use debhelper v9 and update paths accordingly.
  305. * Make the binaries aware of paths with the multiarch tuple, patch picked
  306. upstream.
  307. * Fix a few typos to make lintian happy.
  308. * Make uscan check the archive signature:
  309. + add the upstream key to debian/upstream-signing-key.pgp.
  310. + add the binary key to debian/source/include-binaries.
  311. + add pgpsigurlmangle to debian/watch.
  312. * Remove manpages for services and helpers, they are not in PATH anymore.
  313. * Remove manpages for binaries which are not built anymore.
  314. * Generate debian/gnunet-server.init from debian/rules as the path to the
  315. daemon now depends on $(DEB_HOST_MULTIARCH).
  316. * Standards version 3.9.5: no changes needed.
  317. * Add manpages for gnunet-testing-run-service, gnunet-mesh, gnunet-gns-import
  318. and gnunet-transport-certificate-creation.
  319. * Links the gnunet-gns-proxy manpage to gnunet-gns-proxy-setup-ca.
  320. * Make gnunet-server recommend openssl and libnss3-tools, they are used by
  321. gnunet-gns-proxy-setup-ca and gnunet-transport-certificate-creation.
  322. * Do not build-depend on guile-1.8-dev anymore and remove --enable-guile from
  323. configure, GNU Guile is not used at build time. Make gnunet-client depend on
  324. guile-2.0 as gnunet-download-manager uses it.
  325. * Do not suggest libextractor-plugins anymore, these were merged into
  326. libextractor.
  327. [ Daniel Dehennin ]
  328. * RDBMS libraries are used only by “gnunet-server” package.
  329. * Remove obsolete manpage links.
  330. [ David Barksdale ]
  331. * Update the default hostlist severs.
  332. -- Bertrand Marc <beberking@gmail.com> Sun, 09 Feb 2014 16:24:17 +0100
  333. gnunet (0.9.3-7) unstable; urgency=low
  334. * Revert previous changes and go back to 0.9.3-5 to target wheezy.
  335. -- Bertrand Marc <beberking@gmail.com> Thu, 28 Feb 2013 09:19:22 +0100
  336. gnunet (0.9.3-6) unstable; urgency=low
  337. * Fix build on kfreebsd, thanks to Christoph Egger (Closes: #688486).
  338. * gnunet-server.postinst: check the existence of a binary before changing its
  339. permissions (Closes: #688484).
  340. -- Bertrand Marc <beberking@gmail.com> Sun, 27 Jan 2013 12:55:10 +0100
  341. gnunet (0.9.3-5) unstable; urgency=low
  342. * Revert previous changes to target wheezy:
  343. + depend on gettext.
  344. + drop patch to fix build on kfreebsd.
  345. + drop patch to change default option UNIX_MATCH_UID.
  346. + drop patch about libgcrypt version check.
  347. -- Bertrand Marc <beberking@gmail.com> Sun, 13 Jan 2013 18:00:29 +0100
  348. gnunet (0.9.3-4) unstable; urgency=low
  349. [ Bertrand Marc ]
  350. * Drop dependency on gettext for gnunet-client and gnunet-server as it is not
  351. necessary, thanks to Ivan Shmakov (Closes: #690860).
  352. * Revert the use dh_installdocs --link-doc (Closes: #687875, #687881,
  353. #687883).
  354. * Fix build on kfreebsd, thanks to Christoph Egger (Closes: #688486).
  355. * Always install libnss to /lib and fix FTBFS on ia64 (Closes: #688590).
  356. * Install libnss to /lib, really fix #688590, thanks to Christian Grothoff.
  357. * Change default option UNIX_MATCH_UID for services datastore and namestore,
  358. so users in the gnunet group may use these services (Closes: #686238,
  359. #684317).
  360. * Update libgcrypt version check to a less strict check, patch picked from
  361. upstream, following Werner Koch's advice (Closes: #684997).
  362. * gnunet-server.postinst: check the existence of a binary before changing its
  363. permissions (Closes: #688484).
  364. * Do not set-UID gnunet-helper-fs-publish (Closes: #691154).
  365. [ David Prévot ]
  366. * debian/po/fr.po: Fix charset, and use non-breaking spaces.
  367. -- Bertrand Marc <beberking@gmail.com> Mon, 22 Oct 2012 22:52:43 +0200
  368. gnunet (0.9.3-3) unstable; urgency=low
  369. * debian/control: update Vcs-* to the new repository in collab-maint.
  370. * Install only the generated binaries on Hurd, thanks to Cyril Roelandt
  371. (Closes: #670794).
  372. * Use chmod and chown instead of dpkg-statoverride to set special permissions
  373. and upgrade properly depending on the previous version (Closes: #673301).
  374. * Fix "gcc-4.6: [sparc] compiler fails to align stack-allocated
  375. struct, with array of uint32-values to 32-bit boundary":
  376. new patch sparc_alignment.patch, taken from upstream:
  377. https://lists.gnu.org/archive/html/gnunet-svn/2012-07/msg00548.html
  378. Thanks to Jurij Smakov for the analysis.
  379. (Closes: #670578)
  380. * Fix the logfile name in gnunet-server.logrotate (Closes: #685856).
  381. -- Bertrand Marc <beberking@gmail.com> Sun, 05 Aug 2012 20:13:49 +0200
  382. gnunet (0.9.3-2) unstable; urgency=low
  383. * Clean properly dpkg-statoverride in gnunet-server.postrm
  384. (Closes: #678331).
  385. -- Bertrand Marc <beberking@gmail.com> Wed, 20 Jun 2012 23:55:11 +0200
  386. gnunet (0.9.3-1) unstable; urgency=low
  387. * Fix build on GNU Hurd, thanks to Cyril Roelandt (Closes: #670794).
  388. * Imported Upstream version 0.9.3.
  389. * Refresh the only patch.
  390. * Update debian/*.install, links, and rules to match the new tree.
  391. * Pass hardening build flags to configure.
  392. * Update debian/rules clean to build twice successfully.
  393. * Do not install gnunet-helper-transport-wlan-dummy.
  394. -- Bertrand Marc <beberking@gmail.com> Sun, 17 Jun 2012 12:22:32 +0200
  395. gnunet (0.9.2-2) unstable; urgency=low
  396. * Build-depends on libextractor (>=1:0.6.3), with an epoch (Closes: #673302).
  397. * Gnunet-server breaks/replaces gnunet-fuse (<<0.9) as they both contains
  398. common files (Closes: #673382).
  399. * gnunet-server breaks/replaces gnunet-client (<<0.9) (Closes: #673801).
  400. -- Bertrand Marc <beberking@gmail.com> Wed, 23 May 2012 21:54:32 +0200
  401. gnunet (0.9.2-1) unstable; urgency=low
  402. * New maintainer (Closes: #660438).
  403. * New upstream release (Closes: #621645).
  404. * Remove debian/patches, not necessary any more.
  405. * Update dependencies, according to README:
  406. + update minimal versions.
  407. + depends on libunistring-dev.
  408. + depends on libltdl-dev instead of libltdl3-dev.
  409. + no need to depend on libgtk anymore.
  410. + gnunet-server suggests miniupnpc.
  411. * debian/rules:
  412. + no need to define LOGFILE and PIDFILE.
  413. + create a minimal conf file.
  414. + cut gnunet-download-manager.scm extension.
  415. + remove autogenerated files in clean.
  416. * Gnunet is now released under the GPL v3.
  417. * Standards version 3.9.3.
  418. * Add debian/watch.
  419. * Adding Italian debconf translations, thanks to Beatrice Torracca
  420. (Closes: #663432).
  421. * Move to dh-autoreconf and add extend-diff-ignore in debian/source/options.
  422. * Remove gnunet-tools since gnunet-setup is not part of gnunet anymore
  423. (Closes:#651192).
  424. * gnunet-server.init:
  425. + several services are now supervised by gnunet-service-arm.
  426. + define the logfile at run time.
  427. * Use a secured group gnunetdns for SUID binaries and change permissions
  428. accordingly, see https://gnunet.org/gnunet-access-control-model
  429. * gnunet-server.postinst, gnunet-server.postrm: use dpkg-statoverride to set
  430. and remove setuid permissions.
  431. * Remove properly the old incompatible /etc/gnunetd.conf, use
  432. /etc/gnunet.conf instead.
  433. * Add minimal (generic) man pages when information is available.
  434. * Remove dpkg options for compression.
  435. * gnunet-server.docs: add README.mysql and README.postgres.
  436. * debian/rules: remove template binaries after dh_install.
  437. * debian/copyright:
  438. + use copyright format 1.0.
  439. + mention AUTHORS and translators.
  440. + use GPL-3+ when possible.
  441. + add a paragraph for two files distributed under MIT/X11.
  442. * Use dh_installdocs --link-doc to avoid redundancy.
  443. * Remove unused debian/gnunet-dev.lintian-overrides.
  444. * debian/control: add Vcs-git and Vcs-browser fields.
  445. * gnunet-server.postrm:
  446. + use debconf to determine which user and group to delete.
  447. + remove /var/lib/gnunet on purge.
  448. + remove /etc/default/gnunet-server on purge (Closes: #668766).
  449. * Make gnunet-dbg dependencies alternatives as it provides debugging
  450. symbol for all of them.
  451. -- Bertrand Marc <beberking@gmail.com> Sun, 06 May 2012 00:28:20 +0200
  452. gnunet (0.8.1b-8) unstable; urgency=low
  453. * Orphaning package.
  454. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sun, 19 Feb 2012 08:24:30 +0000
  455. gnunet (0.8.1b-7) experimental; urgency=low
  456. * Updating maintainer and uploaders fields.
  457. * Removing vcs fields.
  458. * Removing references to my old email address.
  459. * Updating to debhelper version 8.
  460. * Updating to standards version 3.9.2.
  461. * Switching to source version 3.0 (quilt).
  462. * Removing pre-squeeze version declarations from build-depends.
  463. * Updating years in copyright file.
  464. * Making packaging distribution neutral.
  465. * Compacting copyright file.
  466. * Removing leading slash in debhelper install files.
  467. * Simplyfing autotools handling in rules.
  468. * Adding Danish debconf translations from Joe Hansen
  469. <joedalton2@yahoo.dk> (Closes: #633908).
  470. * Updating po files.
  471. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Thu, 15 Sep 2011 13:52:08 +0200
  472. gnunet (0.8.1b-6) experimental; urgency=low
  473. * Updating standards version to 3.9.0.
  474. * Rebuilding against transitioned libesmtp (Closes: #597942).
  475. * Updating to standards version 3.9.1.
  476. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Fri, 24 Sep 2010 18:25:52 +0200
  477. gnunet (0.8.1b-5) unstable; urgency=low
  478. * Correcting spelling typo in README.Debian (Closes: #586583).
  479. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sat, 26 Jun 2010 20:13:27 +0200
  480. gnunet (0.8.1b-4) unstable; urgency=low
  481. * Stop calling debconf-updatepo in clean target of rules.
  482. * Dropping la files.
  483. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Mon, 03 May 2010 21:06:32 +0200
  484. gnunet (0.8.1b-3) unstable; urgency=medium
  485. * Adding depends to remote_fs in init script.
  486. * Rebuilding against libextractor with epoche to ease testing
  487. migration.
  488. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sat, 20 Mar 2010 09:59:41 +0100
  489. gnunet (0.8.1b-2) unstable; urgency=medium
  490. * Adding patch to disable initscript creation in gnunet-setup (Closes:
  491. #555107).
  492. * Adding patch to use correct initscript name for gnunet-server in
  493. gnunet-setup.
  494. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sun, 14 Mar 2010 11:32:57 +0100
  495. gnunet (0.8.1b-1) unstable; urgency=low
  496. * Merging upstream version 0.8.1b.
  497. * Updating build-depends, depends, and conflicts on libextractor.
  498. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sat, 06 Mar 2010 10:50:09 +0100
  499. gnunet (0.8.1a-1) unstable; urgency=low
  500. * Updating year in copyright file.
  501. * Populating gnunetd.conf from upstreams example files.
  502. * Updating to standards 3.8.4.
  503. * Merging upstream version 0.8.1a.
  504. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Mon, 15 Feb 2010 13:11:53 +0100
  505. gnunet (0.8.1-1) unstable; urgency=low
  506. * Simplifying autotools handling in rules.
  507. * Setting last-translator for German debconf templates to me, no
  508. intention do deal with debian-l10n-german in the future anymore.
  509. * Moving maintainer homepage from control to copyright.
  510. * Updating README.source.
  511. * Bumping versioned build-depends on debhelper.
  512. * Adding Japanese debconf translations from Hideki Yamane
  513. <henrich@debian.or.jp> (Closes: #558066).
  514. * Adding explicit source version 1.0 until switch to 3.0.
  515. * Merging upstream version 0.8.1.
  516. * Adding libstartup-notification0-dev to build-depends.
  517. * Adding conflicts against libextractor 0.6 which will be incompatible
  518. with gnunet 0.8.
  519. * Updating debhelper files for new upstream version.
  520. * Not calling tempfile with full path in gnunet-server.postinst.
  521. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 29 Dec 2009 18:39:36 +0100
  522. gnunet (0.8.0c-8) unstable; urgency=low
  523. * Updating to standards version 3.8.3.
  524. * Correcting spelling mistake in copyright file.
  525. * Adding maintainer homepage field to control.
  526. * Marking maintainer homepage field to be also included in binary
  527. packages and changelog.
  528. * Adding README.source.
  529. * Correcting variable assignment in postinst which fails if default
  530. shell is dash (Closes: #544020, #544032, #544033).
  531. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sat, 29 Aug 2009 15:06:12 +0200
  532. gnunet (0.8.0c-7) unstable; urgency=low
  533. * Excluding chown call on /var/run/gnunetd in postinst, directory is
  534. handled in the initscript (Closes: #541685).
  535. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sat, 15 Aug 2009 21:09:42 +0200
  536. gnunet (0.8.0c-6) unstable; urgency=low
  537. * Removing optional debconf queries in gnunet-servers postrm to avoid
  538. (spuriously?) hanging processes on the buildds (Closes: #541400).
  539. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Thu, 13 Aug 2009 23:51:23 +0200
  540. gnunet (0.8.0c-5) unstable; urgency=low
  541. * Reworking handling of autostart of gnunet-server.
  542. * Only listing Christian as main author/contact person in copyright.
  543. * Denoting debconf question about autostart to medium, which is just
  544. more accurate.
  545. * Applying some cosmetics to gnunet-server postinst script.
  546. * Making sure that we don't get empty answers from debconf for gnunet
  547. username and groupname.
  548. * Calling dh_install with fail-missing when building the arch any
  549. packages.
  550. * Unifying debconf translation headers.
  551. * Excluding /var/run/gnunetd from gnunet-server.dirs, it's created by
  552. the initscript anyway.
  553. * Using test -f instead of the stronger test -r when checking for
  554. existence of the default file, just to shut up lintian.
  555. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Thu, 13 Aug 2009 18:46:40 +0200
  556. gnunet (0.8.0c-4) unstable; urgency=low
  557. * Removing gnunet-update call in gnunet-server postinst, it's not
  558. required anymore.
  559. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Wed, 12 Aug 2009 12:34:42 +0200
  560. gnunet (0.8.0c-3) unstable; urgency=low
  561. * Removing unneeded versions for build-depends.
  562. * Wrapping build depends.
  563. * Sorting depends.
  564. * Updating year in copyright file.
  565. * Tidy rules file.
  566. * Setting priority of debconf question about gnunet user account to
  567. low, medium was overrated.
  568. * Removing unused debconf translation messages.
  569. * Renaming username and groupname debconf questions to consistent
  570. scheme.
  571. * Also handling removal of gnunet user and group in postrm.
  572. * Adding gnunet-server example preseed file.
  573. * Adding updated Spanish debconf translations from Francisco Javier
  574. Cuadrado <fcocuadrado@gmail.com> (Closes: #529030).
  575. * Updating maintainer field.
  576. * Updating vcs fields.
  577. * Minimizing rules file.
  578. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 11 Aug 2009 00:00:16 +0200
  579. gnunet (0.8.0c-2) unstable; urgency=low
  580. * Updating build-depends to libmysqlclient-dev (Closes: #538468).
  581. * Upgrading package to standards version 3.8.2.
  582. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sat, 25 Jul 2009 23:59:21 +0200
  583. gnunet (0.8.0c-1) unstable; urgency=low
  584. * Merging upstream version 0.8.0c (Closes: #520427).
  585. * Building with http transport support (Closes: #519810).
  586. * Updating package to standards 3.8.1.
  587. * Removing old conflicts and replaces.
  588. * Making gnunet binNMU safe (Closes: #527453, #527462).
  589. * Using correct rfc-2822 date formats in changelog.
  590. * Using more generic directory name for local additions within the
  591. packaging directory.
  592. * Updating debhelper install files for new upstream.
  593. * Adding misc:Depends in control to remaining binary packages.
  594. * Updating section of the debug package.
  595. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Mon, 11 May 2009 18:30:20 +0200
  596. gnunet (0.8.0b-5) unstable; urgency=low
  597. * Making use of code from cdbs' clean-la.mk file to clear the
  598. dependency_libs field in all .la files in the gnunet-dev static
  599. libraries.
  600. * Removing Arnaud from uploaders, he is MIA (Closes: #513162).
  601. * Updating year in copyright file.
  602. * Updating debconf operations.
  603. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Thu, 05 Feb 2009 00:08:00 +0100
  604. gnunet (0.8.0b-4) unstable; urgency=low
  605. * Removing config.guess and config.sub in clean target of rules.
  606. * Adding db_stop call in gnunet-server.postinst to properly stop
  607. debconf interactions.
  608. * Replacing obsolete dh_clean -k with dh_prep.
  609. * Adding '|| true' to gnunet-update call, this way a hanging gnunet-
  610. update can be aborted in a (almost) sane way. Also see
  611. https://gnunet.org/mantis/view.php?id=1349 (Closes: #506264).
  612. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Thu, 20 Nov 2008 07:16:00 +0100
  613. gnunet (0.8.0b-3) unstable; urgency=low
  614. * Adding libmicrohttpd-dev to gnunet-dev depends.
  615. * Adding gnunet-server to gnunet-client suggests.
  616. * Adding note about requiring gnunet-server in gnunet-client package
  617. long-description.
  618. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Fri, 19 Sep 2008 10:49:00 +0200
  619. gnunet (0.8.0b-2) unstable; urgency=low
  620. * Updating vcs fields in control file.
  621. * Building gnunet on all architectures again, guile-1.8 on ia64 is back.
  622. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sun, 14 Sep 2008 12:53:00 +0200
  623. gnunet (0.8.0b-1) unstable; urgency=low
  624. * Adding libssl-dev to build-depends.
  625. * Merging upstream version 0.8.0b.
  626. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Mon, 25 Aug 2008 00:37:00 +0200
  627. gnunet (0.8.0a-1) unstable; urgency=low
  628. * Merging upstream version 0.8.0a.
  629. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sun, 03 Aug 2008 20:55:00 +0200
  630. gnunet (0.8.0-2) unstable; urgency=low
  631. * Creating /var/run/gnunetd in initscript in case /var/run is on a tmpfs.
  632. * Adding versioned conflicts/replaces against gnunet in order to allow etch to
  633. lenny upgrades.
  634. * Updating contact address in po files.
  635. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Thu, 03 Jul 2008 14:17:00 +0200
  636. gnunet (0.8.0-1) unstable; urgency=low
  637. * Switching maintainer and uploaders fields.
  638. * Correcting spelling error in gnunet long-description.
  639. * Updating gnunet-client.install for 0.8.0.
  640. * Adding libesmtp-dev to build-depends.
  641. * Bumping versioned libmicrohttpd depends to 0.3.1.
  642. * Reordering rules file.
  643. * Also excluding gnunet meta package from ia64 since there is no gnunet on
  644. ia64 anyway.
  645. * Using lintian debhelper to install lintian overrides.
  646. * Removing watch file.
  647. * Rewriting copyright file in machine-interpretable format.
  648. * Bumping versioned libextractor depends to 0.5.20.
  649. * Adding vcs fields in control file.
  650. * Upgrading package to standards 3.8.0.
  651. * Upgrading package to debhelper 7.
  652. * Merging upstream version 0.8.0.
  653. * Correcting typo in gnunet-client.install file.
  654. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Thu, 19 Jun 2008 15:36:00 +0200
  655. gnunet (0.8.0~pre1-1) experimental; urgency=low
  656. * New upstream release.
  657. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 17 Jun 2008 11:44:00 +0200
  658. gnunet (0.7.3-7) unstable; urgency=medium
  659. * Excluding ia64 manually from architectures.
  660. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 29 Apr 2008 16:13:00 +0200
  661. gnunet (0.7.3-6) unstable; urgency=medium
  662. * Removing watch file.
  663. * Tightened gnunet inter depends.
  664. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Wed, 09 Apr 2008 07:44:00 +0200
  665. gnunet (0.8.0~pre0-2) experimental; urgency=low
  666. * Tightened gnunet inter depends (Closes: #470180).
  667. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 25 Mar 2008 11:49:00 +0100
  668. gnunet (0.7.3-5) unstable; urgency=medium
  669. * Added patch to fix FTBFS with gcc-4.3 (Closes: #466830).
  670. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Mon, 24 Mar 2008 11:14:00 +0100
  671. gnunet (0.8.0~pre0-1) experimental; urgency=low
  672. * New upstream release.
  673. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Fri, 07 Mar 2008 16:19:00 +0100
  674. gnunet (0.7.3-4) unstable; urgency=medium
  675. * Adding updated Dutch debconf translation from Bart Cornelis
  676. <cobaco@skolelinux.no> (Closes: #469174).
  677. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Fri, 07 Mar 2008 15:31:00 +0100
  678. gnunet (0.7.3-3) unstable; urgency=medium
  679. * Rebuilding against new dialog (Closes: #454948).
  680. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Wed, 13 Feb 2008 07:31:00 +0100
  681. gnunet (0.7.3-2) unstable; urgency=low
  682. * Moved libgnunettesting_api.so.* to gnunet-client, they were accidentally
  683. included to gnunet-dev before.
  684. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Mon, 21 Jan 2008 20:22:00 +0100
  685. gnunet (0.7.3-1) unstable; urgency=low
  686. * New upstream release.
  687. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Mon, 24 Dec 2007 16:04:00 +0100
  688. gnunet (0.7.2c-5) unstable; urgency=low
  689. * Building against transitioned libmicrohttpd.
  690. * Added Finnish debconf translation from Esko Arajaervi <edu@iki.fi>
  691. (Closes: #457419).
  692. * Replacing msgid contact address in *.po files with packages address.
  693. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sat, 22 Dec 2007 10:58:00 +0100
  694. gnunet (0.7.2c-4) unstable; urgency=medium
  695. * Added missing build-dependency against libncursesw5-dev,
  696. now the gnunet-setup curses interface gets build again (Closes: #454701).
  697. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Fri, 07 Dec 2007 09:30:00 +0100
  698. gnunet (0.7.2c-3) unstable; urgency=medium
  699. * Some formal cleanups:
  700. - Updated to new policy.
  701. - Using Homepage field in control.
  702. - Using versioned depends for libextractor.
  703. - Commented lintian overrides.
  704. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Thu, 06 Dec 2007 22:36:00 +0100
  705. gnunet (0.7.2c-2) unstable; urgency=medium
  706. * Updated install files to cover previously missed files (Closes: #454053).
  707. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sun, 02 Dec 2007 22:29:00 +0100
  708. gnunet (0.7.2c-1) unstable; urgency=low
  709. * New upstream release.
  710. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 09 Oct 2007 10:20:00 +0200
  711. gnunet (0.7.2b-6) unstable; urgency=low
  712. * Adding debug package.
  713. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Wed, 26 Sep 2007 10:21:00 +0200
  714. gnunet (0.7.2b-5) unstable; urgency=low
  715. * Renamed gnunet-daemon package to gnunet-server for consistency reasons.
  716. Since gnunet was splittet out after etch, there is no transitional package
  717. required.
  718. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Wed, 15 Aug 2007 14:51:00 +0200
  719. gnunet (0.7.2b-4) unstable; urgency=low
  720. * Added netbase dependency to gnunet-daemon as found out by Kurt Roeckx
  721. <kurt@roeckx.be> (Closes: #437922, #437984).
  722. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Wed, 15 Aug 2007 14:25:00 +0200
  723. gnunet (0.7.2b-3) unstable; urgency=low
  724. * Fixed broken gnunet-daemon.postinst on new installations.
  725. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 14 Aug 2007 16:30:00 +0200
  726. gnunet (0.7.2b-2) unstable; urgency=low
  727. * Added build-dependency to libadns1-dev.
  728. * Synced gnunetd.conf and gnunetd-daemon.postinst with upstream,
  729. using /var/lib/gnunet instead of /var/lib/GNUnet now (Closes: #301822).
  730. * Synced gnunet-daemon.install and gnunet-client.install with upstream,
  731. including new libraries (Closes: #431021, #434684).
  732. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 14 Aug 2007 15:57:00 +0200
  733. gnunet (0.7.2b-1) unstable; urgency=low
  734. * New upstream release.
  735. * Updated po files according to the work from the debian-l10n-english team
  736. (Closes: #430802).
  737. * Added updated French debconf translation from Christian Perrier
  738. <bubulle@debian.org> (Closes: #431384).
  739. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 14 Aug 2007 14:39:00 +0200
  740. gnunet (0.7.2-1) unstable; urgency=low
  741. * New upstream release (Closes: #429478).
  742. * Rewritten/edited all debian/* files; now using plain debhelper again.
  743. * Removed no longer needed update mechanism from 0.6 to 0.7.
  744. * Updated reviewed debconf templates from debian-l10n-english team
  745. <debian-l10n-english@lists.debian.org>
  746. (Closes: #427877, #425211, #425310, #429845).
  747. * Added Vietnamese debconf translation from Clytie Siddall
  748. <clytie@riverland.net.au> (Closes: #428547).
  749. * Added updated Spanish debconf translation from Rudy Godoy Guillen
  750. <rudy@stone-head.org> (Closes: #426078).
  751. * Added updated Swedish debconf translation from Daniel Nylander
  752. <yeager@lidkoping.net> (Closes: #428356).
  753. * Added updated Portuguese debconf translation from Portuguese Translation
  754. Team <traduz@debianpt.org> (Closes: #428357).
  755. * Added Galician debconf translation from Jacobo Tarrio <jtarrio@trasno.net>
  756. (Closes: #428387).
  757. * Added updated German debconf translation from Helge Kreutzmann
  758. <debian@helgefjell.de> (Closes: 425309, #429843).
  759. * Added Russian debconf translation from Yuri Kozlov
  760. <kozlov.y@gmail.com> (Closes: #429853).
  761. * Added updated Czech debconf translation from Miroslav Kure
  762. <kurem@upcase.inf.upol.cz> (Closes: #430343).
  763. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Wed, 27 Jun 2007 09:53:00 +0200
  764. gnunet (0.7.1c-2) unstable; urgency=low
  765. * Rebuild against new curl (Closes: #423573).
  766. * Added Dutch debconf translation from Bart Cornelis <cobaco@skolelinux.no>
  767. (Closes: #423048).
  768. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sun, 13 May 2007 21:28:00 +0200
  769. gnunet (0.7.1c-1) unstable; urgency=low
  770. * New upstream release (Closes: #420538).
  771. * Package split into common, tools, daemon, client and dev (Closes: #394740).
  772. * Added LSB section in init script.
  773. * Enable IPv6 (Closes: #405763).
  774. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Tue, 10 Apr 2007 12:49:11 +0200
  775. gnunet (0.7.0e-5) unstable; urgency=medium
  776. * Added German debconf translation from Helge Kreutzmann
  777. <debian@helgefjell.de> (Closes: #413731).
  778. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 06 Mar 2007 21:48:00 +0100
  779. gnunet (0.7.0e-4) unstable; urgency=medium
  780. * Added Spanish debconf translation from Javier Ruano
  781. <javier.ruano@estudiante.uam.es> (Closes: #406719).
  782. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sat, 13 Jan 2007 12:37:00 +0100
  783. gnunet (0.7.0e-3) unstable; urgency=low
  784. * Convert rules and control files in order to use cdbs.
  785. * debian/po/cs.po: Updated Czech translation. Thanks to Miroslav Kure (Closes: #389621).
  786. * debian/po/pt.po: Added Portuguese translation. Thanks to Rui Branco (Closes: #374058).
  787. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Sat, 29 Jul 2006 23:48:43 +0200
  788. gnunet (0.7.0e-2) unstable; urgency=low
  789. * New email address.
  790. * Included wizard.glade (Closes: #371878).
  791. -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 04 Jul 2006 15:49:00 +0200
  792. gnunet (0.7.0e-1) unstable; urgency=high
  793. * New upstream release.
  794. * Set urgency to high since this release fix the remote DOS CVE-2006-2413 (Closes: #368159)
  795. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Sun, 21 May 2006 11:24:28 +0200
  796. gnunet (0.7.0d-1) unstable; urgency=low
  797. * New upstream release.
  798. * debian/control: Bumped policy version to 3.7.2.
  799. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Sun, 07 May 2006 14:36:13 +0200
  800. gnunet (0.7.0c-2) unstable; urgency=low
  801. * contrib/init_gnunet_ubuntu: Fixed su usage (Closes: #358998). Thanks to
  802. Nicolas Francois for the patch.
  803. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Thu, 06 Apr 2006 22:18:59 +0200
  804. gnunet (0.7.0c-1) unstable; urgency=low
  805. * New upstream release (Closes: #350472). Thanks to Nicolas Francois for the patch.
  806. * debian/po/sv.po: Added swedish translation. Thanks to Daniel Nylander (Closes: #347664).
  807. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Tue, 21 Mar 2006 19:01:36 +0100
  808. gnunet (0.7.0b-1) unstable; urgency=low
  809. * New upstream release (Closes: #342108).
  810. * debian/control: upgraded build depend from libmysqlclient14-dev to
  811. libmysqlclient15-dev (Closes: #343814).
  812. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Sat, 24 Dec 2005 14:09:43 +0100
  813. gnunet (0.7.0a-1) unstable; urgency=low
  814. * New upstream release.
  815. * debian/po/fr.po: Updated french translation. Thanks to Eric (Closes: #336769).
  816. * debian/control: Updated dependencies to follow the libstdc++ allocator change.
  817. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Sun, 20 Nov 2005 03:09:15 +0100
  818. gnunet (0.7.0-1) unstable; urgency=low
  819. * New upstream version.
  820. * debian/gnunet.templates: Applied debconf templates patch. Thanks to Clytie Siddall (Closes: #314191).
  821. * Backport of gnunet-setup.c and sqlite.c from SVN to fix 919 and 943 issues (cf Mantis on https://gnunet.org/mantis/).
  822. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Sun, 04 Sep 2005 12:49:30 +0200
  823. gnunet (0.6.6b-5) unstable; urgency=low
  824. * debian/control: Bumped policy version to 3.6.2.
  825. * debian/control: Updated dependencies to follow C++ ABI changes (Closes: #325844).
  826. * debian/po/vi.po: Added new Vietnamese translation of gnunet debconf messages. Thanks to Clytie Siddall (Closes: #314190).
  827. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Sun, 21 Aug 2005 10:54:54 +0200
  828. gnunet (0.6.6b-4) unstable; urgency=high
  829. * Bump revision number and set urgency high and give the package a chance to
  830. enter Sarge before the final release.
  831. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Tue, 31 May 2005 20:57:31 +0200
  832. gnunet (0.6.6b-3) unstable; urgency=low
  833. * debian/po/pt_BR.po: Updated Brazilian Portuguese translation of gnunet
  834. debconf messages. Thanks to Guilherme de S. Pastore. (Closes: #306350)
  835. * debian/po/cs.po: Added new Czech translation of gnunet debconf messages.
  836. Thanks to Miroslav Kure. (Closes: #310756)
  837. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Thu, 26 May 2005 22:15:15 +0200
  838. gnunet (0.6.6b-2) unstable; urgency=low
  839. * debian/docs: Added the file UPDATING.
  840. * debian/gnunet.postinst: Secured access to the data directory with 0700 mask.
  841. * debian/control: Set libextractor required instead of recommended (Closes: #305138)
  842. * debian/README.Debian: Changed filename UPGRADING to UPDATING (Closes:
  843. #305136).
  844. * debian/po/pt_BR.po: Added new Brazilian Portuguese translation, thanks to
  845. Rodrigo Tadeu Claro (Closes: #306350).
  846. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Sun, 01 May 2005 12:31:50 +0200
  847. gnunet (0.6.6b-1) unstable; urgency=low
  848. * New Upstream release.
  849. * debian/control: Added libextractor dependency.
  850. * debian/rules: Added libextractor support.
  851. * debian/gnunet.postinst: Improved default configuration file building
  852. process.
  853. * debian/gnunet.postinst: Changed default database from gdbm to sqlite. Do
  854. the necessary data migration when needed.
  855. Only change the default database if the user was previously using the old
  856. default one.
  857. If another database was explicitly specified, the script will keep the
  858. user preferences.
  859. * debian/gnunet.conf: Changed default database from gdbm to sqlite.
  860. * debian/README.Debian: Updated the daemon usage.
  861. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Tue, 01 Mar 2005 23:03:53 +0100
  862. gnunet (0.6.6a-1) unstable; urgency=low
  863. * New upstream release (Closes: #293347).
  864. * debian/control: Fixed gnunet-gtk dependencies.
  865. * debian/gnunet.shlibs: Replaced version number by ${Source-Version}.
  866. * debian/gnunet.postinst: Fixed some typos in default configuration file.
  867. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Tue, 15 Feb 2005 19:45:51 +0100
  868. gnunet (0.6.6-2) unstable; urgency=low
  869. * debian/rules: Added --without-extractor.
  870. * debian/control: Removed forgotten libextractor dependency.
  871. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Tue, 08 Feb 2005 23:29:54 +0100
  872. gnunet (0.6.6-1) unstable; urgency=low
  873. * New upstream release.
  874. * debian/rules: Removed --without-sqlite since sqlite3 is now part of Sarge
  875. and Sid.
  876. * debian/control: Added dependency for sqlite3.
  877. Removed libextractor dependencies (Closes: #293014).
  878. * debian/docs: Added gnunet.user (Closes: #292558).
  879. * debian/po/fr.po: Added new french translation, thanks to Eric Madesclair
  880. (Closes: #292895).
  881. * debian/gnunet.postrm, debian/gnunet.prerm, debian/gnunet.postinst,
  882. debian/gnunet.init: Improved launch at startup feature. Thanks to Stephen
  883. Gran for the initial patch. (Closes: #284549).
  884. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Thu, 03 Feb 2005 00:29:18 +0100
  885. gnunet (0.6.5-3) unstable; urgency=low
  886. * debian/control: Fixed dependencies. (Closes: #291776, #291857).
  887. * Fixed a typo in previous changelog (Closes: #289496).
  888. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Mon, 24 Jan 2005 00:41:29 +0100
  889. gnunet (0.6.5-2) unstable; urgency=low
  890. * Applied Martin Quinson l10n patch which switch to gettext-based debconf and
  891. does the following modifications (Closes: #283632):
  892. - debian/control: modification for dependencies:
  893. build-dep: debhelper (>= 4.1.16) which depends on po-debconf.
  894. depend: debconf (>= 1.2.0) since old versions have problems with
  895. templates specifying the encoding of their content.
  896. - debian/rules: Add 'debconf-updatepo' to the clean target
  897. (to make sure that the relevant files are ready for translation in the
  898. distributed source packages, and thus help translators).
  899. - execute "debconf-gettextize debian/*templates*".
  900. - update the style to the best current practice.
  901. * Applied Andreas Jochens patch to fix build process on AMD64 with gcc 4.0
  902. (Closes: #289496).
  903. * debian/control: Fixed dependencies.
  904. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Fri, 03 Dec 2004 07:59:37 +0100
  905. gnunet (0.6.5-1) unstable; urgency=low
  906. * New upstream release.
  907. * debian/rules: Added --without-sqlite. The requirements for sqlite support
  908. cannot be satisfied yet on Debian (sqlite >= 3.0.0 is not available).
  909. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Wed, 17 Nov 2004 14:43:07 +0100
  910. gnunet (0.6.4a-7) unstable; urgency=high
  911. * debian/gnunet.postinst: Fixed dash support (Closes: #280422)
  912. Fixed old logfile may not be moved.
  913. Changed compared version for the upgrade to 0.6.4a-7.
  914. * debian/gnunet.init: Fixed dash support.
  915. Fixed possible error in restart command.
  916. * debian/gnunet.config: Changed compared version for the upgrade to
  917. 0.6.4a-7.
  918. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Tue, 09 Nov 2004 14:47:21 +0100
  919. gnunet (0.6.4a-6) unstable; urgency=low
  920. * Backport gnunet-update.c from CVS (fix the "cannot get LOGFILE" bug). Now
  921. we can use it in scripts to provide a much more elegant and reliable
  922. migration script.
  923. * debian/gnunet.postinst: use new gnunet-update instead of complex shell
  924. script.
  925. Changed compared version for the upgrade to 0.6.4a-6.
  926. * debian/gnunet.config: use new gnunet-update instead of complex shell
  927. script.
  928. Changed compared version for the upgrade to 0.6.4a-6.
  929. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Mon, 25 Oct 2004 01:29:32 +0200
  930. gnunet (0.6.4a-5) unstable; urgency=low
  931. * debian/control: Note: awk is, by dependency, essential, so there is no
  932. need to add it as a dependency.
  933. * debian/gnunet.postinst: Replaced mawk with awk which is provided either by
  934. mawk, gawk, or original-awk (Closes: #277915).
  935. Changed compared version for the upgrade to 0.6.4a-5 since some people
  936. should have gnunet not yet configured with 0.6.4a-4.
  937. * debian/gnunet.config: Replaced mawk with awk.
  938. Changed compared version for the upgrade to 0.6.4a-5 since some people
  939. should have gnunet not yet configured with 0.6.4a-4.
  940. Lowered the warning note priority to medium.
  941. Removed reset of the warning note.
  942. Removed unneeded comments.
  943. Only warn user if configuration values are not yet compliant.
  944. * debian/gnunet.preinst: Removed since it's empty
  945. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Sat, 23 Oct 2004 15:31:05 +0200
  946. gnunet (0.6.4a-4) unstable; urgency=low
  947. * Many new improvements to allow gnunetd to run as non-root
  948. (Closes: #226297).
  949. * Backport gnunet-update from CVS to use new -g option in package scripts.
  950. * contrib/gnunet.root: Changed default values of PIDFILE and LOGFILE.
  951. * debian/control: Removed unneeded version requirement for
  952. libgcrypt11-dev.
  953. Added debconf dependency to gnunet (required in package scripts).
  954. * debian/gnunet.postinst: Added gnunetd run as user support.
  955. Added migration scripts to allow a "soft" update, keeping user
  956. settings as much as possible.
  957. * debian/gnunet.templates: New file containing debconf template.
  958. * debian/gnunet.init: Added the possibility to launch the Daemon as an user.
  959. Added --background to prevent a debconf freeze.
  960. * debian/gnunet.logrotate: Changed default paths of logs to
  961. /var/log/gnunetd/.
  962. * debian/gnu-in-net.xpm: Moved package's file from contrib/
  963. * debian/gnunet.desktop: Moved package's file from contrib/
  964. * debian/gnunet.conf: Moved package's file from contrib/.
  965. Changed default values of PIDFILE and LOGFILE to new structure.
  966. * debian/gnunet.dir: Added var/log/gnunetd and var/run/gnunetd.
  967. * debian/rules: Added dh_installdebconf.
  968. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Mon, 18 Oct 2004 18:17:13 +0200
  969. gnunet (0.6.4a-3) unstable; urgency=high
  970. * Bump revision number for the package to be rebuild against fixed
  971. libgcrypt11 (>=1.2.0-10) (Closes: #275793)
  972. * debian/control: Added version requirement for libgcrypt11-dev (>=1.2.0-10).
  973. * Urgency set to high since package in Sarge is currently broken.
  974. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Mon, 11 Oct 2004 12:13:28 +0200
  975. gnunet (0.6.4a-2) unstable; urgency=high
  976. * debian/gnunet.postinst: Fixed data migration process.
  977. * Urgency set to high since some people might have broken databases atm.
  978. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Wed, 06 Oct 2004 03:58:35 +0200
  979. gnunet (0.6.4a-1) unstable; urgency=medium
  980. * New upstream release.
  981. * debian/gnunet.shlibs: Added missing libs.
  982. * contrib/gnunet.desktop: Added menu file for GNOME and KDE.
  983. * contrib/gnunet.root: Fixed to follow debian policy.
  984. * Removed beta binaries gnunet-dht* and gnunet-setup from package since
  985. they are not yet functional.
  986. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Wed, 29 Sep 2004 08:09:38 +0200
  987. gnunet (0.6.4-3) unstable; urgency=low
  988. * Fix gnunet-check segfault using CVS (Closes: #271560)
  989. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Wed, 15 Sep 2004 23:10:45 +0200
  990. gnunet (0.6.4-2) unstable; urgency=low
  991. * Bump revision number so ftp-master will accept it.
  992. -- Glenn McGrath <bug1@debian.org> Fri, 10 Sep 2004 12:13:54 +1000
  993. gnunet (0.6.4-1) unstable; urgency=low
  994. * New upstream release.
  995. * New maintainer (Closes: #225690)
  996. * contrib/gnu_in_net.xpm: Modified the application's icon to make the
  997. background transparent.
  998. * debian/gnunet.postinst: Perform gnunet-check -a instead of gnunet-check
  999. -u. This is needed to migrate data from 0.6.2b or earlier.
  1000. * debian/control: Updated build dependency from libgtk1.2-dev to
  1001. libgtk2.0-dev as required.
  1002. * debian/control: Added build dependency libgmp3-dev (>= 4.0.0) as required.
  1003. -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Sun, 29 Aug 2004 23:07:45 +0200
  1004. gnunet (0.6.2b-1) unstable; urgency=low
  1005. * New upstream release (Closes: #249894 #254258)
  1006. * Add missingok to logrotate entry (Closes: #254874)
  1007. * Including missing gnunet-download-manager.scm from cvs
  1008. -- Glenn McGrath <bug1@debian.org> Sat, 26 Jun 2004 20:53:43 +1000
  1009. gnunet (0.6.2a-2) unstable; urgency=low
  1010. * Build depend on guile-1.6, not guile-1.6-dev
  1011. -- Glenn McGrath <bug1@debian.org> Sat, 08 May 2004 00:08:49 +1000
  1012. gnunet (0.6.2a-1) unstable; urgency=low
  1013. * New upstream release
  1014. * Build depends on guile
  1015. -- Glenn McGrath <bug1@debian.org> Thu, 06 May 2004 20:31:51 +1000
  1016. gnunet (0.6.2-1) unstable; urgency=low
  1017. * New upstream release
  1018. * Enable tdb, bdb
  1019. -- Glenn McGrath <bug1@debian.org> Sun, 02 May 2004 13:31:49 +1000
  1020. gnunet (0.6.1d-4) unstable; urgency=low
  1021. * Build against new libgcrypt
  1022. -- Glenn McGrath <bug1@debian.org> Tue, 20 Apr 2004 22:14:41 +1000
  1023. gnunet (0.6.1d-3) unstable; urgency=low
  1024. * Disable STAT_MALLOC to fix hostkey generatation bug.
  1025. -- Glenn McGrath <bug1@debian.org> Tue, 13 Apr 2004 17:51:07 +1000
  1026. gnunet (0.6.1d-2) unstable; urgency=low
  1027. * Include .la files (Closes: #243229)
  1028. -- Glenn McGrath <bug1@debian.org> Mon, 12 Apr 2004 21:22:02 +1000
  1029. gnunet (0.6.1d-1) unstable; urgency=low
  1030. * New upstream release
  1031. -- Glenn McGrath <bug1@debian.org> Sat, 03 Apr 2004 21:14:04 +1000
  1032. gnunet (0.6.1b-1) unstable; urgency=low
  1033. * New upstream release
  1034. * Run "gnunet-check -ra" in postinst for compatibility
  1035. -- Glenn McGrath <bug1@debian.org> Sat, 31 Jan 2004 21:39:33 +1100
  1036. gnunet (0.6.1a-2) unstable; urgency=low
  1037. * Dont include gnunet-setup (fix build problem)
  1038. * Include a sample ~/.gnunet/gnunet.conf file
  1039. * Remove GNUNET_HOME from /etc/gnunet.conf, it is defined in a per
  1040. user config file
  1041. * Include randomi and bloomfilter bugfixes from upstream cvs.
  1042. -- Glenn McGrath <bug1@debian.org> Sat, 17 Jan 2004 08:57:52 +1100
  1043. gnunet (0.6.1a-1) unstable; urgency=low
  1044. * New upstream release
  1045. * Build depends on libgcrypt7-dev
  1046. * Remove stale gcrypt macros from acinclude.m4 and regenerate Makefiles
  1047. -- Glenn McGrath <bug1@debian.org> Thu, 15 Jan 2004 19:28:29 +1100
  1048. gnunet (0.6.0a-1) unstable; urgency=low
  1049. * New upstream release
  1050. * Dont use file globs for .so, it missed some.
  1051. * Dont include .la files, its not a -dev package.
  1052. -- Glenn McGrath <bug1@debian.org> Fri, 10 Oct 2003 00:41:14 +0000
  1053. gnunet (0.6.0-1) unstable; urgency=low
  1054. * New upstream release
  1055. * Undefined symbols problem fixed by upstream (Closes: #201002)
  1056. * Remove gnunet-convert in this release as its broken.
  1057. * Regenerate build files with autoreconf -if
  1058. * Dont mention internal shared libraries in .shlibs file
  1059. -- Glenn McGrath <bug1@debian.org> Mon, 06 Oct 2003 13:56:55 +0000
  1060. gnunet (0.5.5-2) unstable; urgency=low
  1061. * Fix internal key generation bug iwhen using internal crypto with
  1062. patch from upstream, patch-gnunet-0.5.5-rndlinux.c[.diff]
  1063. (Closes: #207677)
  1064. * Rephrase gnunet-gtk description (Closes: #209643)
  1065. * Update standards version to 3.6.1.0
  1066. -- Glenn McGrath <bug1@debian.org> Tue, 09 Sep 2003 23:41:50 +0000
  1067. gnunet (0.5.5-1) unstable; urgency=low
  1068. * New upstream release
  1069. -- Glenn McGrath <bug1@debian.org> Fri, 22 Aug 2003 21:57:27 +0000
  1070. gnunet (0.5.4a-5) unstable; urgency=low
  1071. * Declare the build dependency on libtool in the control file as
  1072. well as this changelog (Closes: #202280)
  1073. * Make note in README.Debian about upgrading from 0.5.4a-1
  1074. -- Glenn McGrath <bug1@debian.org> Tue, 22 Jul 2003 01:01:16 +0000
  1075. gnunet (0.5.4a-4) unstable; urgency=low
  1076. * Declare build dependency on libtool as well, grrrr
  1077. -- Glenn McGrath <bug1@debian.org> Mon, 21 Jul 2003 15:02:20 +0000
  1078. gnunet (0.5.4a-3) unstable; urgency=low
  1079. * Declare build dependency on automake1.7
  1080. -- Glenn McGrath <bug1@debian.org> Mon, 21 Jul 2003 13:30:07 +0000
  1081. gnunet (0.5.4a-2) unstable; urgency=low
  1082. * Fix removal of package when daemon not running (Closes: #201647)
  1083. * Build depends on libltdl3-dev (Closes: #201316)
  1084. * Run autoreconf to avoid libtool problem
  1085. * Bump standards version to 3.6.0
  1086. * Sync gnunet-peer-info man page with upstream
  1087. -- Glenn McGrath <bug1@debian.org> Sun, 20 Jul 2003 13:59:20 +0000
  1088. gnunet (0.5.4a-1) unstable; urgency=low
  1089. * New upstream release.
  1090. * Remove build dependency on libgcrypt, gnunet now uses an internal
  1091. crypto library based on the CVS branch of libgcrypt.
  1092. * Change build dependency from libgdbmg1-dev to libgdbm-dev
  1093. * After 1 year and 39 days in preparation, its now eligible to be
  1094. uploaded to unstable (Closes: #147380)
  1095. -- Glenn McGrath <bug1@debian.org> Fri, 27 Jun 2003 16:47:54 +0000
  1096. gnunet (0.5.4-1) unstable; urgency=low
  1097. * New upstream release
  1098. * Declare shared libraries within gnunet, dependency now detected
  1099. in gnunet-gtk
  1100. -- Glenn McGrath <bug1@debian.org> Sun, 18 May 2003 12:45:27 +0000
  1101. gnunet (0.5.3-3) unstable; urgency=low
  1102. * Change src/utils/dso.c to load .so.0 modules rather than .so
  1103. -- Glenn McGrath <bug1@debian.org> Wed, 30 Apr 2003 12:57:00 +1000
  1104. gnunet (0.5.3-2) unstable; urgency=low
  1105. * Fix rpath warning.
  1106. * Fix dev-symlink warning.
  1107. * Add missing man pages for gnunet-peer-ingo and gnunet-stats
  1108. -- Glenn McGrath <bug1@debian.org> Wed, 30 Apr 2003 00:08:41 +1000
  1109. gnunet (0.5.3-1) unstable; urgency=low
  1110. * New upstream release
  1111. -- Glenn McGrath <bug1@debian.org> Sat, 19 Apr 2003 22:39:30 +1000
  1112. gnunet (0.5.2a-1) unstable; urgency=low
  1113. * New upstream release
  1114. * Use copytruncate with logrotation
  1115. -- Glenn McGrath <bug1@debian.org> Tue, 18 Mar 2003 22:26:21 +1100
  1116. gnunet (0.5.2-1) unstable; urgency=low
  1117. * New release includes gnunet-tracekit
  1118. * Use /etc/default/gnunet to set default init behaviour
  1119. * Set logfile to /var/log/gnunetd.log, and use logrotate.
  1120. * Set default pid to /var/run/gnunetd
  1121. * Specify extractors in config file
  1122. -- Glenn McGrath <bug1@debian.org> Fri, 28 Feb 2003 02:51:19 +1100
  1123. gnunet (0.5.1a-1) unstable; urgency=low
  1124. * Initial Release.
  1125. -- Glenn McGrath <bug1@debian.org> Thu, 06 Feb 2003 23:32:06 +1100