wmressel: Bump to version 0.9.
This commit is contained in:
parent
9c79bc7150
commit
04958a8308
13
wmressel/ChangeLog
Normal file
13
wmressel/ChangeLog
Normal 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.)
|
|
@ -1,5 +1,5 @@
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
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])
|
AC_CONFIG_SRCDIR([src/wmressel.c])
|
||||||
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue