File rubygem-http-cookie.changes of Package rubygem-http-cookie
-------------------------------------------------------------------
Mon Feb 3 09:50:56 UTC 2025 - Dan Čermák <dan.cermak@posteo.net>
- ## 1.0.8 (2024-12-05)
- `Cookie#expires=` accepts `DateTime` objects. (#52) @luke-hill @flavorjones
-------------------------------------------------------------------
Mon Nov 4 16:52:37 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- ## 1.0.7 (2024-06-06)
- Explicitly require "cgi" to avoid `NameError` in some applications. (#50 by @flavorjones)
## 1.0.6 (2024-06-01)
- Fix error formatting bug in HTTP::CookieJar::AbstractStore (#42 by @andrelaszlo)
- Allow non-RFC 3986-compliant URLs (#45 by @c960657)
- Add coverage for Ruby 3.2 and 3.3 (#46 by @flavorjones)
- Quash ruby 3.4 warnings (#47 by @flavorjones)
-------------------------------------------------------------------
Fri Jun 21 10:02:35 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 1.0.6, see bundled CHANGELOG.md
-------------------------------------------------------------------
Thu Aug 4 13:14:52 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 1.0.5
see installed CHANGELOG.md
-------------------------------------------------------------------
Wed Aug 25 12:41:06 UTC 2021 - Dan Čermák <dcermak@suse.com>
- Cleanup spec
-------------------------------------------------------------------
Thu Jun 24 17:30:51 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 1.0.4
see installed CHANGELOG.md
## Unreleased
- Support Mozilla's cookie storage format up to version 7.
- Fix the time representation with creationTime and lastAccessed in
MozillaStore. (#8)
-------------------------------------------------------------------
Sat Oct 1 04:40:47 UTC 2016 - coolo@suse.com
- updated to version 1.0.3
see installed CHANGELOG.md
## 1.0.3 (2016-09-30)
- Treat comma as normal character in HTTP::Cookie.cookie_value_to_hash
instead of key-value pair separator. This should fix the problem
described in CVE-2016-7401.
-------------------------------------------------------------------
Fri Sep 13 11:06:22 UTC 2013 - coolo@suse.com
- updated to version 1.0.2
- Fix HTTP::Cookie.parse so that it does not raise ArgumentError
when it finds a bad name or value that is parsable but considered
invalid.
-------------------------------------------------------------------
Fri May 24 08:37:46 UTC 2013 - coolo@suse.com
- initial package