Version 0.2.3
-------------
Feature Request Completed: [ 1000332 ] sigalm to prevent cpu throttle (vab)
Feature Request Completed: [ 1192629 ] (Optional) Large File Support (vab)
Fixed Bug: [ 999662 ] Legacy gcc compatibility (pacoje) 
Fixed Bug: [ 999656 ] tcpwrappers problems in-addr.arpa (pacoje)
Fixed Bug: [ 999925 ] cks import problems (vab)
Fixed Bug: [ 969089 ] cks_import skips last pubkey in keyring (vab)
Fixed Bug: [ 999676 ] cks import problems (vab)
Fixed Bug: [ 966767 ] cks_import race condition on import error (vab)
Fixed Bug: [ 969739 ] Valgrind: parse_attribute_sub_packets (vab)
Fixed Bug: [ 969734 ] Valgrind: Memory Violation (vab)
A context was created to handle state information (vab)
sql updates (tab vs. spaces bug in formatting of cks.sql.in) (vab)
General code clean-up (Function Signature Changes) (vab)
cks_install.pl removed (Integrated into Autoconf/Automake) (vab)
Fixes to correct most -Wall warnings (vab)
Fix for memory leak in parse.c (vab)
Code to force cksd to exit if it is running with root privileges (vab)
cksd.init rewritten (vab)
Support of storage of pid in /var/run for init system usage (vab)
CGI processing code clean-up (vab)
Creation of etc dir in project root w/ separate Makefile (vab)
Clean-up of HTML pages (vab)
Removal of db2 hooks - no longer have access to the software (vab)
Removal of some out dated documentation (vab)
Fix for potential read_line race condition (vab)
Default user for keyserver changed to "cks" (vab)
Default user for webserver changed to "apache" for Gentoo (vab)
New hook HTML page for Web Of Trust Information (vab)
HTML Layout bug fix in keys.c print_uid: echo_signatures (vab)
SIGPIPE in now ignored. SIGTERM and SIGHUP are now caught (vab)

Version 0.2.2
-------------
Feature Request Completed: [ 967140 ] Display images in pgp keys (vab)
  [ http://gnv.us.ks.cryptnet.net/en/search.cgi?stype=fp&fp=AB55B9403A6A42DC0B8A9A4C1D835EF87B1CB6B3 ]
Feature Request Completed: [ 967134 ] Make HTML compliant (vab)
Feature Request Completed: [ 979235 ] Support --version and -v (vab)
Feature Request Completed: [ 976828 ] Cache most frequently accessed
                                        keys in memory (vab)
Fixed Bug: [ 977574 ] Offset Error in DB Table Iteration (vab)
Fixed Bug: [ 981254 ] Config is loaded twice in some places (vab)
Fixed Bug: [ 981307 ] configure error when prefix not specified (vab)
Fixed Bug: [ 979128 ] Very old PGP Keys Cause Server Error (vab)
Fixed Bug: [ 979233 ] ISC Key Cannot be parsed by CKS (vab)
Fixed Bug: [ 968930 ] realloc in escape single quotes causing crash (vab)
Fixed Bug: [ 968374 ] cks_import subpacket parse error segfault (vab)

Version 0.2.0
-------------
Simon added CKS_DNS added to the main CKS tree (jas4711)
Reorganization of the Sync Code (vab)
Expansion of the Sync Code and Mgmt Programs (vab)
Cleaner CGI parsing code (vab)
parser bug fixes & new error checks and recoveries (vab)
better v4 signature subpacket parsing (vab)
new ./configure options for usernames, database name, and paths (jas4711)
cks_mail_util removed (merged into cks_sync) cks_mail_util.c|h deleted (vab)
CKS http sync code removed (maybe merge back in v.2.0.0). (vab)
fix for memory leak in cks_export (vab)
code clean up: more rtrn val checking (vab)
cks_sync now uses To: server, server, server (PKS Compliance) (vab)
cks_sync code to parse servers already sent keys (vab)
cks_export functionally complete (vab)
cks_import functionally complete (vab)
cks_sync functionally complete (vab)
cache code started (added cks_cache.h|c) (vab)
reconcile code started (added cks_reconcile.h|c) (vab)
Memory leak cleanups in cksd (vab)
Feature Request #616376: Fully Support Legacy PKS style syncing (vab)

Version 0.1.5
-------------
More graceful handling of bad key packet data in cks_import.c and parse.c (vab)
Code Cleanup: Type change of many variables (signed|unsigned & int|long) (vab)
BUGFIX: Segfaults in cks_import listed in BUGS file corrected. (vab)
Init script created for cksd (vab)
Hooks for XML Support (vab)
cks_export now segments into 50,000 key files (vab)
Additional packet type handling code in parse.c (vab)
html compliance clean-up (vab)
New Debug Functions (vab)
Removal of void returns on some functions (vab)
Fixed Bug #967152: Key merger on import (vab)
cks_import can now glob input:  bash$ cks_import *.ring (vab)
OpenLDAP is now longer required to build (vab)
html/index.cgi no provides LANG support (vab)
properly formatted error output with source constant flag (vab)
Optimization: Quote escape function is only called if quote is found in ID data (vab)
memset/sizeof bugfixes (vab)
parse.c bugfix for subpkt length determination (vab)
hooks for better key revocation support (vab)
Improved rfc2440bis-10 support (vab)
Fixed Bug #969798: Key Differencing Code Is Not Working Correctly (vab)

Version 0.1.4
-------------
Changed BigLumber Link into a configurable option (vab)
Added option for Attempting Off Network Fetching (vab)
Changes to cks.conf (vab)
cks_import no longer inserts into cks_pending_sync table (vab)
New Documentation on setting up mail syncing. (vab)
Memory Management cleanups in parse.c (vab)
More new code and code cleanup to help support other db types (vab)
Major HTML Updates (vab)
Hooks for Individual Key Statistics Functionality (vab)
Hooks for WOT Info Functionality (vab)
Bug fix in cks_export (vab)
Added Buffer Flushes to Make Web Interface Seem Faster (vab)
Added cks_puid_table for faster web search results (massive speed-up) (vab)
Changed the way packets are free'd for clearer mem mgmt (vab)
Additional Debugging code (vab)
Various fixes for variable inits (vab)
Function pass checks (vab)
NULL checks before frees (vab)
Fixed memory leak in data structures (uid free) (vab)
Fixed memory leak in escape_single_quotes (bad pointer) (vab)
Fixed memory leak with key img subpacket data (vab)
Fixed memory leak in cks_sync_manage (double init) (vab)

Version 0.1.3
-------------
Bug with m4 in build process corrected (vab)
DB Abstraction Code Changes (vab)
DB type support hooks for IBM DB2 and GDBM (vab)
Changes to cks.conf (vab)
Minor Changes to Datastructures (vab)
Additional Image Support Work (vab)
SQL Expanded For Easier Install (vab)
Included some i18n HTML (vab)
Updated HTML (vab)
Moved HTML pages into en directory (vab)
added an index.cgi redirect (vab)
i18n: Better Support For German (vab)
i18n: Better Support For Spanish (vab)
Documentation on CKS_sync cron scheduling (vab)
Improvements to cks_sync_util (outbound horowitz mail sync support added) (vab)
Bug Fix in cks.conf file (escaped url) (vab)
Added Link to Big Lumber in Search Results (vab)
Very Early Code To Start for LDAP Support (vab)

Version 0.1.2
-------------
Cleanups in cks_mail_util (vab)
Improved build environment (vab)
Support for more packet types (vab)
Beginning Image Support (vab)
Introduction of keyimg.cgi (vab)
Limited Support For New Packet Format (vab)
SQL Table structure Changes (vab)

Version 0.1.1
-------------
Horowitz (pksd) mail sync code expansion (vab)
Created cks_mail_util binary (vab)
General code clean up (vab)
Started i18n l10n work (vab)
gettextize ran, po, intl dirs created (vab)
German Translations Added (vab)

Version 0.1.0
-------------
Bug fix for HTML truncation in cksd (vab)
Bug fix in cks_mail_sync for uninit'd pointer (vab)
Support for new formats of HKP queries: 64 bit key ID, 128 bit fp, 160 bit fp (vab)
Beginning Support for advanced queries (vab)
Support for limitation of max keys returned per query (vab)
Support for limitation of max keys w/ same id returned (vab)
Memory leak fixes (vab)
Fix for bug in creation time display (vab)
New stats code (vab)
Beginning Support for RPM package (spec file added) (vab)
Fix for search to return multiple keys w/ same id (vab)

Version 0.0.9
-------------
Autoconf checks for libpq and libpq-fe.h (vab)
patch for syslog formatting (vab)
General code clean up (vab)
lint complaint fixes (vab)
Support for 0x prefixes (vab)
Removal of "dangerous function" calls.  No calls where exploitable - just done to make auditing easier (vab)
cks_export written (vab)
minor progress on email syncing code (vab)
db schema changes to support old email syncing mechanisms (vab)
Bug fix for key merger bug (vab)

Version 0.0.8
-------------
Memory Clean-Up (Leak Fixes) (vab)
Data Structure Initialization fixes (vab)
Fix for a key merger bug (vab)
Copyright information added to source files (vab)
Radix Encoded Data Generation failure fix (vab)
General Code Clean Up (vab)
General Error Handling Improvements (vab)
sync_manage helper application written (vab)
Bug fix for ' escaping in radix encoded data (UIDs) (vab)
Additional Debugging code added (vab)
Result constants for key addition (vab)

Version 0.0.7
-------------
Working copy of cks_import (vab)
Fix for key merger bug  (vab)
Introduction of bad key flag in pubkey (vab)
Much improved error handling (vab)

Version 0.0.6
-------------
Code consolidation in preparation for pthreads deployment (vab)
Beginnings of Syslog support (vab)
Security Fix for sql injection bug (vab)
Fix for segfault on no signatures on keyids (vab)
Fix for segfault on merge with key with no ids (vab)
Fix for segfault on merge with key will no subkeys (vab)
support for addition of keyrings (vab)
Fix for segfault on UIDs (vab)

Version 0.0.5
-------------
New DB Schema (vab)
Query bug fix (vab)
Speed up patch (vab)
key merger bug fix (vab)
automake and autoconf support (vab)
multiple subkey support (vab)
subkey id generation fix (vab)
administrative programs (vab)
db schema changes (vab)
Full PGP2 support (vab)
Lots of bug fixes (vab)
new cksd socket code (vab)
pksd email sync program (vab)
GNU coding standards compliance improvements (vab)
config file support (vab)
automake and autoconf support added (vab)

Version 0.0.4
-------------
Primary Keys added to tables (vab)
Much more error checking (vab)
PGP7 Bug Fix (vab)
Limited Version PGP2 Support (vab)
Delete Keys Program (vab)
SRC format brought into more compliance with GNU Standards (vab)
Key material merge bugfix (vab)

Version 0.0.3
-------------
Large number of bug fixes (vab)
Major feature enhancements (vab)
Major speed improvements (vab)

Version 0.0.2
-------------
Large OID support added (vab)
Major feature enhancements (vab)
Large number of bugfixes (vab)

Version 0.0.1
-------------
Initial Release (vab)

