diff options
author | Seth Alves <alves@src.gnome.org> | 2000-06-07 06:48:11 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-06-07 06:48:11 +0800 |
commit | af805a2733c9e2ca44e27360c6162d60cfc1aa53 (patch) | |
tree | e55d899b9ff25915fc96362b86efd5fbb3b0d0e7 /libical/NEWS | |
parent | f03975a652d1c91bad5a5b107ffaaea0889a5766 (diff) | |
download | gsoc2013-evolution-af805a2733c9e2ca44e27360c6162d60cfc1aa53.tar gsoc2013-evolution-af805a2733c9e2ca44e27360c6162d60cfc1aa53.tar.gz gsoc2013-evolution-af805a2733c9e2ca44e27360c6162d60cfc1aa53.tar.bz2 gsoc2013-evolution-af805a2733c9e2ca44e27360c6162d60cfc1aa53.tar.lz gsoc2013-evolution-af805a2733c9e2ca44e27360c6162d60cfc1aa53.tar.xz gsoc2013-evolution-af805a2733c9e2ca44e27360c6162d60cfc1aa53.tar.zst gsoc2013-evolution-af805a2733c9e2ca44e27360c6162d60cfc1aa53.zip |
merge libical-0.17 onto the head
svn path=/trunk/; revision=3449
Diffstat (limited to 'libical/NEWS')
-rw-r--r-- | libical/NEWS | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libical/NEWS b/libical/NEWS index d5fd9cb9cf..71f18ff45b 100644 --- a/libical/NEWS +++ b/libical/NEWS @@ -1,3 +1,22 @@ +Version 0.17 15 May 00 (cvs tag libical-0-17 ) +--------------------------------------------- + +Fixed two bugs that added extraneous '/' to test values + +Fixed type in internal string for the COUNTER method + +Eliminated a mempry leak in icalparser.c + + +Version 0.16a 29 April 00 +---------------------------------------------- + +Fixed bug in icalvalue_new_from_string that caused METHOD value to +choke on non standard input. + +Fixed a memory leak in icalparser_add_line -- failed to free 'line' + + Version 0.16 5 April 00 ( cvs tag libical-0-16) ---------------------------------------------- |