~ubuntu-branches/ubuntu/lucid/libdatetime-format-natural-perl/lucid

« back to all changes in this revision

Viewing changes to Changes

  • Committer: Bazaar Package Importer
  • Author(s): Angel Abad
  • Date: 2010-01-14 00:04:58 UTC
  • mfrom: (1.2.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100114000458-3ehfhsxbm39960yc
Tags: 0.83-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Revision history for Perl extension DateTime::Format::Natural.
2
2
 
 
3
0.83 Wed Jan 13 15:51:11 CET 2010
 
4
 
 
5
 - Merged development version to stable.
 
6
 
 
7
0.82_02 Wed Jan  6 10:57:43 CET 2010
 
8
 
 
9
 - New supported format: M/D. [rt #53187 - Shawn M. Moore]
 
10
 
 
11
 - Handle the new format with prefer-future semantics.
 
12
 
 
13
 - Add tests for the new format and also for related durations.
 
14
 
 
15
 - Document the new format and variations of it.
 
16
 
 
17
 - Restrict counting of format separators to the formatted substring.
 
18
 
 
19
 - Move the code processing formatted dates to a separate class.
 
20
 
 
21
 - Fix the checking for an invalid format parameter.
 
22
 
 
23
 - Complete <date> <time> to <time> type of durations.
 
24
 
 
25
 - Split the duration string at word boundary of the separator.
 
26
 
 
27
 - Restore the datetime object for each parse when running tests.
 
28
 
 
29
 - Test compile-time loading of Formatted.pm.
 
30
 
 
31
0.82_01 Thu Dec 31 12:10:30 CET 2009
 
32
 
 
33
 - Save the trace of each parse while processing a duration.
 
34
 
 
35
 - Call for formatted dates the wrapper _set() instead of set()
 
36
   in order to alter the modified counters.
 
37
 
 
38
 - dateparse: when printing traces, print a trace for each object
 
39
   returned.
 
40
 
 
41
 - Add tests for the trace method and improve its documentation.
 
42
 
 
43
 - Document possible bugs and caveats.
 
44
 
 
45
 - Rename some variables with method name strings to be more
 
46
   descriptive and also interpolate their strings initially.
 
47
 
 
48
 - Substitute an expression for a block as used by 'map'.
 
49
 
3
50
0.82 Mon Dec 21 10:15:52 CET 2009
4
51
 
5
52
 - Merged development version to stable.