SHA256
1
0
forked from pool/libical

Accepting request 582201 from home:jengelh:branches:ical3

- Update to new upstream release 3.0.3

OBS-URL: https://build.opensuse.org/request/show/582201
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=47
This commit is contained in:
2018-03-05 10:12:44 +00:00
committed by Git OBS Bridge
parent 3bc8bea59f
commit 91dfbdaa2d
11 changed files with 36 additions and 330 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Mar 3 10:36:33 UTC 2018 - jengelh@inai.de
- Update to new upstream release 3.0.3
* Various changes to the API over 2.x.
* Fixed use-after-free issues and some memory leaks
* More accurate VTIMEZONE generation when using the system time
zone data (when USE_BUILTIN_TZDATA=False)
* icalvalue_new/set_date and icalvalue_new/set_datetime now
enforce DATE and DATE-TIME values respectively.
* draft-ietf-calext-extensions (RFC 7986) support added.
* Parameter values are now en/decoded per RFC 6868.
* Added support for VPATCH component.
- Disable building static libs, nothing seems to be using it.
- Remove 0001-build-ICU-must-appear-as-Requires-in-pkgconfig.patch,
libical-boo986631-read-past-end.patch,
libical-boo986631-check-prev-char.patch,
libical-parser-sanity-check.patch,
libical-timezone-use-after-free.patch,
libical-boo1015964-use-after-free.patch (all are upstream)
-------------------------------------------------------------------
Wed Feb 28 16:35:25 UTC 2018 - dimstar@opensuse.org