summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorStefano Zacchiroli <zack@upsilon.cc>2009-02-18 18:28:30 +0100
committerStefano Zacchiroli <zack@upsilon.cc>2009-02-18 18:28:30 +0100
commitba27ecd720e87948ecd2075fdbf38962fe33e183 (patch)
tree601782a75572873dd09f19a7d09dd8f8a03ffe39 /CHANGES
parentacc9772b172aab37ea69d10ad5f50f79f0e61e47 (diff)
Imported Upstream version 2.01
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES34
1 files changed, 32 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 6e2855f..0d13935 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,33 @@
+version 2.01, 2009-01-26:
+=========================
+* new formats available for printers and parsers
+ o %C century: as %Y without the two last digits
+ o %F replace %i which is now deprecated
+ o %P am or pm
+ o %R shortcut for %H:%M
+ o %s number of seconds since 1970/1/1
+ o %z time zone in the form +hhmm (from Warren Harris' suggestion)
+ o %:z time zone in the form +hh:mm (from Warren Harris' suggestion)
+ o %::z time zone in the form +hh:mm:ss (from Warren Harris' suggestion)
+ o %:::z time zone in the form +hh (from Warren Harris' suggestion)
+* new paddings available for printers
+ o 0 (zero): pad fields with zeroes like by default
+ o ^: use uppercase if possible
+* test suite now uses Utils.Float.equal if required (patch of Richard Jones)
+* calendarLib.cma and calendarLib.cmxa are now installed
+ (Janne Hellsten and Guillaume Yziquel's suggestion)
+* small bug fixed in make install
+* support of win64 (patch of David Allsopp)
+
+version 2.0.4, 2008-07-07:
+==========================
+* [Printer] bug fixed with "%j"
+* [Printer] support of "%w" and "%V" in parsers of date from string
+
+version 2.0.3, 2008-05-22:
+==========================
+* module Period was not properly linked
+
version 2.0.2, 2008-03-17:
==========================
* Windows build problems fixed (patch of David Allsopp)
@@ -34,7 +64,7 @@ version 2.0, 2008-02-08:
version 1.10, 2007-05-14:
=========================
-* [from_fstring] in printers recognizes more formats.
+* [from_fstring] in printers recognizes more formats.
(Sean Seefried's suggestion)
* add [Printer.set_word_regexp]
@@ -49,7 +79,7 @@ version 1.09.5, 2006-05-26:
version 1.09.4, 2006-02-13:
===========================
* bug fixed in printers with %I, %l, %p and %r (patch of Jerry Charumilind)
-* add Time_Zone.is_dst and Time_Zone.hour_of_dst (from a suggestion of D. Peng)
+* add Time_Zone.is_dst and Time_Zone.hour_of_dst (Daniel Peng's suggestion)
* bug fixed when checking bounds in Time_Zone (patch of Daniel Peng)
version 1.09.3, 2005-01-17: