]> Untitled Git - dockapps/hvclock.git/commitdiff
hvclock-1.1.1
authorHugo Villeneuve <hugo@hugovil.com>
Wed, 9 Mar 2016 22:55:38 +0000 (17:55 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 9 Mar 2016 22:55:38 +0000 (17:55 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index f10ad0bbf51347725fc476fec417ddce12f99a19..38763234c08e694862be8dfb84313d1407470363 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+2016-03-09: hvclock-1.1.1 has been released.
+        Print error on stderr.
+        Fix compiler warnings when GTK_WITHDRAWN_HACK is undefined.
+        Fix memory leak causing XServer to crash.
 
 2014-03-22: hvclock-1.1.0 has been released.
         Fix double window bug.
index 20cac915501fc67642c097106ea3d5b1beda22a8..a51ff8627a7726c333c70d3d917b3efefc78ed2a 100644 (file)
@@ -1,7 +1,7 @@
 # configure.ac -- Process this file with autoconf to produce configure.
 
 dnl Initialization stuff.
-AC_INIT(hvclock, 1.1.0)
+AC_INIT(hvclock, 1.1.1)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_SRCDIR(src/hvclock.c)
 AM_CONFIG_HEADER(config.h:config-h.in)