summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2004-12-20 23:24:29 +0000
committerGlynn Foster <gman@src.gnome.org>2004-12-20 23:24:29 +0000
commit5710d5cc63665874456dfb6f6de31d3adb706f80 (patch)
treee0d68520916cd8086cbd2bb65ea7e819036f72b4
parentRelease 2.9.1 (diff)
downloadzenity-5710d5cc63665874456dfb6f6de31d3adb706f80.tar.gz
zenity-5710d5cc63665874456dfb6f6de31d3adb706f80.tar.bz2
zenity-5710d5cc63665874456dfb6f6de31d3adb706f80.zip
Post bump release. Despite the evils of autotools changing the COPYING
2004-12-21 Glynn Foster <glynn.foster@sun.com> * configure.in: Post bump release. * README: Despite the evils of autotools changing the COPYING file in any releases I make, this software is LGPL.
-rw-r--r--ChangeLog6
-rw-r--r--README2
-rw-r--r--configure.in2
-rw-r--r--po/ChangeLog4
4 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fa43352..37248927 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-12-21 Glynn Foster <glynn.foster@sun.com>
+ * configure.in: Post bump release.
+ * README: Despite the evils of autotools changing the COPYING
+ file in any releases I make, this software is LGPL.
+
+2004-12-21 Glynn Foster <glynn.foster@sun.com>
+
* configure.in: Release 2.9.1
2004-12-21 Glynn Foster <glynn.foster@sun.com>
diff --git a/README b/README
index f0615e23..22fbd619 100644
--- a/README
+++ b/README
@@ -5,6 +5,8 @@ which allows you to display dialog boxes from the commandline
and shell scripts. If you understand, things are just as they
are. If you don't understand, things are just as they are.
+This software is licensed under the LGPL.
+
Zen Requirements -
==================
popt, scrollkeeper and intltool.
diff --git a/configure.in b/configure.in
index 2837bd26..aa48eb0d 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
AC_PREREQ(2.53)
AC_INIT(src)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(zenity, 2.9.1)
+AM_INIT_AUTOMAKE(zenity, 2.9.2)
AM_MAINTAINER_MODE
diff --git a/po/ChangeLog b/po/ChangeLog
index 78f55619..2da33799 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-21 Glynn Foster <glynn.foster@sun.com>
+
+ * 2.9.1 version marker.
+
2004-12-20 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
bgstack15