wmlongrun: Bump to version 0.3.1.
This commit is contained in:
parent
00a68ca2bf
commit
b6d62e5254
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue