From c1f2d4c11bfa59f7c3264fef5dd449582087f9dc Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Sun, 20 Aug 2017 10:36:34 -0400 Subject: [PATCH] wmframepic: Bump to version 0.2. --- wmframepic/ChangeLog | 52 +++++++++++++++++++++++++++++++++++++++++++++++++ wmframepic/NEWS | 9 +++++++++ wmframepic/configure.ac | 2 +- 3 files changed, 62 insertions(+), 1 deletion(-) diff --git a/wmframepic/ChangeLog b/wmframepic/ChangeLog index e69de29..fe93b44 100644 --- a/wmframepic/ChangeLog +++ b/wmframepic/ChangeLog @@ -0,0 +1,52 @@ +2017-08-20 Doug Torrance + + * ChangeLog, NEWS, configure.ac: Bump to version 0.2. + +2017-08-20 Doug Torrance + + * src/arg_parser.c: Add --version command line option. + +2017-08-20 Doug Torrance + + * src/Makefile.am: Make sure xpm/xbm files will be included in tarball. + +2017-08-20 Doug Torrance + + * src/Makefile.am: Remove reference to nonexisting config.h. + +2017-08-20 Doug Torrance + + * src/draw_text.h: Add includes and declarations to avoid implicit + declarations. + +2017-08-20 Doug Torrance + + * configure.ac, src/Makefile.am: Use pkg-config to check for libraries. + +2017-08-20 Doug Torrance + + * configure.ac: Remove obselete AM_PROG_CC_C_O macro. + +2017-08-20 Doug Torrance + + * configure.ac: Update call to AM_INIT_AUTOMAKE. + Also take the opportunity to include the Window Maker dev mailing + list in AC_INIT. + +2017-08-20 Doug Torrance + + * {configure.in => configure.ac}: Rename configure.in to configure.ac. + +2017-08-20 Doug Torrance + + * .hg_archival.txt, INSTALL, Makefile.in, aclocal.m4, + autom4te.cache/output.0, autom4te.cache/output.1, + autom4te.cache/requests, autom4te.cache/traces.0, + autom4te.cache/traces.1, compile,configure, depcomp, install-sh, + missing, src/Makefile.in: Remove generated autotools and mercurial + files + +2017-08-20 Doug Torrance + + * Add version 0.1 to the repository. + diff --git a/wmframepic/NEWS b/wmframepic/NEWS index e69de29..dd628b0 100644 --- a/wmframepic/NEWS +++ b/wmframepic/NEWS @@ -0,0 +1,9 @@ +[0.2] - 2017-08-20 +* Now maintained by the Window Maker Team. +* Update autotools files. +* Use pkg-config to locate libraries. +* Fix compiler warnings. +* Add --version command line option. + +[0.1] - 2010-05-11 +* Initial release. diff --git a/wmframepic/configure.ac b/wmframepic/configure.ac index 5e90103..c09d2f2 100644 --- a/wmframepic/configure.ac +++ b/wmframepic/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wmframepic], [0.1], [wmaker-dev@lists.windowmaker.org]) +AC_INIT([wmframepic], [0.2], [wmaker-dev@lists.windowmaker.org]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE -- 2.11.4.GIT