File perl-Net-Whois-RIPE.changes of Package perl-Net-Whois-RIPE
-------------------------------------------------------------------
Mon Apr 12 03:09:20 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 2.008001
see /usr/share/doc/packages/perl-Net-Whois-RIPE/Changes
2.008001 2021-04-10
- Update to catch up with multiple RIPE database modifications (1.99):
- Slight update in README files
-------------------------------------------------------------------
Fri Feb 7 03:14:07 UTC 2020 - <timueller+perl@suse.de>
- updated to 2.007004
see /usr/share/doc/packages/perl-Net-Whois-RIPE/Changes
2.007004 2020-02-06
- Improve tests to better handle network issues
- Improve tests to better cope with old Perl versions
- Update/sync authors/ownership data
-------------------------------------------------------------------
Tue Feb 4 03:14:03 UTC 2020 - <timueller+perl@suse.de>
- updated to 2.007003
see /usr/share/doc/packages/perl-Net-Whois-RIPE/Changes
2.007003 2020-02-03
- Add List::Utils to the prerequisites (Kwalitee)
- Update copyright/authors/sponsor information
- Attempt to fix the undefined line bug
-------------------------------------------------------------------
Fri Jan 24 03:10:39 UTC 2020 - <timueller+perl@suse.de>
- updated to 2.007002
see /usr/share/doc/packages/perl-Net-Whois-RIPE/Changes
-------------------------------------------------------------------
Thu Jan 23 03:11:07 UTC 2020 - <timueller+perl@suse.de>
- updated to 2.007001
see /usr/share/doc/packages/perl-Net-Whois-RIPE/Changes
2.007001 2020-01-16
- Minor improvement to fix Kwalitee issues (use strict, non ASCII characters in POD)
-------------------------------------------------------------------
Fri Jan 17 03:08:15 UTC 2020 - <timueller+perl@suse.de>
- updated to 2.007
see /usr/share/doc/packages/perl-Net-Whois-RIPE/Changes
-------------------------------------------------------------------
Fri Mar 1 21:21:32 UTC 2019 - Dirk Stoecker <opensuse@dstoecker.de>
- updated to 2.006002
see /usr/share/doc/packages/perl-Net-Whois-RIPE/Changes
-------------------------------------------------------------------
Fri Nov 3 06:44:12 UTC 2017 - coolo@suse.com
- updated to 2.006001
see /usr/share/doc/packages/perl-Net-Whois-RIPE/Changes
2.006001 2017-11-2
- Fix bug when hostname was used in constructor
- Dirty workaround to handle RADB until a complete handling is written
-------------------------------------------------------------------
Sun Sep 20 16:12:05 UTC 2015 - coolo@suse.com
- updated to 2.006
see /usr/share/doc/packages/perl-Net-Whois-RIPE/Changes
2.006000 2015-05-23
- Fix bug in attribute autogeneration which affected Inet6Num.pm
2.005006 2015-05-23
- Add helper scripts to automatically cope with RIPE database modification
- Modify Objects to match RIPE database version 1.79.2
- Fix to make Net::Whois::Object now emit warning instead of dieing on unknwon attribute
-------------------------------------------------------------------
Tue Apr 14 21:18:03 UTC 2015 - coolo@suse.com
- updated to 2.005005
see /usr/share/doc/packages/perl-Net-Whois-RIPE/Changes
2.005005 2015-03-26
- Fix to make Net::Whois::Generic use 'hostname' parameter
(reported by Stanislav Sinyagin)
- Fix on Net::Whois::Object::AutNum to accept lowecase AutNum name
-------------------------------------------------------------------
Sat Mar 22 19:05:18 UTC 2014 - coolo@suse.com
- updated to 2.005001
-------------------------------------------------------------------
Tue Nov 26 07:35:31 UTC 2013 - coolo@suse.com
- updated to 2.005001
- Add support for APNIC objects through Net::Whois::Generic
- Simplify query options handling in Net::Whois::Generic
(remove keepalive options)
- Start adding some documentation (far from enough although)
- Add support for generic objects (from various sources, AFRINIC being the first implemented)
through Net::Whois::Generic
-------------------------------------------------------------------
Tue Aug 6 17:49:09 UTC 2013 - coolo@suse.com
- updated to 2.004002
- Add 'abuse_c' to AutNum object
(https://www.ripe.net/ripe/docs/ripe-563)
-------------------------------------------------------------------
Sat Jul 27 11:58:51 UTC 2013 - coolo@suse.com
- updated to 2.004001
- Remove Test::Exception requirement
- Add one test
- Fix 'delete' mode on accessor
- Add awhois.pl skeleton script
Another contribution from Moritz Lenz :
- Add abuse_c field to Organisation
- Inet6num has an attribute 'assignment_size'
- Unknown attributes in Object->new do not die anymore
- Add 'delete' mode to attribute update
- Minor documentation fix
- Add the clone() method to Net::Whois::Object
- Enhance accessor for multiple value attributes
(enable multiple values in default append mode, add a replace mode)
- Add a README.md skeleton for github
- Changes date format in Changes file
(to comply to Test-Changes spec)
- Add new attributes (geoloc, language, abuse_mailbox) to Organisation object
Add 'geoloc', 'language', 'abuse_mailbox' to the Organisation object
Add 'org' to the PeeringSet object
Add 'org' attribute to the RtrSet object
Add 'org' attribute to the RouteSet object
Add 'pingable', 'ping_hdl' and 'org' attribute to the Route(6) objects
Add 'org' attribute to the Role object
Add 'org' and 'abuse_mailbox' attribute to the Person object
Add 'geoloc' and 'language' attribute to the InetNum object
Add 'geoloc' and 'language' attribute to Inet6Num object
Add 'org' and 'mnt_lower' attribute to AsSet object
Update tests accordingly
-------------------------------------------------------------------
Fri Nov 25 02:35:38 UTC 2011 - vcizek@suse.com
- update to 2.00009
- bugfix
- licence in spdx format
-------------------------------------------------------------------
Thu Oct 27 01:33:56 UTC 2011 - vcizek@suse.com
- update to 2.00008
- New option that enables unfiltered object output responses.
This produces objects that can be presented back to the
RIPE Database for updating.
-------------------------------------------------------------------
Wed Mar 16 22:21:28 UTC 2011 - chris@computersalat.de
- fix deps
o Req: perl(IO::Socket::INET), perl(IO::Select)
- fix License
o perl -> GPL+ or Artistic
-------------------------------------------------------------------
Wed Feb 16 12:24:08 UTC 2011 - vcizek@novell.com
- update to 2.00003
* allow almost all query options understanded by the RIPE Database Server
* using perl-Iterator, instead of own iterator implementation
-------------------------------------------------------------------
Sat Feb 5 00:05:10 UTC 2011 - chris@computersalat.de
- update to 2.00002
* This is a complete rewrite of version 1.31 of the module, which I
inherited from Paul Gampe during the time I've worked for the
RIPE NCC, between Nov 2007 and Feb 2010.
- noarch pkg
-------------------------------------------------------------------
Wed Dec 1 13:34:14 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Tue Oct 19 08:38:52 UTC 2010 - coolo@novell.com
- add perl as explicit buildrequire
-------------------------------------------------------------------
Mon Jan 25 13:39:39 CET 2010 - anicka@suse.cz
- update to 1.31
* adding whois.ripe.net as the official host for package tests.
* applying the patch provided by Ulrich Zehl <ulrich@topfen.net> which allows
Net::Whois::RIPE to correctly recognize answers from the whois.radb.net and
whois.altdb.net instead of timming out.
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
- enable parallel build
-------------------------------------------------------------------
Tue Dec 11 19:18:27 CET 2007 - kssingvo@suse.de
- first try with version 1.23