wmframepic: Bump to version 0.2.
This commit is contained in:
parent
93f490eee6
commit
c1f2d4c11b
|
@ -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.
|
||||||
|
|
|
@ -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.
|
|
@ -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])
|
AC_CONFIG_SRCDIR([src/main.c])
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue