~ubuntu-branches/ubuntu/precise/libjifty-dbi-perl/precise

« back to all changes in this revision

Viewing changes to Changes

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Yu
  • Date: 2010-12-25 20:52:02 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20101225205202-lnacq0abuqygrlhm
Tags: 0.64-1
* New upstream release
* Refresh copyright information
* Use new 3.0 (quilt) source format
* Standards-Version 3.9.1 (no changes)
* Drop version deps satisfied by oldstable
* POD tests are now author-only

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Revision history for Perl extension Jifty::DBI.
2
2
 
 
3
0.64 Wed Dec  8 15:21:17 EST 2010
 
4
- Installation:
 
5
    * Minor distribution fixes
 
6
 
 
7
0.63 Wed Dec  8 15:14:17 EST 2010
 
8
- Features:
 
9
    * distinct_column_values method, docs and tests
 
10
 
 
11
- Fixes:
 
12
    * Warn about load(arg => value)
 
13
    * Include column_name in the value passed to reader warning
 
14
    * It is a rare but possible case that 0 is a valid id
 
15
    * Ensure encode_base64 doesn't choke on utf8
 
16
 
 
17
0.62 Thu May 20 13:58:53 EST 2010
 
18
- Features:
 
19
    * Computed columns let you have the Jifty-DBI scaffolding but without
 
20
      touching the database
 
21
    * Column->is_boolean
 
22
 
 
23
- Fixes:
 
24
    * Don't attempt to store undef values in memcached
 
25
    * Avoid undef warnings
 
26
 
 
27
0.61 Mon Jan  4 13:04:20 EST 2010
 
28
- Installation:
 
29
    * Minor distribution fixes
 
30
 
3
31
0.60 Mon Jan  4 13:02:17 EST 2010
4
32
- Features:
5
33
    * Allow passing of extra parameters to canonicalizers