summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark McLoughlin <mark@skynet.ie>2004-04-01 11:05:28 +0000
committerMark McLoughlin <mark@skynet.ie>2004-04-01 11:05:28 +0000
commit2a47fa0908f57bb8f360d6355c81ec6a49cc0644 (patch)
treec34cd3fa1109a1ad8e121c333427623289bc9565
parent4d4193f48190ebf459cd373abf17950ef6ed28a1 (diff)
downloadstartup-notification-2a47fa0908f57bb8f360d6355c81ec6a49cc0644.tar.gz
Version 0.6.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS8
-rw-r--r--configure.in2
3 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index aaef740..8cd5c3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-01 Mark McLoughlin <mark@skynet.ie>
+
+ * configure.in: Version 0.6.
+
2004-03-23 Mark McLoughlin <mark@skynet.ie>
Leak plugging action from Tommi Leino <tommi.leino@movial.fi>
diff --git a/NEWS b/NEWS
index 9b3c261..f2a9b49 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.6
+===
+
+ - Fix some fairly serious memory leaks (Tommi Leino)
+ - Cygwin build fix (Masahiro Sakai)
+
0.5
===
@@ -6,4 +12,4 @@
fixing total hosage on multihead X servers
- set _NET_STARTUP_ID as a UTF-8 string
- fix a crash caused by zero-length message data
- - include startup-notification.txt specification in the distribution \ No newline at end of file
+ - include startup-notification.txt specification in the distribution
diff --git a/configure.in b/configure.in
index 4b6bee8..985af5d 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_INIT(libsn/sn-launchee.c)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(startup-notification, 0.5)
+AM_INIT_AUTOMAKE(startup-notification, 0.6)
# Honor aclocal flags
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"