SHA256
1
0
forked from pool/libical

Accepting request 101910 from home:tabraham1:branches:devel:libraries:c_c++

update to version 0.48

OBS-URL: https://build.opensuse.org/request/show/101910
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=19
This commit is contained in:
Ismail Dönmez
2012-01-28 18:30:13 +00:00
committed by Git OBS Bridge
parent a7af29730a
commit 433161cf2c
7 changed files with 22 additions and 189 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Jan 28 17:40:52 UTC 2012 - tabraham@novell.com
- Update to version 0.48
+ Allow duration specifications containing week along with day and
time. even though this is against the RFC, but apparently we
generate such durations so we need to be able to read them back.
+ handle the case of the ATTACH type be explicitly set to URI
+ added a lock to avoid threading problems when icaltimezone_parse_zone_tab
is called on multiple threads
+ bugfixes
- removed patches deprecated by this release:
- libical-0.46-fix-race.patch
- libical-0.46-fix-fatal-error-macro-usage.patch
- libical-0.46-fix-endless-loop.patch
-------------------------------------------------------------------
Mon Jan 23 17:50:24 UTC 2012 - cdenicolo@suse.com