Mercurial > p > roundup > code
diff CHANGES.txt @ 3822:2a60b68985db
Fix arbitrary limit on dates.
Dates can now be in the year-range 1-9999 for all backends except
metakit which is still limited to 1970-2038.
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Fri, 09 Mar 2007 10:25:10 +0000 |
| parents | 5ed4c9d30148 |
| children | bf2e9535da00 |
line wrap: on
line diff
--- a/CHANGES.txt Tue Feb 20 05:30:17 2007 +0000 +++ b/CHANGES.txt Fri Mar 09 10:25:10 2007 +0000 @@ -2,6 +2,9 @@ are given with the most recent entry first. 2007-??-?? +Feature: +- Dates can now be in the year-range 1-9999 except for metakit which is + still limited to 1970-2038. Fixed: - Handling of unset Link search in RDBMS backend
