From b6d62e525469744449c315e5df2e139c2078a1f3 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Fri, 23 Dec 2016 18:28:23 -0500 Subject: [PATCH] wmlongrun: Bump to version 0.3.1. --- wmlongrun/ChangeLog | 11 +++++++++++ wmlongrun/configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/wmlongrun/ChangeLog b/wmlongrun/ChangeLog index d615618..eda37c6 100644 --- a/wmlongrun/ChangeLog +++ b/wmlongrun/ChangeLog @@ -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 diff --git a/wmlongrun/configure.ac b/wmlongrun/configure.ac index 7fd96b8..311be1d 100644 --- a/wmlongrun/configure.ac +++ b/wmlongrun/configure.ac @@ -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) -- 2.11.4.GIT