1.1.3
  - Makefile fix for 'make dep' if .depend does not exist. Issue #4
  - Makefile fix: sks and sks_add_mail fail to link w/o '-ccopt -pg'
    Issue #23
  - Added -disable_mailsync and -disable_log_diffs to sks.pod 
  - Added file extensions .css, .jpeg, .htm, .es, .js, .xml, .shtml, .xhtm,
    .xhtml and associated MIME types to server code. Part of Issue #6
  - Added sample configuration files in sampleConfig directory
  - Added sample web page files in sampleWeb directory. Issues #7, 9, 19
  - Allow requests for non-official options hget, hash, status, & clean to 
    be preceded by '-x'. Closes issues #10, 11, 13, & 14. 
  - Allow &search with long subkey ID (16 digit) and subkey fingerprint
    subkey lookup was failing with other than a short key ID. However,
    public key lookup was working with short and long key ID and fingerprints.
    This patch makes subkey lookup behave the same as full key lookup.
    http://lists.gnupg.org/pipermail/gnupg-users/2012-January/043495.html
    Initial patch sumbitted by Dan McGee (dpmcgee@gmail.com).
    Cleanup by Yaron Minsky
  - Patch recon script so that POST includes HTTP version number.
    Patch submitted by Daniel Kahn Gilmor

1.1.2:
  - HTML generated by SKS has been cleaned up to pass XHTML 1.0 Strict
    without error or warnings
  - Added HTTP/1.0 after POST, '-' added to safe characters for webserver,
    Add '.html' (text/html) to list of supported file extensions for web server 
  - Johan van Selst's patch implementing Phil Pennock's suggestion
      of an X-HKP-Results-Count: header to returned web server queries
  - Johan van Selst's patch to add Content-length header to web results
  - DB Statistics are kept for 30 days instead of 7
  - SIGUSR2 now triggers on-demand statistics
  - sks dump should ignore -USR1 and -USR2
  - Remove XA support which Oracle dropped in DB 4.8 (& restored in DB 5.2)
  - Work-around in bdb_stubs.c for DB_XA_CREATE dropped after DB 4.7
  - Import debian patch 508_build_fastbuild.patch for improved sks_build script
  - always display number of hashes received for better statistics in recon.log
  - Fix 'sks dump' usage: help message syntax 
  - Fix documentation to explicit that hkp_address and recon_address can 
    contain both IP addresses and domain names.
  - Fix documentation with ambiguity of -n when used with build and fastbuild
  - Spelling corrections
  - BUGFIX: do not leak the joined cursor in Keydb.get_by_words.

1.1.1:
  - Fix tail recursion for reconciliation with huge differences.
  - fixed bug in handling of send_mailsyncs flag
  - BUGFIX: The last word of a user id was not properly case converted.
  - Makefile fixes
  - imported patch sksdump-recursion 
  - imported patch reconsever-resilience
  - imported patch multiple-addresses 
  - imported patch full-rrset 
  - imported patch dbsyc-on-sigusr1 
  - imported patch ignore-sigusr2 
  - imported patch increase-wserver-timeout 
  - imported patch spider-set-starthost 
  - imported patch spider-add-buildtarget 
  - [mq]: dns-refresh-patch 
  - imported patch spider-target-fix
  - [mq]: pdp-smallfixes

1.1.0:
  - Numerix has been ripped out.  OCaml's Big_int implementation is
    used instead.
  - version of Berkeley DB has been upgraded to 4.6.
  - The sks.pod file has been added to the src tarball
  - Some small changes to index view

1.0.5:
  - subkey indexing added
  - removal of most executables.  Now single "sks" executable used for almost
    everything.
  - Numerix tarball updated to include GPL notices in each file
  - SKS files updated to include GPL notices in each file
  - SKS can be configured to listen to two ports for HKP access.

1.0.3: added simple built-in webserver so that index page can be served by
       sks_db.  This should make it easier to put sks on port 80.  Also,
       sks can now be launched from any directory, as long as the -basedir
       command-line option is used to specify the location of the sks
       directory. 

1.0.2: Serious database corruption bug in fastbuild and build fixed.  Also,
       client.ml modified to avoid Yet Another Deadlock Bug. 

(...many versions skipped...)

0.1.3: Added interoperability with PKS-style email synchronization, plus
       numerous bugfixes.

0.1.2: Omitted key fix from above upload having to do with key fetching
       post-reconciliation.   Key fetching should work now.

0.1.1: Fixed HTML response pages to work better with GPG and other automated
       systems.  Also some Makefile fixes and documentation updates.

0.1.0: Initial public release


