11.54     2013-04-02
2
3- Require DateTime.pm 1.00 because without it tests will break.
4
5
61.53     2013-04-02
7
8- A fix in DateTime.pm 1.00 broke a test in this distro. Reported by Anthony J
9  Lucas. RT #84371.
10
11
121.52     2012-07-01
13
14- Shut up "unescaped braces in regex" warning from 5.17.0. RT #77514. Patch by
15  Zefram.
16
17
181.51     2012-05-27
19
20- Packaging cleanup, including listing Test::More as a test prereq, not a
21  runtime prereq. RT #76128.
22
23
241.5000   2010-10-16
25
26- This module did not recognize UTC as a valid time zone. Patch by Danijel
27  Tašov. RT #59209.
28
29
301.4000   2010-06-28
31
32- Actually update $VERSION in module file. Reported by David Wheeler.
33
34
351.3000   2010-06-26
36
37- Specifiers which allowed for leading space before a number (like %e) would
38  cause DateTime.pm to throw an error if the date being parsed actually
39  contained leading space. Patch by Alex Vandiver. RT #58459.
40
41- License is now Artistic 2.0
42
43
441.2000   2010-03-19
45
46- Updated to use non-deprecated DateTime::Locale API
47
48
491.1000   2009-07-13 -- Regex Pattern
50
51- If the pattern you pass in is a regular expression, that will be honored.
52
53- Changed the locale tests to use require the latest version of Locale until
54  the target stops moving.
55
56
571.0901   2009-05-16 -- Official release of 1.0900_01
58
591.0900_01 2009-04-18
60
61- Makefile.PL changes for Windows users as per issue #16
62
63
641.0900   2009-02-22
65
66- It seems that I also wasn't seeing notifications from RT (please don't use
67  it, use the Gooogle project) so all the following are fixed:
68
69    - 36672   Started failing mid May
70    - 23313   Bug handling time zones like America/New_York
71    - 25555   Module dies even when on_error is 'undef'
72    - 23768   Olson timezone handling incorrect
73    - 22450   locale test failing with bleadperl
74    - 20487   nmake test_more fail (with patch); incorrect META.yml
75    - 12071   format_datetime uses datetime locale rather than format locale
76    - 11863   bug in DateTime::Format::Strptime 1.0601 when using %s
77
78  - And a couple from Google:
79    - #8      Add DateTime::Locale to documentation
80    - #10     Parsing bug -- can't detect word boundry after month abbr
81
821.0800   2008-08-07
83
84- It seems that I wasn't getting notifications from Google when people had
85  reported bugs, so there's a pile of fixes in this release. Hopefully that
86  fixes everyone's issues.
87
881.0702   2007-09-19
89
90- Updated the META.yml file to have the correct 'resources' and match the
91  latest spec
92
93- Updated the docus with a 'resources' section that has the same information
94  in it for readers of POD.
95
96- This version ONLY changes the documentation and so it not a required update.
97
98
991.0701   2007-09-18
100
101- Many people pointed out that while this module hadn't broken the tests for
102  the French locale had. This is due to a new source for the data in
103  DateTime::Locale.
104
105- This version ONLY changes the tests and so it not a required update.
106
107
1081.0700 Sat,  5 Nov 2005 09:44:10 +1100
109
110- Mike Schilli pointed out that strings without time zones or constructors
111  without a time zone should be returning a DateTime in the floating time zone
112  rather than UTC.
113
114- Jason Bodnar requested greater allowance for time zones in strings .. so
115  I've now added the ability to use an Olson time zone identifier with
116  %O. Note that this is a token specifically added to Strptime and it WILL NOT
117  WORK with DateTime's strftime method.
118
119
1201.0601 Wed,  1 Sep 2004 07:52:44 +1000
121
122- Dave Faraldo and Jonathan Lefter pointed out that one of the new Locale
123  tests in t/006... will fail on the 30th and 31st of the month as not all
124  months have those days.  Patch supplied by Jonathan has been applied.
125
126- This is just a test fix and doesn't alter the way the module runs in any
127  way. If you already got 1.06 to run then you don't need this.
128
129
1301.0600 Sat, 28 Aug 2004 15:02:47 +1000
131
132- Fixed bug from RT (#7502) from dfaraldo@redhat.com that made validation fall
133  over by assuming midnight always exists. The patch now assumes Midday exists
134  (both he and I assume that DST will never start at midday anywhere anytime!)
135
136- This is a major change and you should install this release if you ever use
137  any time_zone other than floating or UTC. And if you don't use them today,
138  you may tomorrow - so upgrade OK?
139
140
1411.0500 Wed, 18 Aug 2004 17:24:32 +1000
142
143- Adapted and applied patches from Jean Forget to allow day names and month
144  names to have \W characters and to allow am/pm values from other locales
145
146- Jean's patch also included some doc patches
147
148- Patched the synopsis a Jean suggestion to demonstrate how to use the
149  non-default error behaviors
150
151- Added tests for these bugs
152
153- Added t/more/* and the make test_more target so I can test every locale if I
154  want to.
155
156- It's over a year since I deprecated the language parameter so I've now
157  removed it. You've had a year of warnings!
158
159- This is a major change and you should install this release if you use any
160  locale other than en.
161
162
1631.0400 Sun, 10 Aug 2003 00:22:00 +1000
164
165- Applied patches from Joshua Hoblitt to move the the brand new
166  DateTime::Locale rather than the old ::Language modules
167
168- Implemented %x, %X and %c for locale formats
169
170- Fixed a bug on the two digit year determinator
171
172- Added a test for locales known as 004locale.t
173
174- This is a major change and you should install this release if you are using
175  DateTime >= 0.14 (the first release with Locale)
176
177
1781.0302 Sat, 28 Jun 2003 09:15:21 +1000
179
180- Test 004 was failing on Windows due to the path delimiter being a backslash
181  rather than a slash. This release should also fix Strptime for Mac users,
182  although I've had no complaints from such users. (Myself being one of the
183  only ones currently using Strptime AFAIK!) Thanks Ron Hill for the bug
184  report.
185
186
1871.0301 Wed, 25 Jun 2003 22:40:12 +1000
188
189- Updated to handle the post 0.12 DateTime that now validates dates. Still
190  handles old DateTime.
191
192
1931.0300 Sat, 07 Jun 2003 10:40:23 +1000
194
195- The calls to die() have changed by request of Dave Rolsky and Iain Truskett
196  (Thanks!). We now allow each object to have its own behavior.
197
198- The default behavior has been changed to returning undef.  This was
199  requested by someone (tell me if it was you!) and made a lot of sense to me.
200
201- Never released to CPAN
202
203
2041.0200 Wed, 28 May 2003 21:02:03 +1000
205
206- The docs for Time::Local talk about the 'proclivity to croak' which
207  basically means the module croaks easily. So did this one until now.
208
209  Until now, if you allowed a user to specify a pattern and they entered one
210  that was non parsable, this module would croak causing your script to
211  croak. This is a Bad Thing (tm).
212
213  The behaviour now remains the same, however if you set
214  $DateTime::Format::StrpTime::CROAK to false, methods will return undef
215  rather than croaking.  $DateTime::Format::StrpTime::errmsg will tell you
216  what went wrong.
217
218  The default is to continue to croak. This means you have to delibrately turn
219  it off. Hopefully you'll change you script to do this at the same time you
220  change it to check the return values of the methods :)
221
222
2231.0103 Wed, 28 May 2003 20:10:57 +1000
224
225- Applied doc patches from Iain Truskett (Thanks!)
226
227- Clarified parameter discrepancy between synopsis and docs (Thanks Chris
228  Winters)
229
230
2311.0102 Fri, 16 May 2003 07:28:18 +1000
232
233- Fixed the same test as above. Think I actually succeeded this time!
234
235
2361.0101 Tue, 13 May 2003 07:58:23 +1000
237
238- Fixed a test that was broken if DateTime::TimeZone was not version 0.13 or
239  above.
240
241
2421.0100 Sun, 11 May 2003 13:54:36 +1000
243
244- If we have the latest DateTime we run the test mentioned above
245
246- Fixed my version format as advised by Iain Truskett if it still doesn't work
247  it's because of me, not him
248
249- Added the ability to handle nanoseconds as requested by Michael Goltze.
250
251- Got Time Zones working, including mapping non-ambiguous TLAs offsets and
252  Olsen names (the latter uses the %q token)
253
254
2551.00.02 Tue, 29 Apr 2003 07:03:19 +1000
256
257- Fixed a test that only worked in DateTime was from CVS
258
259- Fixed two issues noted by Iain Truskett:
260
261- Removed a diag() in test 1 that was just there for testing the test
262
263- Added a linebreak to the end of the MANIFEST
264
265
2661.00.01 Mon, 28 Apr 2003 07:12:01 +1000
267
268- removed alien life-forms (characters that didn't ASCIIfy)
269
270* No API change, just made it so it will install now!
271
272
2731.00.00 Sun, 27 Apr 2003 17:56:27 +1000
274
275- first CPAN release
276
277- added tests
278
279- should be 100% compatible with DateTime's strftime function
280