changelog 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. ngircd (0.12.1-0ab1) unstable; urgency=low
  2. * New "upstream" release ngIRCd 0.12.1.
  3. -- Alexander Barton <alex@barton.de> Wed, 9 Jul 2008 11:27:00 +0200
  4. ngircd (0.12.0-0ab1) unstable; urgency=low
  5. * New "upstream" release ngIRCd 0.12.0.
  6. -- Alexander Barton <alex@barton.de> Tue, 13 May 2008 12:30:31 +0200
  7. ngircd (0.12.0-0ab0-pre2) unstable; urgency=low
  8. * Second prerelease of upcoming new "upstrem" release 0.12.0-pre1.
  9. -- Alexander Barton <alex@barton.de> Tue, 29 Apr 2008 23:06:14 +0200
  10. ngircd (0.12.0-0ab0-pre1) unstable; urgency=low
  11. * Prereloease of upcoming new "upstrem" release 0.12.0-pre1.
  12. -- Alexander Barton <alex@barton.de> Sun, 20 Apr 2008 15:43:34 +0200
  13. ngircd (0.11.0-0ab0-pre2) unstable; urgency=low
  14. * Second prerelease of upcoming new "upstream release".
  15. -- Alexander Barton <alex@barton.de> Mon, 7 Jan 2008 15:32:42 +0100
  16. ngircd (0.11.0-0ab0-pre1) unstable; urgency=low
  17. * Prerelease of upcoming new "upstream release".
  18. -- Alexander Barton <alex@barton.de> Wed, 2 Jan 2008 21:33:15 +0100
  19. ngircd (0.10.4-0ab1) unstable; urgency=high
  20. * New "upstream" release: 0.10.4 - fixing a security bug.
  21. -- Alexander Barton <alex@barton.de> Mon, 7 Jan 2008 22:04:44 +0100
  22. ngircd (0.10.0-0ab1) unstable; urgency=low
  23. * New "upstream" release: 0.10.0
  24. -- Alexander Barton <alex@barton.de> Sun, 1 Oct 2006 18:14:21 +0200
  25. ngircd (0.10.0-0ab0-pre2-1) unstable; urgency=low
  26. * Bumped standards version to 3.7.2.1.
  27. * Added "Provides: ircd" to Debian control file.
  28. -- Alexander Barton <alex@barton.de> Sun, 1 Oct 2006 16:25:33 +0200
  29. ngircd (0.10.0-0ab0-pre2) unstable; urgency=low
  30. * Second "upstream" prerelease of upcoming 0.10.0 release.
  31. -- Alexander Barton <alex@barton.de> Sat, 9 Sep 2006 20:57:52 +0200
  32. ngircd (0.10.0-0ab0-pre1) unstable; urgency=low
  33. * Prerelease of upcoming new "upstream release".
  34. -- Alexander Barton <alex@barton.de> Wed, 2 Aug 2006 12:01:07 +0200
  35. ngircd (0.9.2-0ab1) unstable; urgency=low
  36. * New "upstream release" fixing a few bugs in 0.9.1.
  37. -- Alexander Barton <alex@barton.de> Sat, 15 Oct 2005 14:10:34 +0200
  38. ngircd (0.9.1-0ab1) unstable; urgency=medium
  39. * New "upstream release" addressing two problems in ngIRCd 0.9.0.
  40. -- Alexander Barton <alex@barton.de> Wed, 3 Aug 2005 15:10:41 +0200
  41. ngircd (0.9.0-0ab2) unstable; urgency=medium
  42. * Init script: fixed a problem with symbolic links in runlevel directories
  43. that could prevent the init script from working correctly.
  44. -- Alexander Barton <alex@barton.de> Tue, 26 Jul 2005 21:31:18 +0200
  45. ngircd (0.9.0-0ab1) unstable; urgency=low
  46. * New "upstream release".
  47. -- Alexander Barton <alex@Arthur.Ath.CX> Sat, 24 Jul 2005 23:30:00 +0200
  48. ngircd (0.8.3-0ab1) unstable; urgency=high
  49. * New "upstream release", including security fixes.
  50. -- Alexander Barton <alex@Arthur.Ath.CX> Thu, 3 Feb 2005 10:41:55 +0100
  51. ngircd (0.8.2-0ab1) unstable; urgency=high
  52. * New "upstream release", including security fixes.
  53. -- Alexander Barton <alex@Arthur.Ath.CX> Wed, 26 Jan 2005 23:14:12 +0100
  54. ngircd (0.8.1-0ab1) unstable; urgency=low
  55. * New "upstream release".
  56. -- Alexander Barton <alex@Arthur.Ath.CX> Sat, 25 Dec 2004 01:18:32 +0100
  57. ngircd (0.8.0-0ab2) unstable; urgency=low
  58. * Added missing commas to debian control file, fixes bug #56.
  59. Thanks to Kevin Otte.
  60. -- Alexander Barton <alex@Arthur.Ath.CX> Thu, 15 Jul 2004 10:53:39 +0200
  61. ngircd (0.8.0-0ab1) unstable; urgency=low
  62. * New upstream version.
  63. -- Alexander Barton <alex@Arthur.Ath.CX> Sat, 26 Jun 2004 11:25:59 +0200
  64. ngircd (0.7.7+HEAD-0ab6) unstable; urgency=low
  65. * Incorporated actual CVS HEAD version which includes all features of
  66. version 0.8.0-pre1 and patches for the resolver and logger.
  67. -- Alexander Barton <alex@Arthur.Ath.CX> Tue, 11 May 2004 02:18:50 +0200
  68. ngircd (0.7.7+HEAD-0ab5) unstable; urgency=low
  69. * Updates from CVS HEAD branch, most notably: "INVITE- and BAN-lists
  70. become synchronized between IRC+ servers when establishing new
  71. connections, if the peer supports this as well."
  72. -- Alexander Barton <alex@Arthur.Ath.CX> Mon, 26 Apr 2004 01:53:15 +0200
  73. ngircd (0.7.7+HEAD-0ab4) unstable; urgency=low
  74. * This version includes fixes for INVITE command and the handling of the
  75. invite and ban lists from CVS-HEAD.
  76. -- Alexander Barton <alex@Arthur.Ath.CX> Fri, 9 Apr 2004 23:55:13 +0200
  77. ngircd (0.7.7+HEAD-0ab3) unstable; urgency=low
  78. * Included MODE fix from CVS-HEAD branch.
  79. -- Alexander Barton <alex@Arthur.Ath.CX> Mon, 5 Apr 2004 13:09:24 +0200
  80. ngircd (0.7.7+HEAD-0ab2) unstable; urgency=low
  81. * Incorporated more fixes and enhancements of CVS-HEAD version,
  82. e. g. better connection logging and fixed TRACE command.
  83. -- Alexander Barton <alex@Arthur.Ath.CX> Sat, 28 Feb 2004 03:20:32 +0100
  84. ngircd (0.7.7+HEAD-0ab1) unstable; urgency=low
  85. * New upstream version. This debian package includes all features of
  86. ngIRCd 0.7.7 and changes of the CVS-HEAD development tree.
  87. -- Alexander Barton <alex@Arthur.Ath.CX> Thu, 5 Feb 2004 15:23:22 +0100
  88. ngircd (0.7.6+HEAD-0ab2) unstable; urgency=low
  89. * Included new fixes and additions from the CVS-HEAD upstream branch,
  90. e. g. the setting of type of service (TOS) on sockets.
  91. -- Alexander Barton <alex@Arthur.Ath.CX> Mon, 26 Jan 2004 04:05:41 +0100
  92. ngircd (0.7.6+HEAD-0ab1) unstable; urgency=low
  93. * Included all changes from the CVS-HEAD upstream version.
  94. * Restructured debian packaging system: now there are two packages, a
  95. "standard" version that includes all the default options and a "full"
  96. version that additionally includes support for TCP wrappers and IDENT
  97. lookups.
  98. -- Alexander Barton <alex@Arthur.Ath.CX> Thu, 1 Jan 2004 23:12:11 +0100
  99. ngircd (0.7.6-0ab1) unstable; urgency=medium
  100. * New upstream version.
  101. * Changed version numvering scheme of debian package.
  102. -- Alexander Barton <alex@Arthur.Ath.CX> Fri, 5 Dec 2003 14:26:41 +0100
  103. ngircd (0.7.5-0.2ab) unstable; urgency=low
  104. * Updated RPM and Debian package description and configuration.
  105. -- Alexander Barton <alex@Arthur.Ath.CX> Sat, 29 Nov 2003 21:24:32 +0100
  106. ngircd (0.7.5-0.1ab) unstable; urgency=low
  107. * New upstream version.
  108. -- Alexander Barton <alex@Arthur.Ath.CX> Fri, 7 Nov 2003 21:59:58 +0100
  109. ngircd (0.7.1-0.1ab) unstable; urgency=low
  110. * New upstream version :-)
  111. -- Alexander Barton <alex@Arthur.Ath.CX> Fri, 18 Jul 2003 22:53:02 +0200
  112. ngircd (0.7.0-0.7ab) unstable; urgency=low
  113. * Fixed up post installation script (added interpreter, fixed chmod call).
  114. -- Alexander Barton <alex@Arthur.Ath.CX> Sun, 13 Jul 2003 00:52:38 +0200
  115. ngircd (0.7.0-0.6ab) unstable; urgency=low
  116. * Added /etc/default/ngircd.
  117. * Included own post installation script.
  118. -- Alexander Barton <alex@Arthur.Ath.CX> Sat, 12 Jul 2003 20:31:09 +0200
  119. ngircd (0.7.0-0.5ab) unstable; urgency=low
  120. * Enhanced init script.
  121. * Included NJOIN fix from actual CVS "HEAD" branch.
  122. -- Alexander Barton <alex@Arthur.Ath.CX> Wed, 9 Jul 2003 22:40:49 +0200
  123. ngircd (0.7.0-0.4ab) unstable; urgency=low
  124. * Reverted use of dh_installexamples.
  125. -- Alexander Barton <alex@Arthur.Ath.CX> Thu, 22 May 2003 00:15:03 +0200
  126. ngircd (0.7.0-0.3ab) unstable; urgency=low
  127. * Removed "debian/docs" and "debian/conffiles"; debhelper takes care of
  128. this for us automagically.
  129. * Excluded "etc/ngircd.conf" from dh_fixperms.
  130. -- Alexander Barton <alex@Arthur.Ath.CX> Wed, 21 May 2003 23:25:05 +0200
  131. ngircd (0.7.0-0.2ab) unstable; urgency=low
  132. * Fixed wrong variable substitution in init script.
  133. * Added some CVS "Id-Tags" (but not checked in, yet).
  134. * Removed own "Provides:" from control file.
  135. -- Alexander Barton <alex@barton.de> Wed, 21 May 2003 12:32:34 +0200
  136. ngircd (0.7.0-0.1ab) unstable; urgency=low
  137. * Initial Release.
  138. -- Alexander Barton <alex@barton.de> Wed, 21 May 2003 02:36:52 +0200