From 24d2b604976c8c8648b0f89ba43ecd3a67efb726 Mon Sep 17 00:00:00 2001 From: Alexander Gladysh Date: Sat, 10 Mar 2012 16:38:05 +0400 Subject: [PATCH] HISTORY: fixed typos --- HISTORY | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY b/HISTORY index 4ac5283..a10f99e 100644 --- a/HISTORY +++ b/HISTORY @@ -1,14 +1,14 @@ Version 0.1.2 (2012-03-10) ========================== -* GEOIP_MEMORY_CACHE is now a default option when opening a DB -* Fixed some compiler warnings -* Improved tests +* GEOIP_MEMORY_CACHE is now a default option when opening a DB. +* Fixed some compiler warnings. +* Improved tests. Version 0.1.1 (2011-03-09) ========================== -* Made code more compartible with C89 +* Made code more compatible with C89. * Charset parameter no longer ignored in `city.open()` and `country.open()`. Version 0.1 (2011-03-07)