forked from abstrakraft/cwiid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
3 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|