wmressel: Bump to version 0.9.

This commit is contained in:
Doug Torrance 2017-08-27 14:58:50 -04:00 committed by Carlos R. Mafra
parent 9c79bc7150
commit 04958a8308
2 changed files with 14 additions and 1 deletions

13
wmressel/ChangeLog Normal file
View file

@ -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.)

View file

@ -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])