diff options
author | Peter Palfrader <peter@palfrader.org> | 2014-10-22 21:05:45 +0200 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2014-10-23 17:51:19 +0200 |
commit | 54d9504b6412695f4f9bb5187739cdc6363422ac (patch) | |
tree | fb7aa59139a2ea2a0931eaf19b8cec02c958f785 | |
parent | 961b5621f7e57e3aac75b18861303a3eab54d735 (diff) |
Prepare 2.1.9 releaseHEADecholot-2.1.9debian/echolot-2.1.9-1master
-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; |