From 04958a83086b5b19fffe1b3a74ceabf8866cf119 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Sun, 27 Aug 2017 14:58:50 -0400 Subject: [PATCH] wmressel: Bump to version 0.9. --- wmressel/ChangeLog | 13 +++++++++++++ wmressel/configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 wmressel/ChangeLog diff --git a/wmressel/ChangeLog b/wmressel/ChangeLog new file mode 100644 index 0000000..f309752 --- /dev/null +++ b/wmressel/ChangeLog @@ -0,0 +1,13 @@ +[0.9] 2017-08-27 + - Now maintained by the Window Maker Team. + - Rename configure.in -> configure.ac. + - Remove obselete AC_C_CONST macro. + - Use pkg-config to find libraries. + - Use automake. + - Use wmgeneral from libdockapp. + - Port to GTK+3. + - Update GPL2 text. + - Remove trailing whitespace. + - Update documentation. + +(The original author did not keep a changelog for previous versions.) diff --git a/wmressel/configure.ac b/wmressel/configure.ac index 6536355..95f3317 100644 --- a/wmressel/configure.ac +++ b/wmressel/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([wmressel], [0.8], [wmaker-dev@lists.windowmaker.org]) +AC_INIT([wmressel], [0.9], [wmaker-dev@lists.windowmaker.org]) AC_CONFIG_SRCDIR([src/wmressel.c]) AM_INIT_AUTOMAKE([foreign subdir-objects])