2003-01-15 Havoc Pennington <hp@redhat.com> dbus-0.2
authorHavoc Pennington <hp@redhat.com>
Wed, 15 Jan 2003 18:40:30 +0000 (18:40 +0000)
committerHavoc Pennington <hp@redhat.com>
Wed, 15 Jan 2003 18:40:30 +0000 (18:40 +0000)
        Release 0.2

* NEWS: update

ChangeLog
NEWS
configure.in

index 37e4e70..3036171 100644 (file)
--- 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 2bb59b7..52bb18a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+D-BUS 0.2
+===
+
+ - Include test code in the tarball.
+
 D-BUS 0.1
 ===
 
index 1bc25b4..188d9f2 100644 (file)
@@ -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)