Revision history for String-CityHash

0.11      2012-11-19 14:03:11 Europe/Rome

 - Add a proper Changes file
 - Update city.cc to version 1.1.0 (incompatible change):
    + Note that hashes generated with the new version of the library are
      different from those generated using the old version.
 - Add cityhash32() function

0.10      2012-08-20 10:19:28 Europe/Rome

 - Require minimum perl version to avoid test failures
 - Do not use pack() Q format in tests since it is not portable
 - Portably return 64-bit ints in cityhash128

0.09      2012-08-14 11:36:54 Europe/Rome

 - Documentation fixes (no functional changes)

0.08      2012-07-07 12:56:50 Europe/Rome

 - Update GitHub repository name

0.07      2012-07-06 09:50:11 Europe/Rome

 - Include ppport.h
 - Add export tags :all, :cityhash64 and :cityhash128

0.06      2012-07-02 17:27:42 Europe/Rome

 - Provide *_bits() functions (GH#2) (thanks, @chipdude!)
 - Return only 64 bits at a time, and as UVs when possible (GH#2) (thanks, @chipdude!)

0.05      2011-10-17 20:37:52 Europe/Rome

 - Update city.cc to version 1.0.3
 - Fix the example in SYNOPSIS

0.04      2011-08-19 10:21:41 Europe/Rome

 - Add prototypes (GH#1) (thanks, @nevostruev!)
 - Fix conflict between perl and stdc++ macros (GH#1) (thanks, @nevostruev!)

0.03      2011-06-07 15:09:43 Europe/Rome

 - Improve portability of cityhash64()

0.02      2011-06-05 19:06:24 Europe/Rome

 - Add cityhash128()
 - Documentation fixes (no functional changes)

0.01      2011-06-04 11:02:05 Europe/Rome

 - Initial version