~ubuntu-branches/ubuntu/precise/libdbd-pg-perl/precise

« back to all changes in this revision

Viewing changes to Changes

  • Committer: Bazaar Package Importer
  • Author(s): Gunnar Wolf
  • Date: 2008-06-06 12:55:26 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20080606125526-bz1nh7rmt7bpf12w
Tags: 2.8.0-1
* New upstream release
* Added myself as an uploader

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
('GSM' is Greg Sabino Mullane, greg@turnstep.com)
2
2
 
3
 
2.7.2 Released May 14, 2008
 
3
2.8.0 Released June 1, 2008
 
4
 
 
5
        - Added in payload strings for LISTEN/NOTIFY in 8.4 
 
6
                via $dbh->pg_notifies() [GSM]
 
7
        - Fixed problem preventing some pg_type bind_arrays
 
8
                from working [GSM]
 
9
        - Fix tests in t.04misc.t to handle Windows newlines.
 
10
                (CPAN bug #36237) [Ian Macdonald]
 
11
        - Clean up get_info() information. [GSM]
 
12
 
 
13
2.7.2 Released May 14, 2008 (subversion r11269)
4
14
 
5
15
        - Handle embedded commas in quotes properly when destringifying 
6
16
                arrays.(CPAN bug #35862) [GSM]