summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-01-21 02:12:38 +0000
committerHavoc Pennington <hp@redhat.com>2003-01-21 02:12:38 +0000
commit7705f693f3369ea208d056530d8cc9b594791ff2 (patch)
tree096ef740667c489bf6d8104f155bb44ae7bda4c9
parent088f2e319d32f15327d7206bea8a245c2cc3f285 (diff)
update
-rw-r--r--ChangeLog6
-rw-r--r--NEWS10
-rw-r--r--configure.in2
3 files changed, 16 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index acb6d40..db464f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2003-01-20 Havoc Pennington <hp@pobox.com>
+ * configure.in: 0.5
+
+ * NEWS: update
+
+2003-01-20 Havoc Pennington <hp@pobox.com>
+
* libsn/sn-xmessages.c (sn_internal_remove_xmessage_func):
initialize message_type field in FindHandlerData, fix from
Joe Marcus Clarke
diff --git a/NEWS b/NEWS
index 047ccd0..9b3c261 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1,9 @@
-No news. \ No newline at end of file
+0.5
+===
+
+ - Fix use of uninitialized memory when closing down a display (Joe Marcus Clarke)
+ - Make xmessage handling use per-display instead of global variables,
+ 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
diff --git a/configure.in b/configure.in
index 4ac3a7e..be92f8f 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.4)
+AM_INIT_AUTOMAKE(startup-notification, 0.5)
# Honor aclocal flags
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"