SHA256
1
0
forked from pool/dateutils

Accepting request 153051 from home:rudi_m

- bump version 0.2.4, this is a bug fix release.
  * added special output format `jdn' and `ldn' for julian/lilian
    day number
  * multiple occurrences of date/times within one line are now all
    processed rather than only the first occurrence
  * zone difference specifier (%Z) is supported for parsing and
    printing
  * matlab zone converter tzconv has been added
  * building with icc 13 works now
  * many gcc warnings are fixed
  * See info page examples and/or README.

OBS-URL: https://build.opensuse.org/request/show/153051
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=20
This commit is contained in:
OBS User mrdocs
2013-02-07 20:42:50 +00:00
committed by Git OBS Bridge
parent 013db5a4a3
commit 764ed85681
4 changed files with 23 additions and 8 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Feb 7 16:58:01 UTC 2013 - sweet_f_a@gmx.de
- bump version 0.2.4, this is a bug fix release.
* added special output format `jdn' and `ldn' for julian/lilian
day number
* multiple occurrences of date/times within one line are now all
processed rather than only the first occurrence
* zone difference specifier (%Z) is supported for parsing and
printing
* matlab zone converter tzconv has been added
* building with icc 13 works now
* many gcc warnings are fixed
* See info page examples and/or README.
-------------------------------------------------------------------
Fri Sep 14 15:02:04 UTC 2012 - sweet_f_a@gmx.de