From 215c2666adfe93a323dcb8d6f4e992c6e7367898 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sat, 25 May 2013 19:06:55 -0400 Subject: [PATCH] wmnotify 0.3.2 --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index cc589c0..771d838 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,9 @@ +2006-02-19: wmnotify-0.3.2 has been released. + Fixes a problem when compiling wmnotify with + openssl-0.9.8. + See the file 'ChangeLog' for further details. + 2005-06-22: wmnotify-0.3.1 has been released. This is a bug fix regarding IMAP4 server responses spanning multiple packets. diff --git a/configure.ac b/configure.ac index 4062197..1773570 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # configure.in -- Process this file with autoconf to produce configure. dnl Initialization stuff. -AC_INIT(wmnotify, 0.3.1) +AC_INIT(wmnotify, 0.3.2) AC_CONFIG_AUX_DIR(config) AC_CONFIG_SRCDIR(src/wmnotify.c) AM_CONFIG_HEADER(config.h:config-h.in) -- 2.20.1