File rubygem-safe_yaml.changes of Package rubygem-safe_yaml
-------------------------------------------------------------------
Sat Mar 2 15:37:31 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 1.0.5
see installed CHANGES.md
1.0.5
-----
- fixed [#80](https://github.com/dtao/safe_yaml/issues/80): uninitialized constant DateTime
-------------------------------------------------------------------
Tue Oct 14 10:40:20 UTC 2014 - coolo@suse.com
- updated to version 1.0.4, no changelog
-------------------------------------------------------------------
Mon Oct 13 06:36:31 UTC 2014 - adrian@suse.de
- adapt to new rubygem packaging style
-------------------------------------------------------------------
Sun May 18 09:04:41 UTC 2014 - coolo@suse.com
- updated to version 1.0.3
- added warning when using Psych + an older version of libyaml
-------------------------------------------------------------------
Mon Jan 20 09:29:24 UTC 2014 - coolo@suse.com
- updated to version 1.0.1
- fixed handling for strings that look like (invalid) dates
-------------------------------------------------------------------
Sun Jan 5 14:39:53 UTC 2014 - coolo@suse.com
- updated to version 1.0.0
- updated date parsing to use local timezone
- **now requiring "safe_yaml/load" provides `SafeYAML.load` without clobbering `YAML`**
- fixed handling of empty files
- fixed some (edge case) integer parsing bugs
- fixed some JRuby-specific issues
-------------------------------------------------------------------
Thu Oct 10 14:20:44 UTC 2013 - coolo@suse.com
- updated to version 0.9.7
- made handling of document frontmatter more robust
- added more descriptive message to the warning for omitting the :safe option
- fixed handling of files with trailing content (after closing `---`)
-------------------------------------------------------------------
Wed Aug 7 05:34:40 UTC 2013 - coolo@suse.com
- updated to version 0.9.5
- fixed permissions AGAIN
-------------------------------------------------------------------
Sat Jul 20 11:13:43 UTC 2013 - coolo@suse.com
- updated to version 0.9.4
- corrected handling of symbols
- fixed permissions :(
-------------------------------------------------------------------
Fri Jun 7 06:02:54 UTC 2013 - coolo@suse.com
- updated to version 0.9.3
-------------------------------------------------------------------
Mon Jun 3 19:42:23 UTC 2013 - coolo@suse.com
- updated to version 0.9.2
- fixed error w/ parsing "!" when whitelisting tags
- fixed parsing of the number 0 (d'oh!)
-------------------------------------------------------------------
Sat May 25 13:37:04 UTC 2013 - coolo@suse.com
- initial package