| 1 |
echolot (2.1.8-X) XXstable; urgency=low
|
| 2 |
|
| 3 |
* Fix a typo in the pingd manpage.
|
| 4 |
* Fix an error in README.Debian where we say /etc/default/echolot
|
| 5 |
when we mean /etc/init.d/echolot.
|
| 6 |
|
| 7 |
-- Peter Palfrader <weasel@debian.org> Sun, 25 May 2008 19:22:29 +0200
|
| 8 |
|
| 9 |
echolot (2.1.8-6) unstable; urgency=low
|
| 10 |
|
| 11 |
* In postrm during purge remove (rm -rf) /var/lib/echolot instead of
|
| 12 |
/var/lib/echolot/*. (This seems cleaner, even tho /var/lib/echolot, the
|
| 13 |
directory, should be removed a bit later by dpkg anyway since it's part of
|
| 14 |
the package. Since it is the home directory of the echolot user it quite
|
| 15 |
possible that some admin action caused dot files to appear in that
|
| 16 |
directory.)
|
| 17 |
* Also rm -rf /var/log/echolot in postrm purge (closes: #455105).
|
| 18 |
* Move DH_COMPAT from the rules file into debian/compat.
|
| 19 |
* Add LSB tags to init script.
|
| 20 |
|
| 21 |
-- Peter Palfrader <weasel@debian.org> Mon, 10 Dec 2007 10:39:41 +0100
|
| 22 |
|
| 23 |
echolot (2.1.8-5) unstable; urgency=low
|
| 24 |
|
| 25 |
* Increase Standards-Version from 3.6.2 to 3.7.2 without any
|
| 26 |
additional changes.
|
| 27 |
* Change the build time dependency on debhelper from a
|
| 28 |
Build-Depends-Indep to Build-Depends.
|
| 29 |
|
| 30 |
-- Peter Palfrader <weasel@debian.org> Sat, 17 Jun 2006 20:51:59 +0200
|
| 31 |
|
| 32 |
echolot (2.1.8-4) unstable; urgency=low
|
| 33 |
|
| 34 |
* Properly quote arguments to su -c, since its behaviour has changed.
|
| 35 |
* Update to debhelper compatibility level 4, no other changes required
|
| 36 |
(we were already build depending on debhelper >= 4.1.16).
|
| 37 |
|
| 38 |
-- Peter Palfrader <weasel@debian.org> Mon, 6 Mar 2006 15:54:57 +0100
|
| 39 |
|
| 40 |
echolot (2.1.8-3) unstable; urgency=low
|
| 41 |
|
| 42 |
* Increase Standards-Version to 3.6.2 from 3.6.1.
|
| 43 |
* Add dependency on adduser since we need it in postinst.
|
| 44 |
* Fix format of chown argument from echolot.adm to echolot:adm.
|
| 45 |
* Update FSF address in debian/copyright.
|
| 46 |
|
| 47 |
-- Peter Palfrader <weasel@debian.org> Sun, 9 Oct 2005 23:26:28 +0200
|
| 48 |
|
| 49 |
echolot (2.1.8-2) unstable; urgency=low
|
| 50 |
|
| 51 |
* Since we removed all the debconf templates in 2.1.7-1 we don't need
|
| 52 |
to depend on debconf at all. If it is installed however we still
|
| 53 |
purge our debconf database on upgrades (closes: #331811).
|
| 54 |
|
| 55 |
-- Peter Palfrader <weasel@debian.org> Sun, 9 Oct 2005 23:17:48 +0200
|
| 56 |
|
| 57 |
echolot (2.1.8-1) unstable; urgency=low
|
| 58 |
|
| 59 |
* New upstream version:
|
| 60 |
- redirect init script output to /dev/null in logrotate.
|
| 61 |
|
| 62 |
-- Peter Palfrader <weasel@debian.org> Mon, 25 Apr 2005 02:13:29 +0200
|
| 63 |
|
| 64 |
echolot (2.1.7-1) unstable; urgency=low
|
| 65 |
|
| 66 |
* New upstream version:
|
| 67 |
- remove debconf stuff.
|
| 68 |
- create echolot group in proper gid space.
|
| 69 |
- modify init script to allow 'enable' and 'disable' command.
|
| 70 |
|
| 71 |
-- Peter Palfrader <weasel@debian.org> Sun, 14 Nov 2004 23:33:41 +0100
|
| 72 |
|
| 73 |
echolot (2.1.6-2) unstable; urgency=low
|
| 74 |
|
| 75 |
* Add disable and enable to allowed commands in init script.
|
| 76 |
|
| 77 |
-- Peter Palfrader <weasel@debian.org> Sat, 25 Sep 2004 16:49:11 +0200
|
| 78 |
|
| 79 |
echolot (2.1.6-1) unstable; urgency=medium
|
| 80 |
|
| 81 |
* New upstream version, catch one use of an undefined variable in
|
| 82 |
logging.
|
| 83 |
|
| 84 |
-- Peter Palfrader <weasel@debian.org> Sat, 7 Aug 2004 16:00:52 +0200
|
| 85 |
|
| 86 |
echolot (2.1.5-1) unstable; urgency=low
|
| 87 |
|
| 88 |
* New upstream version.
|
| 89 |
|
| 90 |
-- Peter Palfrader <weasel@debian.org> Tue, 22 Jun 2004 11:40:01 +0200
|
| 91 |
|
| 92 |
echolot (2.1.4-1) unstable; urgency=low
|
| 93 |
|
| 94 |
* New upstream version.
|
| 95 |
* Update debian/copyright to include 2004.
|
| 96 |
* Add dutch translation for debconf templates (closes: #249406).
|
| 97 |
* Update Standards-Version to 3.6.1.
|
| 98 |
* debian/rules: there is no lib/ to copy any longer.
|
| 99 |
|
| 100 |
-- Peter Palfrader <weasel@debian.org> Thu, 10 Jun 2004 15:47:52 +0200
|
| 101 |
|
| 102 |
echolot (2.1.3-1) unstable; urgency=low
|
| 103 |
|
| 104 |
* New upstream version.
|
| 105 |
closes: #243504 echolot: typo in month abbreviations
|
| 106 |
* Document exim's local_part_suffix in the recipient_delimiter
|
| 107 |
debconf question.
|
| 108 |
closes: #243496 Exim4 mailbox delimiter
|
| 109 |
|
| 110 |
-- Peter Palfrader <weasel@debian.org> Tue, 20 Apr 2004 13:42:32 +0200
|
| 111 |
|
| 112 |
echolot (2.1.2-1) unstable; urgency=low
|
| 113 |
|
| 114 |
* New upstream version.
|
| 115 |
|
| 116 |
-- Peter Palfrader <weasel@debian.org> Tue, 4 Nov 2003 05:16:07 +0100
|
| 117 |
|
| 118 |
echolot (2.1.1-1) unstable; urgency=low
|
| 119 |
|
| 120 |
* New upstream version.
|
| 121 |
|
| 122 |
-- Peter Palfrader <weasel@debian.org> Sun, 2 Nov 2003 07:03:43 +0100
|
| 123 |
|
| 124 |
echolot (2.1-2) unstable; urgency=low
|
| 125 |
|
| 126 |
* debconf internationialization.
|
| 127 |
Thanks to Christian Perrier for providing the patches and information.
|
| 128 |
closes: #212885 [INTL:fr] French translation of gettext debconf templates
|
| 129 |
closes: #211633 [INTL] Please switch to gettext-based debconf templates
|
| 130 |
|
| 131 |
-- Peter Palfrader <weasel@debian.org> Sun, 12 Oct 2003 12:15:38 +0200
|
| 132 |
|
| 133 |
echolot (2.1-1) unstable; urgency=low
|
| 134 |
|
| 135 |
* New upstream version.
|
| 136 |
|
| 137 |
-- Peter Palfrader <weasel@debian.org> Mon, 3 Mar 2003 16:42:42 +0100
|
| 138 |
|
| 139 |
echolot (2.0.10-1) unstable; urgency=low
|
| 140 |
|
| 141 |
* New upstream version.
|
| 142 |
|
| 143 |
-- Peter Palfrader <weasel@debian.org> Mon, 3 Feb 2003 21:11:42 +0100
|
| 144 |
|
| 145 |
echolot (2.0.9-1) unstable; urgency=medium
|
| 146 |
|
| 147 |
* New upstream version.
|
| 148 |
* Remove link from output to /var/log/echolot/echolot.log
|
| 149 |
since pngd now has some sort of saner logging.
|
| 150 |
|
| 151 |
-- Peter Palfrader <weasel@debian.org> Tue, 14 Jan 2003 08:08:41 +0100
|
| 152 |
|
| 153 |
echolot (2.0.8-1) unstable; urgency=medium
|
| 154 |
|
| 155 |
* New upstream version.
|
| 156 |
Fixes evil bug where pingd receives SIGPIPE because GnuPG already exited
|
| 157 |
because of unuseable keys.
|
| 158 |
|
| 159 |
-- Peter Palfrader <weasel@debian.org> Mon, 13 Jan 2003 15:25:27 +0100
|
| 160 |
|
| 161 |
echolot (2.0.7-1) unstable; urgency=low
|
| 162 |
|
| 163 |
* New upstream version.
|
| 164 |
|
| 165 |
-- Peter Palfrader <weasel@debian.org> Wed, 18 Dec 2002 19:37:08 +0100
|
| 166 |
|
| 167 |
echolot (2.0.6-1) unstable; urgency=low
|
| 168 |
|
| 169 |
* New upstream version.
|
| 170 |
* Fixed init.d script: s,devnull,dev/null,
|
| 171 |
* lintian: init-script-suggests-versioned-depends postinst on debconf.
|
| 172 |
|
| 173 |
-- Peter Palfrader <weasel@debian.org> Wed, 18 Dec 2002 18:44:27 +0100
|
| 174 |
|
| 175 |
echolot (2.0.5-2) unstable; urgency=low
|
| 176 |
|
| 177 |
* Add sendpings command to init script.
|
| 178 |
* Have Echolot disabled by default in /etc/default/echolot.
|
| 179 |
* Add some more comments to README.Debian.
|
| 180 |
* Also process pending commands upon pingd startup.
|
| 181 |
|
| 182 |
-- Peter Palfrader <weasel@debian.org> Tue, 12 Nov 2002 02:06:17 +0100
|
| 183 |
|
| 184 |
echolot (2.0.5-1) unstable; urgency=low
|
| 185 |
|
| 186 |
* New upstream version (supports use without user defined mailboxes).
|
| 187 |
* Make recipient delimiter configured by debconf.
|
| 188 |
|
| 189 |
-- Peter Palfrader <weasel@debian.org> Fri, 25 Oct 2002 12:54:44 +0200
|
| 190 |
|
| 191 |
echolot (2.0.4-3) unstable; urgency=low
|
| 192 |
|
| 193 |
* Add a debconf note about user defined mailboxes being required
|
| 194 |
(foo+bar@example.com).
|
| 195 |
|
| 196 |
-- Peter Palfrader <weasel@debian.org> Thu, 24 Oct 2002 20:31:04 +0200
|
| 197 |
|
| 198 |
echolot (2.0.4-2) unstable; urgency=low
|
| 199 |
|
| 200 |
* Change Depends from libdigest-MD5-perl to libdigest-md5-perl
|
| 201 |
(capitalization).
|
| 202 |
* Changed Standards-Version to 3.5.7 (no changes).
|
| 203 |
|
| 204 |
-- Peter Palfrader <weasel@debian.org> Thu, 24 Oct 2002 13:40:41 +0200
|
| 205 |
|
| 206 |
echolot (2.0.4-1) unstable; urgency=low
|
| 207 |
|
| 208 |
* New upstream version.
|
| 209 |
* Now that mixmaster got added to the main archive, finally upload
|
| 210 |
Echolot to Debian as well (closes: #164459).
|
| 211 |
|
| 212 |
-- Peter Palfrader <weasel@debian.org> Wed, 16 Oct 2002 10:25:41 +0200
|
| 213 |
|
| 214 |
echolot (2.0.3-3) unstable; urgency=low
|
| 215 |
|
| 216 |
* Remove Suggests: procmail.
|
| 217 |
* Copy new description from README to control.
|
| 218 |
* Updated remailer list.
|
| 219 |
* Use a more correct directory structure
|
| 220 |
(usr/lib/echolot -> usr/share/perl5/)
|
| 221 |
|
| 222 |
-- Peter Palfrader <weasel@debian.org> Sat, 12 Oct 2002 14:43:28 +0200
|
| 223 |
|
| 224 |
echolot (2.0.3-2) unstable; urgency=low
|
| 225 |
|
| 226 |
* Fix config script to not screw up domainname on upgrades.
|
| 227 |
|
| 228 |
-- Peter Palfrader <weasel@debian.org> Sat, 12 Oct 2002 12:05:28 +0200
|
| 229 |
|
| 230 |
echolot (2.0.3-1) unstable; urgency=low
|
| 231 |
|
| 232 |
* Changed Section from contrib/mail to (main/)mail as mimxaster is
|
| 233 |
in main now.
|
| 234 |
* New upstream version.
|
| 235 |
|
| 236 |
-- Peter Palfrader <weasel@debian.org> Sat, 12 Oct 2002 01:10:18 +0200
|
| 237 |
|
| 238 |
echolot (2.0.2-1) unstable; urgency=low
|
| 239 |
|
| 240 |
* New upstream version.
|
| 241 |
|
| 242 |
-- Peter Palfrader <weasel@debian.org> Sat, 21 Sep 2002 05:11:37 +0200
|
| 243 |
|
| 244 |
echolot (2.0.1-1) unstable; urgency=low
|
| 245 |
|
| 246 |
* New upstream version.
|
| 247 |
|
| 248 |
-- Peter Palfrader <weasel@debian.org> Sat, 21 Sep 2002 03:45:14 +0200
|
| 249 |
|
| 250 |
echolot (2.0-1) unstable; urgency=low
|
| 251 |
|
| 252 |
* New upstream version:
|
| 253 |
This one's called 2.0.
|
| 254 |
|
| 255 |
-- Peter Palfrader <weasel@debian.org> Tue, 17 Sep 2002 06:17:43 +0200
|
| 256 |
|
| 257 |
echolot (000.2.0rc3-1) unstable; urgency=low
|
| 258 |
|
| 259 |
* New upstream version.
|
| 260 |
|
| 261 |
-- Peter Palfrader <weasel@debian.org> Fri, 13 Sep 2002 01:16:21 +0200
|
| 262 |
|
| 263 |
echolot (000.2.0rc2-1) unstable; urgency=low
|
| 264 |
|
| 265 |
* New upstream version.
|
| 266 |
|
| 267 |
-- Peter Palfrader <weasel@debian.org> Sun, 8 Sep 2002 20:16:31 +0200
|
| 268 |
|
| 269 |
echolot (000.2.0rc1-1) unstable; urgency=low
|
| 270 |
|
| 271 |
* New version number.
|
| 272 |
|
| 273 |
-- Peter Palfrader <weasel@debian.org> Thu, 5 Sep 2002 16:51:42 +0200
|
| 274 |
|
| 275 |
echolot (000.2.0beta34-1) unstable; urgency=low
|
| 276 |
|
| 277 |
* New upstream version
|
| 278 |
|
| 279 |
-- Peter Palfrader <weasel@debian.org> Wed, 4 Sep 2002 13:22:13 +0200
|
| 280 |
|
| 281 |
echolot (000.2.0beta33-1) unstable; urgency=low
|
| 282 |
|
| 283 |
* New upstream version
|
| 284 |
|
| 285 |
-- Peter Palfrader <weasel@debian.org> Fri, 23 Aug 2002 09:54:10 +0200
|
| 286 |
|
| 287 |
echolot (000.2.0beta32-1) unstable; urgency=low
|
| 288 |
|
| 289 |
* New upstream version
|
| 290 |
|
| 291 |
-- Peter Palfrader <weasel@debian.org> Fri, 23 Aug 2002 08:05:26 +0200
|
| 292 |
|
| 293 |
echolot (000.2.0beta31-1) unstable; urgency=low
|
| 294 |
|
| 295 |
* New upstream version
|
| 296 |
|
| 297 |
-- Peter Palfrader <weasel@debian.org> Wed, 21 Aug 2002 21:45:37 +0200
|
| 298 |
|
| 299 |
echolot (000.2.0beta30-1) unstable; urgency=low
|
| 300 |
|
| 301 |
* New upstream version
|
| 302 |
|
| 303 |
-- Peter Palfrader <weasel@debian.org> Thu, 15 Aug 2002 05:28:11 +0200
|
| 304 |
|
| 305 |
echolot (000.2.0beta29-1) unstable; urgency=low
|
| 306 |
|
| 307 |
* New upstream version
|
| 308 |
|
| 309 |
-- Peter Palfrader <weasel@debian.org> Thu, 15 Aug 2002 00:54:31 +0200
|
| 310 |
|
| 311 |
echolot (000.2.0beta28-1) unstable; urgency=low
|
| 312 |
|
| 313 |
* New upstream version
|
| 314 |
|
| 315 |
-- Peter Palfrader <weasel@debian.org> Tue, 13 Aug 2002 07:58:31 +0200
|
| 316 |
|
| 317 |
echolot (000.2.0beta27-1) unstable; urgency=low
|
| 318 |
|
| 319 |
* New upstream version
|
| 320 |
* Set the mixmaster binary path.
|
| 321 |
* Use --quiet when starting echolot.
|
| 322 |
|
| 323 |
-- Peter Palfrader <weasel@debian.org> Tue, 13 Aug 2002 02:49:45 +0200
|
| 324 |
|
| 325 |
echolot (000.2.0beta26-1) unstable; urgency=low
|
| 326 |
|
| 327 |
* Initial Release.
|
| 328 |
|
| 329 |
-- Peter Palfrader <weasel@debian.org> Mon, 12 Aug 2002 05:44:24 +0200
|
| 330 |
|