diff options
Diffstat (limited to 'libical/NEWS')
-rw-r--r-- | libical/NEWS | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/libical/NEWS b/libical/NEWS index 9be3a9131f..c4bc3db38f 100644 --- a/libical/NEWS +++ b/libical/NEWS @@ -1,3 +1,28 @@ +Version 0.22, 15 Jan 01 ( cvs tag libical-0-22) +---------------------------------------------- + +Many improvements to the time routines in icaltime.c. I think that +they actually make sense now. Note that there is an interface change +with icaltime_from_timet() -- I removed the is_utc parameter, since +all timet values are in UTC. Use icaltime_from_int() if you really +want the old interface + +Major improvements to icalfileset. icalfileset_select now works and so +does file locking. + +Minor revision to the documentation, but it does include a new section +on file storage ( icalfileset ) and time ( icaltime.c) + +Lots of bug fixes and small patches. + +I improved the regression test in src/test/regression.c. It now have +command line switches to select specific tests ( undocumentated, of +course ) and more of the tests include asserts, so you can just run it +without looking at the output. If the test runs without crashing, it +is mostly OK. + + + Version 0.21, 20 Nov 00 ( cvs tag libical-0-21) ---------------------------------------------- |