Changelog for
rudecgi-devel-5.1.0-4.fc12.i686.rpm :
Sun Jul 26 14:00:00 2009 Fedora Release Engineering
- 5.1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Wed Feb 25 13:00:00 2009 Fedora Release Engineering - 5.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Mon Feb 18 13:00:00 2008 Fedora Release Engineering - 5.1.0-2
- Autorebuild for GCC 4.3
Fri Jan 11 13:00:00 2008 Matt Flood
- 5.1.0-1
- added missing include directives to allow compile with g++ 4.3.0 as
per patch kindly provided by Michael Schwendt
- addressed rpm lint issues: mixed spaces and tabs in sourcecode
- Corrected license from GPL to GPLv2+ in spec file,
Wed May 23 14:00:00 2007 Matt Flood
- 5.0.0-1
- Interface Changes
renamed main object from \"CGIParser\" to \"CGI\"
- Build Scripts
Updated build scripts to create rpms properly
Thu Jan 11 13:00:00 2007 Matt Flood
- 4.1.1-1
- Bug Fixes
Since apache presents multiple cookies as a semi-colon delimited list,
the comma was removed from the cookie tokenizing function in CookieParser.cpp:
char
*key=strtok(buffer, \"; \\t\\f\\r\
,\");
Increased const correctness throughout library
Improved the File Parsing Algorithm in NewMultipartParser
where chomping newlines is concerned
- Created MAN page
Mon Apr 10 14:00:00 2006 Matt Flood
- 4.0.1-1
- First RPM Release