diff options
author | Peter Palfrader <peter@palfrader.org> | 2004-06-10 13:33:28 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2004-06-10 13:33:28 +0000 |
commit | fb4aaf0ae5549724dd3d1bb9387a88dbf9cf14a9 (patch) | |
tree | 4dff840b91cccf388d034027c78f8e2266d60b0a | |
parent | ff057c12fa534f441995f9f6e9ac56b5a0e16c8d (diff) |
Make this 2.1.4
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | pingd | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Changes in version - 2004 +Changes in version 2.1.4 - 2004-06-10 * Have new disable and enable commands which are shortcut for set pingit=off showit=off fetch=off and =on respectively. * Accept show=, ping=, and fetchit= in addition to their real diff --git a/debian/changelog b/debian/changelog index 96ac666..e12128b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -echolot (2.1.XXXXX) unstable; urgency=low +echolot (2.1.4-1) unstable; urgency=low - * Not released + * New upstream version. * Update debian/copyright to include 2004. * Add dutch translation for debconf templates (closes: #249406). - -- Peter Palfrader <weasel@debian.org> Thu, 10 Jun 2004 14:26:12 +0200 + -- Peter Palfrader <weasel@debian.org> Thu, 10 Jun 2004 15:32:59 +0200 echolot (2.1.3-1) unstable; urgency=low @@ -350,7 +350,7 @@ use POSIX qw(setsid); delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; -my $VERSION = '2.1.3+cvs'; +my $VERSION = '2.1.4'; my $redirected_stdio = 0; |