Changelog for
rudeconfig-5.0.5-1.fc7.i386.rpm :
Thu Feb 1 23:00:00 2007 Matt Flood
- 5.0.5-1
- Renamed header include guards in config.h
- From INCLUDED_CONFIG_H to INCLUDED_RUDE_CONFIG_H
Thu Feb 1 23:00:00 2007 Matt Flood
- 5.0.4-3
- Minor amendments to build-related scripts
- Added missing include directory to specfile
Thu Feb 1 23:00:00 2007 Matt Flood
- 5.0.4-2
- Minor amendments to build-related scripts
- Fixed minor typo in changelog (ChangeLog and rudeconfig.spec)
- Added --disable-static to configure directive in rudeconfig.spec
Fri Jan 19 23:00:00 2007 Matt Flood
- 5.0.4-1
- Created rudeconfig.3 MAN page
Tue Aug 1 00:00:00 2006 Matt Flood
- 5.0.3-1
- Minor changes to facilitate Windows builds
* changed #include\'s of to
* added .c_str() to a string object to correct shorthand if statement ( a ? x : y )
Tue Apr 11 00:00:00 2006 Matt Flood
- 5.0.2-1
- First RPM Release
Sat Sep 3 00:00:00 2005 Matt Flood
- 5.0.2-0
- Modified source code for DataLine.cpp - removed \'using namespace std\' which Visual Studio is too dumb to ignore.
- Fixed ParserJuly2004::chompEOL() - was not returning a value - (TODO: consider making the function void)