diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | pingd | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Changes in +Changes in version 2.1.9 - 2014-10-23 * Several debian updates. * Update FSF address in all files. * Fix the name of an option in an example in pingd.conf(5). diff --git a/debian/changelog b/debian/changelog index 8942885..75e4fab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +echolot (2.1.9-1) unstable; urgency=medium + + * New upstream version. + + -- Peter Palfrader <weasel@debian.org> Wed, 22 Oct 2014 21:04:17 +0200 + echolot (2.1.8-8) unstable; urgency=low * Really fix the markup typo in the pingd manpage. @@ -349,7 +349,7 @@ use POSIX qw(setsid); delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; -my $VERSION = '2.1.8'; +my $VERSION = '2.1.9'; my $redirected_stdio = 0; |