SHA256
1
0
forked from pool/dateutils

Accepting request 254205 from home:rudi_m

- bump version 0.3.0, this is a feature release.
  * Features:
    - dgrep supports time zones both for the expression and the
      input
    - timezones can be specified by alternative codes and
      [tzmap files][1]
    - new tool dzone to inspect date/times in multiple timezones in
      bulk
    - new tool dsort to sort input chronologically
    - gengetopt and help2man maintainer dependencies removed
    - lilian/julian inputs via `-i ldn` and `-i jdn`
    - ymcw dates now follow ISO 8601 in using 07 to denote Sunday
  * Bugfixes:
    - ddiff takes differences between a unix epoch stamp and a
      date/time
    - zone converter assigns correct sign to zone difference when
      using %Z
    - weekdays are properly calculated from epoch stamps (issue 24)
  * See info page examples and/or README.
      [1]: http://www.fresse.org/dateutils/tzmaps.html 
- enable Octave/Matlab plugin
- remove useless devel package

OBS-URL: https://build.opensuse.org/request/show/254205
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=28
This commit is contained in:
Ruediger Meier
2014-10-06 13:18:48 +00:00
committed by Git OBS Bridge
parent 5a5d9bd066
commit 4295afedcc
5 changed files with 87 additions and 16 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue Aug 26 16:09:00 UTC 2014 - sweet_f_a@gmx.de
- bump version 0.3.0, this is a feature release.
* Features:
- dgrep supports time zones both for the expression and the
input
- timezones can be specified by alternative codes and
[tzmap files][1]
- new tool dzone to inspect date/times in multiple timezones in
bulk
- new tool dsort to sort input chronologically
- gengetopt and help2man maintainer dependencies removed
- lilian/julian inputs via `-i ldn` and `-i jdn`
- ymcw dates now follow ISO 8601 in using 07 to denote Sunday
* Bugfixes:
- ddiff takes differences between a unix epoch stamp and a
date/time
- zone converter assigns correct sign to zone difference when
using %Z
- weekdays are properly calculated from epoch stamps (issue 24)
* See info page examples and/or README.
[1]: http://www.fresse.org/dateutils/tzmaps.html
- enable Octave/Matlab plugin
- remove useless devel package
-------------------------------------------------------------------
Wed Jan 29 16:43:02 UTC 2014 - sweet_f_a@gmx.de