summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-08-14 22:55:05 +0000
committerPeter Palfrader <peter@palfrader.org>2002-08-14 22:55:05 +0000
commitf6237cfb685e63f008403c4fe27f30bd3ae04426 (patch)
tree204f84eda5efd81a08db51a3429beeac62b10a29
parent4c4780f4772acb5abcc57b03d114c5e1364af63a (diff)
Prepare 2.0beta29
-rw-r--r--NEWS2
-rw-r--r--debian/changelog6
-rwxr-xr-xpingd4
3 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 99e5c86..cc58a38 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes in version
+Changes in version 2.0beta29 - 2002-08-14
* Create .meta files with the expiry date of pages.
* Also put the expiry date in HTML meta headers.
* Make indexfilebasename a configure option.
diff --git a/debian/changelog b/debian/changelog
index eaddcf5..e167fad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+echolot (000.2.0beta29-1) unstable; urgency=low
+
+ * New upstream version
+
+ -- Peter Palfrader <weasel@debian.org> Thu, 15 Aug 2002 00:54:31 +0200
+
echolot (000.2.0beta28-1) unstable; urgency=low
* New upstream version
diff --git a/pingd b/pingd
index d6ec853..cd3a9be 100755
--- a/pingd
+++ b/pingd
@@ -3,7 +3,7 @@
$| = 1;
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: pingd,v 1.65 2002/08/13 05:59:06 weasel Exp $
+# $Id: pingd,v 1.66 2002/08/14 22:55:05 weasel Exp $
#
=pod
@@ -287,7 +287,7 @@ use POSIX qw(setsid);
delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'};
-my $VERSION = '2.0beta28';
+my $VERSION = '2.0beta29';
my $redirected_stdio = 0;