Skip to content

Commit

Permalink
0.5.02 release
Browse files Browse the repository at this point in the history
git-svn-id: http://abstrakraft.org/cwiid/svn/tags/cwiid-0.5.02@37 918edb2d-ff29-0410-9de2-eb38e7f22bc7
  • Loading branch information
dsmith committed Mar 20, 2007
1 parent da8dfd0 commit 2d03848
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
* Added file ChangeLogs
* Fixed GTK_{CFLAGS,LIBS} in configure.ac and wmgui/Makefile.in

2007-03-01 L. Donnie Smith <[email protected]>
* configure.ac - check for stdint.h

2007-02-26 L. Donnie Smith <[email protected]>
* Changed installation directories to comply with FHS standard
* Added check for yypop_buffer_state in flex
Expand Down
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.5.02
- Bugfixes, configure --disable-ldconfig

0.5.01
- Bugfixes

Expand Down
5 changes: 4 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# ChangeLog:
# 03/19/2007 L. Donnie Smith <[email protected]>
# * added --disable-ldconfig
#
# 03/01/2007 L. Donnie Smith <[email protected]>
# * Initial ChangeLog
# * Check for stdint.h

AC_INIT(CWiid,0.5.01,[email protected])
AC_INIT(CWiid,0.5.02,[email protected])

AC_PROG_CC
AC_PROG_AWK
Expand Down

0 comments on commit 2d03848

Please sign in to comment.