summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2004-06-10 13:33:28 +0000
committerPeter Palfrader <peter@palfrader.org>2004-06-10 13:33:28 +0000
commitfb4aaf0ae5549724dd3d1bb9387a88dbf9cf14a9 (patch)
tree4dff840b91cccf388d034027c78f8e2266d60b0a
parentff057c12fa534f441995f9f6e9ac56b5a0e16c8d (diff)
Make this 2.1.4
-rw-r--r--NEWS2
-rw-r--r--debian/changelog6
-rwxr-xr-xpingd2
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 55511a4..67c8952 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/pingd b/pingd
index be411d5..cf3d89d 100755
--- a/pingd
+++ b/pingd
@@ -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;