wmlongrun: Bump to version 0.3.1.

This commit is contained in:
Doug Torrance 2016-12-23 18:28:23 -05:00 committed by Carlos R. Mafra
parent 00a68ca2bf
commit b6d62e5254
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,14 @@
2016 December 23
* Version 0.3.1 released.
* Now maintained by the Window Maker Developers Team.
* Rename configure.in to configure.ac.
* Remove trailing whitespace.
* Add template to AC_DEFINE to avoid autoheader warning.
* Modernize AM_INIT_AUTOMAKE call.
* Replace INCLUDES and CPPFLAGS with AM_CPPFLAGS to fix warnings.
* Detect GNU/kFreeBSD during build.
* Update README with new contact info and url.
2002 March 23
* version 0.2.0 released
* longrun_linux.c longrun_freebsd.c: renamed get_longrun_stat() as

View file

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([wmlongrun], [0.3.0pre1], [wmaker-dev@lists.windowmaker.org])
AC_INIT([wmlongrun], [0.3.1], [wmaker-dev@lists.windowmaker.org])
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)