8
0

Accepting request 1090314 from devel:languages:perl:autoupdate

- updated to 6.70
   see /usr/share/doc/packages/perl-libwww-perl/Changes
  6.70      2023-04-30 13:22:56Z
      - Add cookie_jar_class attribute to allow different cookie jar modules
        to be used more easily (GH#91) (Tom Hukins, Julien Fiegehenn)
      - POD now contains all default attributes (GH#428) (Julien Fiegehenn)
  6.69      2023-04-29 13:14:31Z
      - Timeouts for cached connections now update (GH#73) (Eric Johnson)
      - The conn_cache() can now be unset (GH#424) (Julien Fiegehenn)
      - LWP::Protocol now only attempts to load modules once (GH#62) (Burak Gursoy)
      - Fix a bug in no_proxy that allowed partial matches to a proxy address
        to disable a proxy (GH#421) (Julien Fiegehenn)

OBS-URL: https://build.opensuse.org/request/show/1090314
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libwww-perl?expand=0&rev=131
This commit is contained in:
2023-06-01 15:10:56 +00:00
committed by Git OBS Bridge
parent 30d7e83b35
commit dc48797396
4 changed files with 27 additions and 5 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun May 7 03:08:14 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 6.70
see /usr/share/doc/packages/perl-libwww-perl/Changes
6.70 2023-04-30 13:22:56Z
- Add cookie_jar_class attribute to allow different cookie jar modules
to be used more easily (GH#91) (Tom Hukins, Julien Fiegehenn)
- POD now contains all default attributes (GH#428) (Julien Fiegehenn)
6.69 2023-04-29 13:14:31Z
- Timeouts for cached connections now update (GH#73) (Eric Johnson)
- The conn_cache() can now be unset (GH#424) (Julien Fiegehenn)
- LWP::Protocol now only attempts to load modules once (GH#62) (Burak Gursoy)
- Fix a bug in no_proxy that allowed partial matches to a proxy address
to disable a proxy (GH#421) (Julien Fiegehenn)
-------------------------------------------------------------------
Tue Feb 28 03:10:38 UTC 2023 - Tina Müller <timueller+perl@suse.de>