Mercurial > noffle
comparison debian/changelog @ 301:3b5b7f3fd71f noffle
[svn] initial debian/ upload
| author | godisch |
|---|---|
| date | Fri, 14 Feb 2003 13:54:32 +0000 |
| parents | |
| children | 399ccb5e641b |
comparison
equal
deleted
inserted
replaced
| 300:994e9ab2c24f | 301:3b5b7f3fd71f |
|---|---|
| 1 noffle (1.1.4-1.cvs) unstable; urgency=low | |
| 2 | |
| 3 * Merged debian/ into the upstream CVS tree, added some CVS ID tags. | |
| 4 * Updated debian/rules, incorporated manual patches. | |
| 5 * Added user mailing list address to package description. | |
| 6 | |
| 7 -- Martin A. Godisch <godisch@tcs.inf.tu-dresden.de> Fri, 14 Feb 2003 14:39:42 +0100 | |
| 8 | |
| 9 noffle (1.1.4-1) unstable; urgency=medium | |
| 10 | |
| 11 * New upstream release, fixes broken authentication, closes: #180708. | |
| 12 * Removed build-dependency on debhelper. | |
| 13 | |
| 14 -- Martin A. Godisch <godisch@tcs.inf.tu-dresden.de> Wed, 12 Feb 2003 12:26:30 +0100 | |
| 15 | |
| 16 noffle (1.1.3-1) unstable; urgency=low | |
| 17 | |
| 18 * New upstream release. | |
| 19 * Removed some patches which are now in the upstream source. | |
| 20 * Disabled MAINT_BUILD workarounds in debian/rules; they are | |
| 21 not needed, because we do not patch autotools files. | |
| 22 | |
| 23 -- Martin A. Godisch <godisch@tcs.inf.tu-dresden.de> Fri, 31 Jan 2003 21:09:00 +0100 | |
| 24 | |
| 25 noffle (1.1.2-2) unstable; urgency=low | |
| 26 | |
| 27 * Moved /etc/noffle.conf to /etc/news/noffle.conf, according to policy. | |
| 28 Updated manual pages to reflect the new location. | |
| 29 * Updated and fixed installation scripts. | |
| 30 * Updated debian/rules, debian/copyright, debian/README.Debian. | |
| 31 * Updated description for -g in docs/noffle.1. | |
| 32 | |
| 33 -- Martin A. Godisch <godisch@tcs.inf.tu-dresden.de> Wed, 29 Jan 2003 20:51:44 +0100 | |
| 34 | |
| 35 noffle (1.1.2-1) unstable; urgency=low | |
| 36 | |
| 37 * New maintainer upload, closes: #173756. | |
| 38 * New upstream release: | |
| 39 closes: #120175 (graceful handling of sudden disconnection), | |
| 40 closes: #166559 (filter crosspostings to gmane.spam.detected), | |
| 41 closes: #174882 (--help for ordinary users). | |
| 42 * Updated depends, recommends, suggests, provides, package description, | |
| 43 debhelper compatibility level, Debian standards version. | |
| 44 * Fixed possible strcpy() buffer overflows in src/configfile.c, | |
| 45 src/fetchlist.c, src/protocol.c, src/server.c, closes: #168128. | |
| 46 * Let noffle switch to news:news on startup when root is calling, prevents | |
| 47 root exploits and bad ownerships in the spool directory, e.g. when running | |
| 48 'noffle --query' as root. Removed 'su' in init and cron scripts according | |
| 49 to that change. Group-writeable spool directories are not longer needed. | |
| 50 * Let notification about failed posting preferably be sent to the Reply-To | |
| 51 address, closes: #156952. | |
| 52 * Fixed noffle homepage link, closes: #173743. | |
| 53 * Rewrote config scripts: removed Perl dependency, fixed script idempotency, | |
| 54 closes: #82462, #112225. | |
| 55 * Moved /etc/noffle/conf.debian to /etc/default/noffle, according to policy, | |
| 56 and /etc/noffle/conf to /etc/noffle.conf. | |
| 57 * Moved /var/spool/noffle/lock to /var/lock/noffle, so it will be cleaned on | |
| 58 system startup by /etc/init.d/bootmisc.sh. | |
| 59 * Deprecated /var/log/noffle, since cron.daily's output is logged by syslog | |
| 60 anyway, so syslog's news facility should be used instead. | |
| 61 * Added resource files for slrn and Emacs Gnus, taken from docs/NOTES. | |
| 62 * Removed INSTALL, noffle.lsm, and testing.txt from /usr/share/doc/noffle, | |
| 63 because they do not carry information useful to the end user. | |
| 64 * Added Lintian and Linda overrides to silence warning about news-owned | |
| 65 spool directories. | |
| 66 * Updated README.Debian. | |
| 67 * Added logcheck configuration and debian/watch. | |
| 68 * Thanks to Paul Slootman for sponsoring this package. | |
| 69 | |
| 70 -- Martin A. Godisch <godisch@tcs.inf.tu-dresden.de> Wed, 08 Jan 2003 13:22:10 +0100 | |
| 71 | |
| 72 noffle (1.0.1-1) unstable; urgency=low | |
| 73 | |
| 74 * New upstream release | |
| 75 * This version should fix occasional database corruption. | |
| 76 * Added German template translation; thanks to Sebastian Feltel | |
| 77 <sebastian @ feltel.de>. closes:#101011 | |
| 78 * Clarified initial usage in README.Debian. This closes:#100759 | |
| 79 but I think that the running as user "news" needs to be detected | |
| 80 int the app (also mentioned in the bug report). | |
| 81 * Clean up permissions of db files in the postinst, and also in the | |
| 82 cron.daily script. closes:#78835 | |
| 83 * /etc/noffle/conf and /etc/noffle/conf.debian aren't marked as | |
| 84 conffiles anymore, as they are manipulated by scripts. And they | |
| 85 hardly ever will change anyway. | |
| 86 * Extract current values from config files (if they exist) and put those | |
| 87 into debconf in config script. | |
| 88 | |
| 89 -- Paul Slootman <paul@debian.org> Mon, 24 Sep 2001 19:17:48 +0200 | |
| 90 | |
| 91 noffle (1.0pre8-1) unstable; urgency=low | |
| 92 | |
| 93 * New upstream release | |
| 94 | |
| 95 -- Paul Slootman <paul@debian.org> Wed, 8 Nov 2000 09:55:38 +0100 | |
| 96 | |
| 97 noffle (1.0pre7-4) unstable; urgency=low | |
| 98 | |
| 99 * Added libgdbmg1-dev to Build-Depends. | |
| 100 * Removed check for mail and sort from configure.in. | |
| 101 The above two changes closes:#72398 | |
| 102 | |
| 103 -- Paul Slootman <paul@debian.org> Tue, 26 Sep 2000 19:37:45 +0200 | |
| 104 | |
| 105 noffle (1.0pre7-3) unstable; urgency=low | |
| 106 | |
| 107 * Added Build-Depends (debhelper). | |
| 108 * Redirect savelog output to the bit bucket in the cron.daily script. | |
| 109 closes:#71210 | |
| 110 | |
| 111 -- Paul Slootman <paul@debian.org> Tue, 5 Sep 2000 18:55:43 +0200 | |
| 112 | |
| 113 noffle (1.0pre7-2) unstable; urgency=low | |
| 114 | |
| 115 * Added debconf support. I'm proud of myself :-) | |
| 116 * Changed "LIST ACTIVE" command to just "LIST". Older servers don't | |
| 117 understand the ACTIVE bit. Thanks to Rene H. Larsen for the bug report, | |
| 118 complete with patch. Also forwarded upstream. closes:#70617 | |
| 119 * Added --group MAIL to update-inetd command. | |
| 120 | |
| 121 -- Paul Slootman <paul@debian.org> Fri, 1 Sep 2000 21:00:11 +0200 | |
| 122 | |
| 123 noffle (1.0pre7-1) unstable; urgency=low | |
| 124 | |
| 125 * New upstream release | |
| 126 * First public version. Lots of tuning still needed. | |
| 127 | |
| 128 -- Paul Slootman <paul@debian.org> Wed, 26 Jul 2000 19:13:16 +0200 | |
| 129 | |
| 130 noffle (1.0pre6-2) unstable; urgency=low | |
| 131 | |
| 132 * First version with some real debian stuff (postinst etc.) | |
| 133 | |
| 134 -- Paul Slootman <paul@debian.org> Tue, 25 Jul 2000 22:03:34 +0200 | |
| 135 | |
| 136 noffle (1.0pre6-1) unstable; urgency=low | |
| 137 | |
| 138 * Initial Release. | |
| 139 * Only for experimentiing. | |
| 140 | |
| 141 -- Paul Slootman <paul@debian.org> Fri, 23 Jun 2000 12:00:59 +0200 | |
| 142 |
