summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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