summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-01-15 18:40:30 +0000
committerHavoc Pennington <hp@redhat.com>2003-01-15 18:40:30 +0000
commit59d131e431db675d461fe6887cb9ea2300c6b194 (patch)
tree72a86a34606765b2982e15c47c4246f964c3cc01
parent8c11bc06710d4981172ca570ba41cd923efffc7a (diff)
2003-01-15 Havoc Pennington <hp@redhat.com>dbus-0.2
Release 0.2 * NEWS: update
-rw-r--r--ChangeLog6
-rw-r--r--NEWS5
-rw-r--r--configure.in2
3 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 37e4e70b..30361717 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2003-01-15 Havoc Pennington <hp@redhat.com>
+ Release 0.2
+
+ * NEWS: update
+
+2003-01-15 Havoc Pennington <hp@redhat.com>
+
* test/Makefile.am: fix so that test source code ends up in the
distribution on make distcheck
diff --git a/NEWS b/NEWS
index 2bb59b74..52bb18a6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+D-BUS 0.2
+===
+
+ - Include test code in the tarball.
+
D-BUS 0.1
===
diff --git a/configure.in b/configure.in
index 1bc25b42..188d9f2a 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
AC_INIT(dbus/dbus.h)
-AM_INIT_AUTOMAKE(dbus, 0.1)
+AM_INIT_AUTOMAKE(dbus, 0.2)
AM_CONFIG_HEADER(config.h)