123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- ngircd (0.9.2-0ab1) unstable; urgency=low
- * New "upstream release" fixing a few bugs in 0.9.1.
-
- ngircd (0.9.1-0ab1) unstable; urgency=medium
- * New "upstream release" addressing two problems in ngIRCd 0.9.0.
-
- ngircd (0.9.0-0ab2) unstable; urgency=medium
- * Init script: fixed a problem with symbolic links in runlevel directories
- that could prevent the init script from working correctly.
-
- ngircd (0.9.0-0ab1) unstable; urgency=low
- * New "upstream release".
-
- ngircd (0.8.3-0ab1) unstable; urgency=high
- * New "upstream release", including security fixes.
-
- ngircd (0.8.2-0ab1) unstable; urgency=high
- * New "upstream release", including security fixes.
-
- ngircd (0.8.1-0ab1) unstable; urgency=low
- * New "upstream release".
-
- ngircd (0.8.0-0ab2) unstable; urgency=low
- * Added missing commas to debian control file, fixes bug
- Thanks to Kevin Otte.
-
- ngircd (0.8.0-0ab1) unstable; urgency=low
- * New upstream version.
-
- ngircd (0.7.7+HEAD-0ab6) unstable; urgency=low
- * Incorporated actual CVS HEAD version which includes all features of
- version 0.8.0-pre1 and patches for the resolver and logger.
-
- ngircd (0.7.7+HEAD-0ab5) unstable; urgency=low
- * Updates from CVS HEAD branch, most notably: "INVITE- and BAN-lists
- become synchronized between IRC+ servers when establishing new
- connections, if the peer supports this as well."
-
- ngircd (0.7.7+HEAD-0ab4) unstable; urgency=low
- * This version includes fixes for INVITE command and the handling of the
- invite and ban lists from CVS-HEAD.
-
- ngircd (0.7.7+HEAD-0ab3) unstable; urgency=low
- * Included MODE fix from CVS-HEAD branch.
-
- ngircd (0.7.7+HEAD-0ab2) unstable; urgency=low
- * Incorporated more fixes and enhancements of CVS-HEAD version,
- e. g. better connection logging and fixed TRACE command.
-
- ngircd (0.7.7+HEAD-0ab1) unstable; urgency=low
- * New upstream version. This debian package includes all features of
- ngIRCd 0.7.7 and changes of the CVS-HEAD development tree.
-
- ngircd (0.7.6+HEAD-0ab2) unstable; urgency=low
- * Included new fixes and additions from the CVS-HEAD upstream branch,
- e. g. the setting of type of service (TOS) on sockets.
-
- ngircd (0.7.6+HEAD-0ab1) unstable; urgency=low
- * Included all changes from the CVS-HEAD upstream version.
- * Restructured debian packaging system: now there are two packages, a
- "standard" version that includes all the default options and a "full"
- version that additionally includes support for TCP wrappers and IDENT
- lookups.
-
- ngircd (0.7.6-0ab1) unstable; urgency=medium
- * New upstream version.
- * Changed version numvering scheme of debian package.
-
- ngircd (0.7.5-0.2ab) unstable; urgency=low
- * Updated RPM and Debian package description and configuration.
-
- ngircd (0.7.5-0.1ab) unstable; urgency=low
- * New upstream version.
-
- ngircd (0.7.1-0.1ab) unstable; urgency=low
- * New upstream version :-)
-
- ngircd (0.7.0-0.7ab) unstable; urgency=low
- * Fixed up post installation script (added interpreter, fixed chmod call).
-
- ngircd (0.7.0-0.6ab) unstable; urgency=low
- * Added /etc/default/ngircd.
- * Included own post installation script.
-
- ngircd (0.7.0-0.5ab) unstable; urgency=low
- * Enhanced init script.
- * Included NJOIN fix from actual CVS "HEAD" branch.
-
- ngircd (0.7.0-0.4ab) unstable; urgency=low
- * Reverted use of dh_installexamples.
-
- ngircd (0.7.0-0.3ab) unstable; urgency=low
- * Removed "debian/docs" and "debian/conffiles"; debhelper takes care of
- this for us automagically.
- * Excluded "etc/ngircd.conf" from dh_fixperms.
-
- ngircd (0.7.0-0.2ab) unstable; urgency=low
- * Fixed wrong variable substitution in init script.
- * Added some CVS "Id-Tags" (but not checked in, yet).
- * Removed own "Provides:" from control file.
-
- ngircd (0.7.0-0.1ab) unstable; urgency=low
- * Initial Release.
-
|