Next | Query returned 41 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2009-09-16 19:44:34 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating databases/p5-Rose-DB from 0.753 to 0.754

Upstream changes:
0.754 (09.14.2009) - John Siracusa <siracusa@gmail.com>

    * Removed outdated warning about Oracle support.
	* Clarified the return value and error handling for do_transaction().
   2009-08-19 22:42:19 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating package databases/p5-Rose-DB from 0.752 to 0.753

pkgsrc changes:
  - Adjusting license and dependencies

Upstream changes:
0.753 (07.09.2009) - John Siracusa <siracusa@gmail.com>
    * Detect enum-like columns in PostgreSQL.  (RT 46214)
    * Added support for the "sslmode" DSN option for PostgreSQL.
      (Reported by foudfou)
   2009-05-19 23:32:09 by Jens Rehsack | Files touched by this commit (1)
Log message:
pkgsrc changes:
  - correct wrongly assumed dependency to Class::Factory::Util (see
    RT #46160)
   2009-05-17 20:41:15 by Jens Rehsack | Files touched by this commit (2)
Log message:
PkgSrc changes:
  - Updating package for p5 module Rose::DB from 0.751 to 0.752
  - Fixing dependency

Upstream changes:
0.752 (05.08.2009) - John Siracusa <siracusa@gmail.com>
    * Added workaround for the lack of getpwuid() on Windows.
    * SQLite column and table names are not properly unquoted when
      necessary.  (RT 45836)
    * Indicate that MySQL 5.0.45 and later supports selecting from
      a subselect.
   2009-04-30 23:17:24 by Jens Rehsack | Files touched by this commit (1)
Log message:
Remove dependency to textproc/p5-YAML-Syck
   2009-04-30 23:15:08 by Jens Rehsack | Files touched by this commit (2)
Log message:
PkgSrc changes:
  - Updating package for p5 module Rose::DB from 0.744 to 0.751
  - Adjusting dependencies
  - Setting license to gnu-gpl-v2

Upstream changes:
0.751 (04.19.2009) - John Siracusa <siracusa@gmail.com>

    * Worked around a mod_perl 2 issue related to PerlOptions +Parent
      http://bit.ly/160jLN (Reported by Anton)
    * Updated test suite to consider DBD::SQLite 1.19+ non-broken.

0.750 (02.26.2009) - Peter Karman <perl@peknet.com>

    * Added pg_enable_utf8 attribute.

0.749 (12.12.2008) - John Siracusa <siracusa@gmail.com>

    * Added support for many more registry entry attributes.
    * More mod_perl 2.x fixes for Rose::DB::Cache. (Reported by
      Kostas Chatzikokolakis)
    * Added apache_has_started attribute to Rose::DB::Cache to support
      mod_perl 2.x users who do not have the ability to run code on
      server startup.  (Suggested by Kostas Chatzikokolakis)

0.748 (12.09.2008) - John Siracusa <siracusa@gmail.com>

    * Fixed mod_perl 2.x support in Rose::DB::Cache. (Reported by
      Kostas Chatzikokolakis)
    * Resolved ambiguous driver_class link in POD.

0.747 (10.22.2008) - Justin Ellison <justin@techadvise.com>

    * Changed to require YAML instead of YAML::Syck, though YAML::Syck
      will be used in preference to YAML if it's present.  (RT 31535)

0.746 (09.16.2008) - Justin Ellison <justin@techadvise.com>

    * Fixed support for TIMESTAMP WITH TIME ZONE column in Oracle.

0.745 (09.12.2008) - John Siracusa <siracusa@gmail.com>

    * Added support for Oracle date/time column keywords.
    * Added methods to list cached db entries and keys.
   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
   2008-05-29 00:07:00 by David Brownlee | Files touched by this commit (2)
Log message:
Updated databases/p5-Rose-DB to 0.744

0.744 (05.28.2008) - John Siracusa <siracusa@gmail.com>

    * Added fixup() class method call to auto_load_fixups().
      (Suggested by Justin Ellison)
    * Skip the interactive part of the test suite when the
      AUTOMATED_TESTING environment variable is set.

0.743 (04.02.2008) - John Siracusa <siracusa@gmail.com>

    * Fixed some warnings and made nice with the CPAN version extractor.

0.742 (04.01.2008) - John Siracusa <siracusa@gmail.com>

    * Added warning for ancient DBD::mysql versions.
    * Support for Rose::DB::Object 0.769.
   2008-04-06 02:21:12 by David Brownlee | Files touched by this commit (2)
Log message:
Update p5-Rose-DB to 0.741:

0.741 (02.25.2008) - John Siracusa <siracusa@gmail.com>

    * Changed mailing list URLs.

0.740 (02.15.2008) - John Siracusa <siracusa@gmail.com>

    * Added support for Rose::DB::Object 0.767's new hints features.

0.739 (02.08.2008) - John Siracusa <siracusa@gmail.com>

    * Caching of db objects during mod_perl server start-up is now turned
      off by default, with new API to turn it back on and do the necessary
      pre-fork clean-up that this entails.  This change solved a segmentation
      fault problem triggered in DBD::Informix when database handles created
      in the parent were not properly disconnected prior to the first fork of
      the apache process.

0.738 (02.06.2008) - John Siracusa <siracusa@gmail.com>

    * The Informix INT8 column type is now detected and mapped to "bigint"
      on behalf of Rose::DB::Object.
    * Fixed a bug that prevented format_array() and parse_array() from
      correctly handling arrays containing undef or NULL, respectively.
      (Reported by Derek Watson)

0.737 (12.13.2007) - John Siracusa <siracusa@gmail.com>

    * Altered the behavior of connect() and disconnect() to account
      for the possibility that dbi_connect() may return a DBI $dbh
      that is already connected and has already been initialized.
    * Added optional (on by default) coercion of column type metadata
      from (big)int auto-increment to (big)serial for MySQL and SQLite.
    * Added support for the current_timestamp keyword to SQLite.
    * Added a dozen or so new MySQL connection attributes that must be
      inlined into the DSN rather than passed as connect() options.

0.736 (11.13.2007) - John Siracusa <siracusa@gmail.com>

    * Added new_or_cached() method and associated caching framework.
    * Added dbi_connect() method.  (Patch by Peter Karman)
    * Removed mistakenly checked in breakpoint.

0.735 (07.21.2007) - John Siracusa <siracusa@gmail.com>

    * Improved parsing of SET values.
    * Fixed the test suite's detection of the broken DBD::SQLite 1.13.
   2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980)
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.

Next | Query returned 41 messages, browsing 31 to 40 | Previous