wmframepic: Bump to version 0.2.

This commit is contained in:
Doug Torrance 2017-08-20 10:36:34 -04:00 committed by Carlos R. Mafra
parent 93f490eee6
commit c1f2d4c11b
3 changed files with 62 additions and 1 deletions

View file

@ -0,0 +1,52 @@
2017-08-20 Doug Torrance <dtorrance@piedmont.edu>
* ChangeLog, NEWS, configure.ac: Bump to version 0.2.
2017-08-20 Doug Torrance <dtorrance@piedmont.edu>
* src/arg_parser.c: Add --version command line option.
2017-08-20 Doug Torrance <dtorrance@piedmont.edu>
* src/Makefile.am: Make sure xpm/xbm files will be included in tarball.
2017-08-20 Doug Torrance <dtorrance@piedmont.edu>
* src/Makefile.am: Remove reference to nonexisting config.h.
2017-08-20 Doug Torrance <dtorrance@piedmont.edu>
* src/draw_text.h: Add includes and declarations to avoid implicit
declarations.
2017-08-20 Doug Torrance <dtorrance@piedmont.edu>
* configure.ac, src/Makefile.am: Use pkg-config to check for libraries.
2017-08-20 Doug Torrance <dtorrance@piedmont.edu>
* configure.ac: Remove obselete AM_PROG_CC_C_O macro.
2017-08-20 Doug Torrance <dtorrance@piedmont.edu>
* 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 <dtorrance@piedmont.edu>
* {configure.in => configure.ac}: Rename configure.in to configure.ac.
2017-08-20 Doug Torrance <dtorrance@piedmont.edu>
* .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 <dtorrance@piedmont.edu>
* Add version 0.1 to the repository.

View file

@ -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.

View file

@ -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