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