pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/ruby-pg



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Feb 23 14:18:23 UTC 2012

Modified Files:
        pkgsrc/databases/ruby-pg: Makefile PLIST distinfo

Log Message:
Update databases/ruby-pg package to 0.13.2.

== v0.13.2 [2012-02-22] Michael Granger <ged%FaerieMUD.org@localhost>

- Make builds against PostgreSQL earlier than 8.3 fail with a descriptive
  message instead of a compile failure.

== v0.13.1 [2012-02-12] Michael Granger <ged%FaerieMUD.org@localhost>

- Made use of a finished PG::Connection raise a PG::Error instead of
  a fatal error (#110).
- Added missing BSDL license file (#108)

== v0.13.0 [] Michael Granger <ged%FaerieMUD.org@localhost>

Reorganization of modules/classes to be better Ruby citizens (with 
backward-compatible aliases):
- Created toplevel namespace 'PG' to correspond with the gem name.
- Renamed PGconn to PG::Connection (with ::PGconn alias)
- Renamed PGresult to PG::Result (with ::PGresult alias)
- Renamed PGError to PG::Error (with ::PGError alias)
- Declare all constants inside PG::Constants, then include them in
  PG::Connection and PG::Result for backward-compatibility, and
  in PG for convenience.
- Split the extension source up by class/module.
- Removed old compatibility code for PostgreSQL versions < 8.3

Documentation:
- Clarified licensing, updated to Ruby 1.9's license.
- Merged authors list, added some missing people to the Contributor's
  list.
- Cleaned up the sample/ directory
- Making contact info a bit clearer, link to the Google+ page and
  the mailing list

Enhancements:
- Added a convenience method: PG.connect -> PG::Connection.new

Bugfixes:
- Fixed LATIN5-LATIN10 Postgres<->Ruby encoding conversions


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/ruby-pg/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/ruby-pg/PLIST \
    pkgsrc/databases/ruby-pg/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index