8
0
Files
perl-DateTime-Format-Natural/perl-DateTime-Format-Natural.changes

51 lines
2.4 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Tue May 17 23:10:09 UTC 2011 - pascal.bleser@opensuse.org
- update to 0.95:
* new supported format: <monthday> <month> <year> <time am/pm> [RT#67780]
* conditionally rewrite date strings, currently ones with an 'at' followed
by a time or daytime (e.g., noon)
* parse times with AM/PM at word boundary separated by a space (through
removing the space before parsing) [RT#67561]
* parse and document formatted dates with an abbreviated month name in the
middle [RT#67395]
* remove commas from date string now before rewriting aliases
* set month and implicit day explicitly to avoid overlap parse failures
* keep the minute or higher precision requirement when extracting one token
time expressions, but undo the grammar change
* introduce a class to extract parsable expressions from strings
* add and document the extract_datetime() method
* require precision in hour or higher for one token time expressions,
otherwise extracting expressions would be impeded
* new supported format: <month> <monthday>, <year> <time am/pm> [RT#65072]
* allow for time regexes to match times with precision in seconds
* conditionally truncate to units and remove unit assignments of zero
* new supported format: <weekday> <daytime> [RT#63438]
* new supported format: <year> <month> <monthday> [RT#63429]
* don't parse ambiguous <time>, <monthday> and <month> expressions
* new supported formats: <time> <month> <monthday> and <time> AM/PM <month>
<monthday> [RT#62164]
* add support for the <time am/pm> <month> <monthday> format
* new supported formats: <monthday> <month> <time>, <monthday> <month>
<time> AM/PM and <month> <monthday> <time> AM/PM [RT#62164]
* add support for the <monthday> <month> <time am/pm> format
* new supported formats: <variant> <weekday> <time> AM/PM and <time> AM/PM
<variant> <weekday> [RT#62164]
* add support for the <variant> <weekday> <time am/pm> format
-------------------------------------------------------------------
Wed Dec 1 09:44:32 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Mon Nov 29 18:29:43 UTC 2010 - coolo@novell.com
- remove /var/adm/perl-modules
-------------------------------------------------------------------
Sun Aug 22 23:33:10 UTC 2010 - pascal.bleser@opensuse.org
- initial package (0.89)