From 7705f693f3369ea208d056530d8cc9b594791ff2 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Tue, 21 Jan 2003 02:12:38 +0000 Subject: 0.5 update --- ChangeLog | 6 ++++++ NEWS | 10 +++++++++- configure.in | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index acb6d40..db464f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-01-20 Havoc Pennington + + * configure.in: 0.5 + + * NEWS: update + 2003-01-20 Havoc Pennington * libsn/sn-xmessages.c (sn_internal_remove_xmessage_func): 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" -- cgit v1.2.3