File rubygem-icalendar.changes of Package rubygem-icalendar
-------------------------------------------------------------------
Mon Nov 4 16:53:59 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 2.10.3, see bundled CHANGELOG.md
-------------------------------------------------------------------
Mon Jan 29 14:07:55 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 2.10.1, see bundled History.txt
-------------------------------------------------------------------
Tue Nov 14 18:29:49 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 2.10.0, see bundled History.txt
-------------------------------------------------------------------
Thu Aug 4 13:15:19 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 2.8.0
see installed History.txt
=== 2.8.0 2022-07-10
* Fix compatibility with ActiveSupport 7 - Pat Allan
* Set default action of "DISPLAY" on alarms - Rikson
* Add license information to gemspec - Robert Reiz
* Support RFC7986 properties - Daniele Frisanco
-------------------------------------------------------------------
Thu Jun 24 17:31:17 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 2.7.1
see installed History.txt
=== 2.7.1 2021-03-14
* Recover from bad line-wrapping code that splits in the middle of Unicode code points
* Add a verbose option to the Parser to quiet some of the chattier log entries
-------------------------------------------------------------------
Fri Sep 25 14:11:29 UTC 2020 - Stephan Kulow <coolo@suse.com>
updated to version 2.7.0
see installed History.txt
=== 2.7.0 2020-09-12
* Handle custom component names, with and without X- prefix
* Fix Component lookup to avoid namespace collisions
-------------------------------------------------------------------
Mon Feb 10 14:54:03 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 2.6.1
see installed History.txt
=== 2.6.1 2019-12-07
* Improve performance when generating large ICS files - Alex Balhatchet
=== 2.6.0 2019-11-26
* Improve performance for calculating timezone offsets - Justin Howard
* Make it possible to de/serialize with Marshal - Pawel Niewiadomski
* Avoid FrozenError when running with frozen_string_literal
* Update minimum Ruby version to supported versions
-------------------------------------------------------------------
Thu Mar 14 10:58:01 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 2.5.3
see installed History.txt
=== 2.5.3 2019-03-04
* Improve parsing performance - nehresma
* Support tzinfo 2.0 - Misty De Meo
-------------------------------------------------------------------
Wed Dec 19 07:09:18 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to version 2.5.2
see installed History.txt
=== 2.5.2 2018-12-08
* Remove usage of the global TimezoneStore instance, in favor of a local variable in the parser
* Deprecate TimezoneStore class methods
-------------------------------------------------------------------
Thu Nov 22 05:17:30 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to version 2.5.1
see installed History.txt
=== 2.5.1 2018-10-30
* Fix usage without ActiveSupport installed.
=== 2.5.0 2018-09-10
* Set timezone information from VTIMEZONE components in cases that ActiveSupport can't figure it out (or isn't installed)
* Prevent rewinding the Parser IO input during parsing - Niels Laukens
* Update tested/supported ruby versions & documentation updates.
-------------------------------------------------------------------
Sun Sep 4 04:35:24 UTC 2016 - coolo@suse.com
- updated to version 2.4.1
see installed History.txt
-------------------------------------------------------------------
Tue Jul 5 04:30:02 UTC 2016 - coolo@suse.com
- updated to version 2.4.0
see installed History.txt
=== 2.4.0 2015-07-04
* Enable parsing individual ICalendar components - Patrick Schnetger
* many bug fixes. Thanks to Quan Sun, Garry Shutler, Ryan Bigg, Patrick Schnetger and others
* README/documentation updates. Thanks to JonMidhir and Hendrik Sollich
-------------------------------------------------------------------
Tue Apr 28 07:46:47 UTC 2015 - coolo@suse.com
- updated to version 2.3.0
see installed History.txt
=== 2.3.0 2015-04-26
* fix value parameter for properties with multiple values
* fix error when assigning Icalendar::Values::Array to a component
* Fall back to Icalendar::Values::Date if Icalendar::Values::DateTime is not given a properly formatted value
* Downcase the keys in ical_params to ensure we aren't assigning both tzid and TZID
-------------------------------------------------------------------
Tue Feb 10 17:55:41 UTC 2015 - coolo@suse.com
- updated to version 2.2.2
-------------------------------------------------------------------
Mon Oct 13 12:16:24 UTC 2014 - coolo@suse.com
- adapt to new rubygem packaging
-------------------------------------------------------------------
Mon Jul 28 05:28:20 UTC 2014 - coolo@suse.com
- updated to version 2.1.1
* Quiet TimeWithZone support logging
* Use SecureRandom.uuid - antoinelyset
=== 2.1.0 2014-06-17
* Enable parsing all custom properties, not just X- prefixed ones
Requires non-strict parsing
* Fixed bugs when using non-MRI ruby interpreters
* Fix bug copying OpenStruct-backed value types
-------------------------------------------------------------------
Sun May 18 09:04:33 UTC 2014 - coolo@suse.com
- updated to version 2.0.1
* Re-add support for ruby 1.9.2
* Add Icalendar.logger class & logging in Parser
* Support tzinfo ~> 0.3 and ~> 1.1
* Add uid & acknowledged fields from valarm extensions
* Swallow NoMethodError on non-strict parsers
* Expose a parse_property method on Icalendar::Parser
* Rewrite for easier development going forward.
-------------------------------------------------------------------
Sun Mar 23 06:56:31 UTC 2014 - coolo@suse.com
- updated to version 1.5.2
* Output timezone components first
* Fix undefined local variable or method 'e' - Jason Stirk
-------------------------------------------------------------------
Tue Mar 18 14:57:19 UTC 2014 - coolo@suse.com
- updated to version 1.5.1
* Check for dtend existence before setting timezone - Jonas Grau
* Clean up and refactor components - Kasper Timm Hansen
-------------------------------------------------------------------
Mon Dec 9 11:39:34 UTC 2013 - coolo@suse.com
- updated to version 1.5.0
* Support for custom x- properties - Jake Craige
-------------------------------------------------------------------
Fri Nov 22 08:40:34 UTC 2013 - coolo@suse.com
- updated to version 1.4.5
* Fix Geo accessor methods - bouzuya
* Add ical_multiline_property :related_to for Alarm
* Allow using multi setters to append single values
=== 1.4.4 2013-11-05
* Allow user to handle TZInfo::AmbiguousTime error - David Bradford
* Better handling of multiple exdate and rdate values
-------------------------------------------------------------------
Mon Sep 23 14:53:03 UTC 2013 - coolo@suse.com
- updated to version 1.4.3
* Fix concatenation of multiple BYWEEK or BYMONTH recurrence rules
-------------------------------------------------------------------
Fri Sep 13 11:06:23 UTC 2013 - coolo@suse.com
- updated to version 1.4.2
* Double Quote parameter values that contain forbidden characters
* Update Component#respond_to? to match Ruby 2.0 - Keith Marcum
-------------------------------------------------------------------
Tue Jul 30 18:46:56 UTC 2013 - coolo@suse.com
- updated to version 1.4.1
* Don't escape semicolon in GEO property - temirov
* Allow access to various parts of RRule class
-------------------------------------------------------------------
Thu Jun 6 05:29:56 UTC 2013 - coolo@suse.com
- updated to version 1.4.0
* Implement ACKNOWLEDGED property for VALARM - tsuzuki08
* Output VERSION property as first line after BEGIN:VCALENDAR
* Check for unbounded timezone transitions in tzinfo
* Lenient parsing mode ignores unknown properties - David Grandinetti
* VTIMEZONE positive offsets properly have "+" prepended (Fixed issue
#18) - Benjamin Jorgensen (sorry for misspelling your last name)
* Proxy component values now frozen in Ruby 2.0 (Fixed issue #17)
* Clean up gemspec for cleaner installing via bundler/git
* Call `super` from Component#method_missing
* Clean up warnings in test suite
* Add Gemfile for installing development dependencies
* added TZURL property to Timezone component - spacepixels
* correct days in RRule ("[TU,WE]" -> "TU,WE") - Christoph Finkensiep
-------------------------------------------------------------------
Sat Dec 1 14:20:46 UTC 2012 - coolo@suse.com
- updated to version 1.2.1
* Adds uid property to alarms to support iCloud - Jeroen Jacobs
* Fix up testing docs - Eric Carty-Fickes
* Fix parsing property params that have : in them - Sean Dague
* Clean up warnings in test suite - Sean Dague
-------------------------------------------------------------------
Fri Aug 31 14:59:48 UTC 2012 - coolo@suse.com
- updated to version 1.2.0
* Fix calendar handling for dates < 1000 - Ryan Ahearn
* Updated license to GPL/BSD/Ruby at users option
-------------------------------------------------------------------
Wed Aug 1 09:52:05 UTC 2012 - coolo@suse.com
- updated to version 1.1.6
-------------------------------------------------------------------
Fri Jun 11 17:33:23 UTC 2010 - mrueckert@suse.de
- update to version 1.1.4
* Fix for RRULE escaping
* Fix tests so they run under 1.8.7 in multiple environments
* Readme fix
- additional changes from version 1.1.3
* Revert component sorting behavior that I was trying to make
the tests run more consistantly on different platforms.
* Added new test for multiple events in a calendar which caught
that break.
- additional changes from version 1.1.2
* Convert project to newgem to make for easier publishing
-------------------------------------------------------------------
Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de
- use rubygems_requires macro
-------------------------------------------------------------------
Thu Dec 17 11:20:52 CET 2009 - prusnak@suse.cz
- created package