changelog 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586
  1. ngircd (26.1-0ab1) unstable; urgency=medium
  2. * New "upstream" release: ngIRCd 26.1.
  3. -- Alexander Barton <alex@barton.de> Sat, 02 Jan 2021 14:31:51 +0100
  4. ngircd (26-0ab1) unstable; urgency=medium
  5. * New "upstream" release: ngIRCd 26.
  6. -- Alexander Barton <alex@barton.de> Sat, 20 Jun 2020 15:26:46 +0200
  7. ngircd (26~rc2-0ab1) unstable; urgency=low
  8. * New "upstream" release candidate 2 for ngIRCd Release 26.
  9. -- Alexander Barton <alex@barton.de> Thu, 11 Jun 2020 17:21:17 +0200
  10. ngircd (26~rc1-0ab1) unstable; urgency=low
  11. * New "upstream" release candidate 1 for ngIRCd Release 26.
  12. -- Alexander Barton <alex@barton.de> Sun, 10 May 2020 17:13:17 +0200
  13. ngircd (25-0ab1) unstable; urgency=low
  14. * New "upstream" release: ngIRCd 25.
  15. -- Alexander Barton <alex@barton.de> Wed, 23 Jan 2019 23:13:03 +0100
  16. ngircd (25~rc1-0ab1) unstable; urgency=low
  17. * New "upstream" release candidate 1 for ngIRCd Release 25.
  18. -- Alexander Barton <alex@barton.de> Sat, 11 Aug 2018 21:35:08 +0200
  19. ngircd (24-0ab1) unstable; urgency=low
  20. * New "upstream" release: ngIRCd 24.
  21. -- Alexander Barton <alex@barton.de> Fri, 20 Jan 2017 16:43:09 +0100
  22. ngircd (24~rc1-0ab2) unstable; urgency=low
  23. * Use OpenSSL instead of GnuTLS for SSL-enabled packages.
  24. -- Alexander Barton <alex@barton.de> Fri, 20 Jan 2017 15:20:07 +0100
  25. ngircd (24~rc1-0ab1) unstable; urgency=low
  26. * New "upstream" release candidate 1 for ngIRCd Release 24.
  27. -- Alexander Barton <alex@barton.de> Sat, 07 Jan 2017 18:58:02 +0100
  28. ngircd (23-0ab1) unstable; urgency=low
  29. * New "upstream" release: ngIRCd 23.
  30. -- Alexander Barton <alex@barton.de> Mon, 16 Nov 2015 21:27:03 +0100
  31. ngircd (23~rc1-0ab1) unstable; urgency=low
  32. * New "upstream" release candidate 1 for ngIRCd Release 23.
  33. -- Alexander Barton <alex@barton.de> Sun, 06 Sep 2015 16:55:23 +0200
  34. ngircd (22.1-0ab1) unstable; urgency=low
  35. * New "upstream" release: ngIRCd 22.1.
  36. -- Alexander Barton <alex@barton.de> Mon, 06 Apr 2015 14:34:50 +0200
  37. ngircd (22-0ab1) unstable; urgency=low
  38. * New "upstream" release: ngIRCd 22.
  39. -- Alexander Barton <alex@barton.de> Sat, 11 Oct 2014 20:29:03 +0200
  40. ngircd (22~rc1-0ab1) unstable; urgency=low
  41. * New "upstream" release candidate 1 for ngIRCd Release 22.
  42. -- Alexander Barton <alex@barton.de> Mon, 29 Sep 2014 17:07:55 +0200
  43. ngircd (21.1-0ab2) unstable; urgency=low
  44. * Use correct package name in pathname to "HelpFile" (Command.txt)
  45. in "ngircd-full" and "ngircd-full-dbg" packages.
  46. * Don't adjust path names that are correct by default.
  47. -- Alexander Barton <alex@barton.de> Mon, 14 Jul 2014 11:20:17 +0200
  48. ngircd (21.1-0ab1) unstable; urgency=low
  49. * New "upstream" release: ngIRCd 21.1.
  50. -- Alexander Barton <alex@barton.de> Tue, 25 Mar 2014 14:44:59 +0100
  51. ngircd (21-0ab1) unstable; urgency=low
  52. * New "upstream" release: ngIRCd 21.
  53. -- Alexander Barton <alex@barton.de> Wed, 30 Oct 2013 22:13:55 +0100
  54. ngircd (21~rc2-0ab3) unstable; urgency=low
  55. * Fix sed(1) rules adjusting "ngircd-full" package, error introduced
  56. by last commit :-/
  57. -- Alexander Barton <alex@barton.de> Sun, 20 Oct 2013 18:31:16 +0200
  58. ngircd (21~rc2-0ab2) unstable; urgency=low
  59. * Fix default "HelpFile" file name in ngircd.conf for "full" packages.
  60. -- Alexander Barton <alex@barton.de> Sun, 20 Oct 2013 17:18:28 +0200
  61. ngircd (21~rc2-0ab1) unstable; urgency=low
  62. * New "upstream" release candidate 2 for ngIRCd Release 21.
  63. -- Alexander Barton <alex@barton.de> Sun, 20 Oct 2013 15:50:03 +0200
  64. ngircd (21~rc1-0ab1) unstable; urgency=low
  65. * New "upstream" release candidate 1 for ngIRCd Release 21.
  66. -- Alexander Barton <alex@barton.de> Sat, 05 Oct 2013 23:24:09 +0200
  67. ngircd (20.3-0ab1) unstable; urgency=high
  68. * New "upstream" release, fixing a security related bug: ngIRCd 20.3.
  69. -- Alexander Barton <alex@barton.de> Fri, 23 Aug 2013 21:53:21 +0200
  70. ngircd (20.2-0ab1) unstable; urgency=high
  71. * New "upstream" release, fixing a security related bug: ngIRCd 20.2.
  72. -- Alexander Barton <alex@barton.de> Fri, 15 Feb 2013 12:17:00 +0100
  73. ngircd (20.1-0ab1) unstable; urgency=low
  74. * New "upstream" release: ngIRCd 20.1.
  75. -- Alexander Barton <alex@barton.de> Wed, 02 Jan 2013 22:37:26 +0100
  76. ngircd (20-0ab1) unstable; urgency=low
  77. * New "upstream" release: ngIRCd 20.
  78. -- Alexander Barton <alex@barton.de> Mon, 17 Dec 2012 13:04:15 +0100
  79. ngircd (20~rc2-0ab1) unstable; urgency=low
  80. * New "upstream" release candidate 2 for ngIRCd Release 20.
  81. -- Alexander Barton <alex@barton.de> Sun, 02 Dec 2012 18:51:06 +0100
  82. ngircd (20~rc1-0ab1) unstable; urgency=low
  83. * New "upstream" release candidate 1 for ngIRCd Release 20.
  84. -- Alexander Barton <alex@barton.de> Sun, 11 Nov 2012 16:03:32 +0100
  85. ngircd (19.2-0ab1) unstable; urgency=low
  86. * New "upstream" release: ngIRCd 19.2.
  87. -- Alexander Barton <alex@barton.de> Tue, 19 Jun 2012 11:03:12 +0200
  88. ngircd (19.2~rc1-0ab1) unstable; urgency=low
  89. * New "upstream" release candidate 1 for ngIRC Release 19.2.
  90. -- Alexander Barton <alex@barton.de> Wed, 13 Jun 2012 10:59:34 +0200
  91. ngircd (19.1-0ab1) unstable; urgency=low
  92. * New "upstream" release: ngIRCd 19.1.
  93. -- Alexander Barton <alex@barton.de> Mon, 19 Mar 2012 19:18:28 +0100
  94. ngircd (19-0ab1) unstable; urgency=low
  95. * New "upstream" release: ngIRCd 19.
  96. -- Alexander Barton <alex@barton.de> Wed, 29 Feb 2012 17:34:08 +0100
  97. ngircd (19~rc1-0ab1) unstable; urgency=low
  98. * New "upstream" release candidate 1 for ngIRCd Release 19.
  99. -- Alexander Barton <alex@barton.de> Sun, 12 Feb 2012 17:47:51 +0100
  100. ngircd (18-0ab1) unstable; urgency=low
  101. * New "upstream" release: ngIRCd 18.
  102. -- Alexander Barton <alex@barton.de> Sun, 10 Jul 2011 20:03:20 +0200
  103. ngircd (18~rc2-0ab1) unstable; urgency=low
  104. * New "upstream" release candidate 2 for ngIRCd Release 18.
  105. -- Alexander Barton <alex@barton.de> Wed, 29 Jun 2011 10:20:51 +0200
  106. ngircd (18~rc1-0ab1) unstable; urgency=low
  107. * New "upstream" release candidate 1 for ngIRCd Release 18.
  108. -- Alexander Barton <alex@barton.de> Mon, 27 Jun 2011 22:58:36 +0200
  109. ngircd (17.1-0ab1) unstable; urgency=low
  110. * New "upstream" release: ngIRCd 17.1.
  111. -- Alexander Barton <alex@barton.de> Sun, 19 Dec 2010 15:56:42 +0100
  112. ngircd (17-0ab1) unstable; urgency=low
  113. * New "upstream" release: ngIRCd 17.
  114. -- Alexander Barton <alex@barton.de> Sun, 07 Nov 2010 17:23:07 +0100
  115. ngircd (17~rc3-0ab1) unstable; urgency=low
  116. * New "upstream" release candidate 3 for ngIRCd Release 17.
  117. -- Alexander Barton <alex@barton.de> Wed, 27 Oct 2010 22:30:08 +0200
  118. ngircd (17~rc2-0ab2) unstable; urgency=low
  119. * Install /etc/pam.d/ngircd including "auth required pam_permit.so" when
  120. installing -full or -full-dbg variant to keep backwards compatibility.
  121. -- Alexander Barton <alex@barton.de> Tue, 26 Oct 2010 23:34:56 +0200
  122. ngircd (17~rc2-0ab1) unstable; urgency=low
  123. * New "upstream" release candidate 2 for ngIRCd Release 17.
  124. -- Alexander Barton <alex@barton.de> Mon, 25 Oct 2010 18:51:15 +0200
  125. ngircd (17~rc1-0ab1) unstable; urgency=low
  126. * New "upstream" release candidate 1 for ngIRCd Release 17.
  127. -- Alexander Barton <alex@barton.de> Mon, 11 Oct 2010 16:57:47 +0200
  128. ngircd (16-0ab1) unstable; urgency=low
  129. * New "upstream" release: ngIRCd 16.
  130. -- Alexander Barton <alex@barton.de> Sun, 02 May 2010 13:32:41 +0200
  131. ngircd (16~rc2-0ab1) unstable; urgency=low
  132. * New "upstream" release candidate 2 for ngIRCd Release 16.
  133. -- Alexander Barton <alex@barton.de> Sun, 25 Apr 2010 13:12:42 +0200
  134. ngircd (16~rc1-0ab1) unstable; urgency=low
  135. * New "upstream" release candidate 1 for ngIRCd Release 16.
  136. -- Alexander Barton <alex@barton.de> Thu, 25 Mar 2010 15:56:03 +0200
  137. ngircd (15-0ab1) unstable; urgency=low
  138. * New "upstream" release: ngIRCd 15.
  139. -- Alexander Barton <alex@barton.de> Thu, 7 Nov 2009 12:07:08 +0200
  140. ngircd (15~rc1-0ab1) unstable; urgency=low
  141. * New "upstream" release candidate 1 for ngIRCd Release 15.
  142. -- Alexander Barton <alex@barton.de> Thu, 15 Oct 2009 10:01:08 +0200
  143. ngircd (14.1-0ab1) unstable; urgency=high
  144. * New "upstream" release ngIRCd 14.1, fixing a security-related bug.
  145. -- Alexander Barton <alex@barton.de> Tue, 5 May 2009 13:13:38 +0200
  146. ngircd (14-0ab3) unstable; urgency=low
  147. * Fixed "Conflicts:" line in debian/control: missing comma.
  148. -- Alexander Barton <alex@barton.de> Mon, 4 May 2009 11:21:55 +0200
  149. ngircd (14-0ab2) unstable; urgency=low
  150. * Add new "ngircd-full-dbg" package including degug code and both
  151. the --debug and --sniffer options, and containing debug symbols.
  152. -- Alexander Barton <alex@barton.de> Wed, 29 Apr 2009 01:13:03 +0200
  153. ngircd (14-0ab1) unstable; urgency=low
  154. * New "upstream" release: ngIRCd 14.
  155. -- Alexander Barton <alex@barton.de> Mon, 20 Apr 2009 11:09:12 +0200
  156. ngircd (14~rc1-0ab1) unstable; urgency=low
  157. * New "upstream" release candidate 1 for ngIRCd Release 14.
  158. -- Alexander Barton <alex@barton.de> Sun, 29 Mar 2009 17:09:17 +0200
  159. ngircd (13-0ab1) unstable; urgency=low
  160. * New "upstream" release: ngIRCd 13.
  161. -- Alexander Barton <alex@barton.de> Thu, 25 Dec 2008 23:09:58 +0100
  162. ngircd (13~rc1-0ab1) unstable; urgency=low
  163. * New "upstream" release candidate 1 for ngIRCd Release 13.
  164. -- Alexander Barton <alex@barton.de> Fri, 21 Nov 2008 22:04:41 +0100
  165. ngircd (0.12.1-0ab1+dev) unstable; urgency=low
  166. * Update package for testing the new "upstream" features:
  167. - Support for IRC services (see http://www.ircservices.za.net),
  168. - Encrypted connections using GNU TLS (ngircd-full),
  169. - Support for the IPv6 protocol (ngircd-full).
  170. -- Alexander Barton <alex@barton.de> Fri, 03 Oct 2008 16:22:55 +0200
  171. ngircd (0.12.1-0ab1) unstable; urgency=low
  172. * New "upstream" release ngIRCd 0.12.1.
  173. -- Alexander Barton <alex@barton.de> Wed, 9 Jul 2008 11:27:00 +0200
  174. ngircd (0.12.0-0ab1) unstable; urgency=low
  175. * New "upstream" release ngIRCd 0.12.0.
  176. -- Alexander Barton <alex@barton.de> Tue, 13 May 2008 12:30:31 +0200
  177. ngircd (0.12.0-0ab0-pre2) unstable; urgency=low
  178. * Second prerelease of upcoming new "upstrem" release 0.12.0-pre1.
  179. -- Alexander Barton <alex@barton.de> Tue, 29 Apr 2008 23:06:14 +0200
  180. ngircd (0.12.0-0ab0-pre1) unstable; urgency=low
  181. * Prereloease of upcoming new "upstrem" release 0.12.0-pre1.
  182. -- Alexander Barton <alex@barton.de> Sun, 20 Apr 2008 15:43:34 +0200
  183. ngircd (0.11.0-0ab0-pre2) unstable; urgency=low
  184. * Second prerelease of upcoming new "upstream release".
  185. -- Alexander Barton <alex@barton.de> Mon, 7 Jan 2008 15:32:42 +0100
  186. ngircd (0.11.0-0ab0-pre1) unstable; urgency=low
  187. * Prerelease of upcoming new "upstream release".
  188. -- Alexander Barton <alex@barton.de> Wed, 2 Jan 2008 21:33:15 +0100
  189. ngircd (0.10.4-0ab1) unstable; urgency=high
  190. * New "upstream" release: 0.10.4 - fixing a security bug.
  191. -- Alexander Barton <alex@barton.de> Mon, 7 Jan 2008 22:04:44 +0100
  192. ngircd (0.10.0-0ab1) unstable; urgency=low
  193. * New "upstream" release: 0.10.0
  194. -- Alexander Barton <alex@barton.de> Sun, 1 Oct 2006 18:14:21 +0200
  195. ngircd (0.10.0-0ab0-pre2-1) unstable; urgency=low
  196. * Bumped standards version to 3.7.2.1.
  197. * Added "Provides: ircd" to Debian control file.
  198. -- Alexander Barton <alex@barton.de> Sun, 1 Oct 2006 16:25:33 +0200
  199. ngircd (0.10.0-0ab0-pre2) unstable; urgency=low
  200. * Second "upstream" prerelease of upcoming 0.10.0 release.
  201. -- Alexander Barton <alex@barton.de> Sat, 9 Sep 2006 20:57:52 +0200
  202. ngircd (0.10.0-0ab0-pre1) unstable; urgency=low
  203. * Prerelease of upcoming new "upstream release".
  204. -- Alexander Barton <alex@barton.de> Wed, 2 Aug 2006 12:01:07 +0200
  205. ngircd (0.9.2-0ab1) unstable; urgency=low
  206. * New "upstream release" fixing a few bugs in 0.9.1.
  207. -- Alexander Barton <alex@barton.de> Sat, 15 Oct 2005 14:10:34 +0200
  208. ngircd (0.9.1-0ab1) unstable; urgency=medium
  209. * New "upstream release" addressing two problems in ngIRCd 0.9.0.
  210. -- Alexander Barton <alex@barton.de> Wed, 3 Aug 2005 15:10:41 +0200
  211. ngircd (0.9.0-0ab2) unstable; urgency=medium
  212. * Init script: fixed a problem with symbolic links in runlevel directories
  213. that could prevent the init script from working correctly.
  214. -- Alexander Barton <alex@barton.de> Tue, 26 Jul 2005 21:31:18 +0200
  215. ngircd (0.9.0-0ab1) unstable; urgency=low
  216. * New "upstream release".
  217. -- Alexander Barton <alex@Arthur.Ath.CX> Sat, 24 Jul 2005 23:30:00 +0200
  218. ngircd (0.8.3-0ab1) unstable; urgency=high
  219. * New "upstream release", including security fixes.
  220. -- Alexander Barton <alex@Arthur.Ath.CX> Thu, 3 Feb 2005 10:41:55 +0100
  221. ngircd (0.8.2-0ab1) unstable; urgency=high
  222. * New "upstream release", including security fixes.
  223. -- Alexander Barton <alex@Arthur.Ath.CX> Wed, 26 Jan 2005 23:14:12 +0100
  224. ngircd (0.8.1-0ab1) unstable; urgency=low
  225. * New "upstream release".
  226. -- Alexander Barton <alex@Arthur.Ath.CX> Sat, 25 Dec 2004 01:18:32 +0100
  227. ngircd (0.8.0-0ab2) unstable; urgency=low
  228. * Added missing commas to debian control file, fixes bug #56.
  229. Thanks to Kevin Otte.
  230. -- Alexander Barton <alex@Arthur.Ath.CX> Thu, 15 Jul 2004 10:53:39 +0200
  231. ngircd (0.8.0-0ab1) unstable; urgency=low
  232. * New upstream version.
  233. -- Alexander Barton <alex@Arthur.Ath.CX> Sat, 26 Jun 2004 11:25:59 +0200
  234. ngircd (0.7.7+HEAD-0ab6) unstable; urgency=low
  235. * Incorporated actual CVS HEAD version which includes all features of
  236. version 0.8.0-pre1 and patches for the resolver and logger.
  237. -- Alexander Barton <alex@Arthur.Ath.CX> Tue, 11 May 2004 02:18:50 +0200
  238. ngircd (0.7.7+HEAD-0ab5) unstable; urgency=low
  239. * Updates from CVS HEAD branch, most notably: "INVITE- and BAN-lists
  240. become synchronized between IRC+ servers when establishing new
  241. connections, if the peer supports this as well."
  242. -- Alexander Barton <alex@Arthur.Ath.CX> Mon, 26 Apr 2004 01:53:15 +0200
  243. ngircd (0.7.7+HEAD-0ab4) unstable; urgency=low
  244. * This version includes fixes for INVITE command and the handling of the
  245. invite and ban lists from CVS-HEAD.
  246. -- Alexander Barton <alex@Arthur.Ath.CX> Fri, 9 Apr 2004 23:55:13 +0200
  247. ngircd (0.7.7+HEAD-0ab3) unstable; urgency=low
  248. * Included MODE fix from CVS-HEAD branch.
  249. -- Alexander Barton <alex@Arthur.Ath.CX> Mon, 5 Apr 2004 13:09:24 +0200
  250. ngircd (0.7.7+HEAD-0ab2) unstable; urgency=low
  251. * Incorporated more fixes and enhancements of CVS-HEAD version,
  252. e. g. better connection logging and fixed TRACE command.
  253. -- Alexander Barton <alex@Arthur.Ath.CX> Sat, 28 Feb 2004 03:20:32 +0100
  254. ngircd (0.7.7+HEAD-0ab1) unstable; urgency=low
  255. * New upstream version. This debian package includes all features of
  256. ngIRCd 0.7.7 and changes of the CVS-HEAD development tree.
  257. -- Alexander Barton <alex@Arthur.Ath.CX> Thu, 5 Feb 2004 15:23:22 +0100
  258. ngircd (0.7.6+HEAD-0ab2) unstable; urgency=low
  259. * Included new fixes and additions from the CVS-HEAD upstream branch,
  260. e. g. the setting of type of service (TOS) on sockets.
  261. -- Alexander Barton <alex@Arthur.Ath.CX> Mon, 26 Jan 2004 04:05:41 +0100
  262. ngircd (0.7.6+HEAD-0ab1) unstable; urgency=low
  263. * Included all changes from the CVS-HEAD upstream version.
  264. * Restructured debian packaging system: now there are two packages, a
  265. "standard" version that includes all the default options and a "full"
  266. version that additionally includes support for TCP wrappers and IDENT
  267. lookups.
  268. -- Alexander Barton <alex@Arthur.Ath.CX> Thu, 1 Jan 2004 23:12:11 +0100
  269. ngircd (0.7.6-0ab1) unstable; urgency=medium
  270. * New upstream version.
  271. * Changed version numvering scheme of debian package.
  272. -- Alexander Barton <alex@Arthur.Ath.CX> Fri, 5 Dec 2003 14:26:41 +0100
  273. ngircd (0.7.5-0.2ab) unstable; urgency=low
  274. * Updated RPM and Debian package description and configuration.
  275. -- Alexander Barton <alex@Arthur.Ath.CX> Sat, 29 Nov 2003 21:24:32 +0100
  276. ngircd (0.7.5-0.1ab) unstable; urgency=low
  277. * New upstream version.
  278. -- Alexander Barton <alex@Arthur.Ath.CX> Fri, 7 Nov 2003 21:59:58 +0100
  279. ngircd (0.7.1-0.1ab) unstable; urgency=low
  280. * New upstream version :-)
  281. -- Alexander Barton <alex@Arthur.Ath.CX> Fri, 18 Jul 2003 22:53:02 +0200
  282. ngircd (0.7.0-0.7ab) unstable; urgency=low
  283. * Fixed up post installation script (added interpreter, fixed chmod call).
  284. -- Alexander Barton <alex@Arthur.Ath.CX> Sun, 13 Jul 2003 00:52:38 +0200
  285. ngircd (0.7.0-0.6ab) unstable; urgency=low
  286. * Added /etc/default/ngircd.
  287. * Included own post installation script.
  288. -- Alexander Barton <alex@Arthur.Ath.CX> Sat, 12 Jul 2003 20:31:09 +0200
  289. ngircd (0.7.0-0.5ab) unstable; urgency=low
  290. * Enhanced init script.
  291. * Included NJOIN fix from actual CVS "HEAD" branch.
  292. -- Alexander Barton <alex@Arthur.Ath.CX> Wed, 9 Jul 2003 22:40:49 +0200
  293. ngircd (0.7.0-0.4ab) unstable; urgency=low
  294. * Reverted use of dh_installexamples.
  295. -- Alexander Barton <alex@Arthur.Ath.CX> Thu, 22 May 2003 00:15:03 +0200
  296. ngircd (0.7.0-0.3ab) unstable; urgency=low
  297. * Removed "debian/docs" and "debian/conffiles"; debhelper takes care of
  298. this for us automagically.
  299. * Excluded "etc/ngircd.conf" from dh_fixperms.
  300. -- Alexander Barton <alex@Arthur.Ath.CX> Wed, 21 May 2003 23:25:05 +0200
  301. ngircd (0.7.0-0.2ab) unstable; urgency=low
  302. * Fixed wrong variable substitution in init script.
  303. * Added some CVS "Id-Tags" (but not checked in, yet).
  304. * Removed own "Provides:" from control file.
  305. -- Alexander Barton <alex@barton.de> Wed, 21 May 2003 12:32:34 +0200
  306. ngircd (0.7.0-0.1ab) unstable; urgency=low
  307. * Initial Release.
  308. -- Alexander Barton <alex@barton.de> Wed, 21 May 2003 02:36:52 +0200