Changelog for
rudeconfig-5.0.5-8.fc15.x86_64.rpm :
Wed Feb 9 13:00:00 2011 Fedora Release Engineering
- 5.0.5-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Sun Jul 26 14:00:00 2009 Fedora Release Engineering - 5.0.5-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Thu Mar 5 13:00:00 2009 Caolán McNamara - 5.0.5-6
- include cstdio for EOF
Wed Feb 25 13:00:00 2009 Fedora Release Engineering - 5.0.5-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Wed Sep 3 14:00:00 2008 Tom \"spot\" Callaway - 5.0.5-4
- fix compile with gcc43
Wed Sep 3 14:00:00 2008 Tom \"spot\" Callaway - 5.0.5-3
- fix license tag
Mon Feb 18 13:00:00 2008 Fedora Release Engineering - 5.0.5-2
- Autorebuild for GCC 4.3
Thu Feb 1 13: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 13:00:00 2007 Matt Flood
- 5.0.4-3
- Minor amendments to build-related scripts
- Added missing include directory to specfile
Thu Feb 1 13: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 13:00:00 2007 Matt Flood
- 5.0.4-1
- Created rudeconfig.3 MAN page
Mon Jul 31 14: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 )
Mon Apr 10 14:00:00 2006 Matt Flood
- 5.0.2-1
- First RPM Release
Fri Sep 2 14: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)