SHA256
1
0
forked from pool/libical

Accepting request 866416 from home:dirkmueller:branches:devel:libraries:c_c++

- update to 3.0.9:
  * Add support for empty parameters, e.g. CN=""
  * Accept VTIMEZONE with more than one X- property
  * Several fixes for recurrences containing BYWEEKNO
  * icalrecurrencetype_from_string() will reject any RRULE that contains a
    rule-part that occurs more than once
  * Improve thread safety
  * Fix compiled-in path for the built-in timezone data
  * Fix reading TZif files with empty v1 data (use v2+ whenever possible)
  * Add backwards compatibility for previous TZIDs
  * Built-in timezones updated to tzdata2020d
  * Fix build with newer libicu
  * Fix cross-compile support in libical-glib 
- remove 0001-Fix-build-with-icu-68.1.patch libical-read-v2-v3-data.patch:
  upstream

OBS-URL: https://build.opensuse.org/request/show/866416
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=74
This commit is contained in:
2021-01-30 08:07:08 +00:00
committed by Git OBS Bridge
parent 7a1c9089db
commit d1524314ae
6 changed files with 37 additions and 296 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Jan 24 20:01:42 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 3.0.9:
* Add support for empty parameters, e.g. CN=""
* Accept VTIMEZONE with more than one X- property
* Several fixes for recurrences containing BYWEEKNO
* icalrecurrencetype_from_string() will reject any RRULE that contains a
rule-part that occurs more than once
* Improve thread safety
* Fix compiled-in path for the built-in timezone data
* Fix reading TZif files with empty v1 data (use v2+ whenever possible)
* Add backwards compatibility for previous TZIDs
* Built-in timezones updated to tzdata2020d
* Fix build with newer libicu
* Fix cross-compile support in libical-glib
- remove 0001-Fix-build-with-icu-68.1.patch libical-read-v2-v3-data.patch:
upstream
-------------------------------------------------------------------
Fri Dec 4 23:18:50 UTC 2020 - Michael Gorse <mgorse@suse.com>