[ANNOUNCE] DBD-Sys-0.100 and DBD-Sys-0.101

[email protected] (Jens Rehsack) Sun, 25 Jul 2010 22:07:13 +0200
Newsgroups perl.dbi.dev,perl.dbi.users,perl.dbi.announce
Message-ID <[email protected]>
Hi,

I'm glad to announce new versions of DBD::Sys:
- the release with heavy plug-in structure reworking (0.100) and
- the release with a test fix (0.101).

I would be happy to read about feedback and successful uses.

Best regards,
Jens
-- 
Changes since initial 0.01 release:
0.101 2010-07-25
    - fix tests to run only when all dependencies are satisfied

0.100 2010-07-21
    - rename columns which were reserved sql words for table procs
    - rework plugin-management and table-management:
        * allow multiple implementors for one table
        * merge the data from multiple implementors on primary key
    - rely on DBI::DBD::SqlEngine
    - add support for Win32::Process::Info
    - fix DBD::Sys::Plugin::Unix::Users and DBD::Sys::Plugin::Unix::Groups
      using setpwent/setgrent as recommended by
      Ashish SHUKLA <[email protected]> (and by Richard W. Stevens)
    - add logins table to get a list of logged in users
    - add openfiles table
    - fix hwadress column in netint table to hwaddress
    - add a second implementation for the netint table using
      Net::Ifconfig::Wrapper and (for calculating broadcase address)
      NetAddr::IP
    - fixing duplicate group entries on FreeBSD (and maybe others)