version 1.10, 2007-05-14:
=========================
* [from_fstring] in printers recognizes more formats. (Sean Seefried's suggestion)
* add [Printer.set_word_regexp]

version 1.09.6, 2006-07-07:
===========================
* bug fixed in Date.to_business (on some dates in the last days of january)

version 1.09.5, 2006-05-26:
===========================
* bug fixed in nth_weekday_of_month

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)
* bug fixed when checking bounds in Time_Zone (patch of Daniel Peng)

version 1.09.3, 2005-01-17:
===========================
* bug fixed in Date.to_business

version 1.09.2, 2004-12-15:
===========================
* bug fixed in Date.from_unixfloat and Date.from_unixtm with time zones <> UTC

version 1.09.1, 2004-11-17:
===========================
* bug fixed in Calendar.to/from_unixfloat with time zones <> UTC
* add @since in the API documentation
* META file is now writable

version 1.09.0, 2004-11-13:
===========================
* add Date.to_business and Date.from_business (Richard Jone's suggestion)
* add the optional parameter ?month to Date.days_in_year
	(Richard Jones' suggestion)
* add Date.nth_weekday_of_month (Richard Jones' suggestion)
* Date: add some Christian dates (Richard Jones' suggestion)
* add Date.Period.ymd and Calendar.Period.ymds
* Printer: add the format string %i corresponding to the ISO-8601 notation
* Printer: ISO-8601 notation is now the default format
* add [equal] in all the modules
* Calendar.Period: bug fixed with negative period
* bug fixed in Calendar.to/from_unixfloat and Date.to/from_unixfloat
* bug fixed in weeks_in_year

version 1.08, 2004-05-18:
=========================
* add [week_first_last] computing the first and last days of a week in a year

version 1.07, 2004-03-22:
=========================
* compile even if no ocaml native compiler is available
	(from a patch of Stefano Zacchiroli)
* documentation of the API with ocamldoc

version 1.06, 2003-12-05:
=========================
* compile with an optimized compiler (ocamlopt.opt or ocamlc.opt) if possible
* improved "make install"

version 1.05, 2003-09-18:
=========================
* add module Printer (from a suggestion of Stefano Zacchiroli)
* remove to_string and from_string from Date, Time and Calendar
(replaced by functions of Printer)
* Str library is no longer necessary
* add labelled version of make in Date, Time and Calendar

version 1.04, 2003-08-31:
=========================
* add getters in Time.Period, Date.Period and Calendar.Period
	(from a suggestion of Christoph Bauer)

version 1.03, 2003-08-25:
=========================
* add "to_time" in Calendar (Julien Forest's suggestion)

version 1.02, 2003-08-18:
=========================
* bug fixed in configure.in (calendar now works with caml version > 3.06)

version 1.01, 2003-07-16:
=========================
* change "minut" by "minute"
* change "egal" by "equal"
* change "GMT" by "UTC"
* add to_unixtm, from_unixtm, to_unixfloat and from_unixfloat in 
	Date and Calendar

(Thank's to Eric C. Cooper for those suggestions)

version 1.0, 2003-07-11: 
========================
* first release
