Version history for the Common Configuration Parser
http://ccp.nongnu.org/
---------------------------------------------------

Changes from 0.2.1 to 0.2.2
- - - - - - - - - - - - - -
- Fixed the version number (doesn't contain CVS now)
- Now reacts to the CCP_DISABLE environment variable
- Fixed commandline options, --ifexists now works (previously only --ifexist)

Changes from 0.2 to 0.2.1
- - - - - - - - - - - - -
- Fixed handling of ; comments in autogenerated templates
- Added paranoid mode
- Fixed a few typos
- Added some additional error-recovery code for auto-generated templates
- Now reacts to the CCP_PARANOID environment variable

Changes from 0.1 to 0.2
- - - - - - - - - - - -
- Fixed a spelling error in the manpage
- No longer defines package CCP
- Now only strips comments in the beginning of lines (fixes bug #15364)
	- No longer treats comments specially when part of a key=value line
	  (the comment is treated as a part of the value)
- Fixed use of keys with special characters (such as []) in them
- Added a usage examples section to the manpage
- Now reacts to the CCP_VERBOSE and CCP_VERYVERBOSE environment variables
