2015-03-05 20:25:38 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 5 16:25:37 UTC 2015 - sweet_f_a@gmx.de
|
|
|
|
|
|
|
|
- bump version 0.3.2, this is a bugfix release.
|
|
|
|
* Bugfixes:
|
|
|
|
- out of range minutes will be discarded
|
|
|
|
- bug 30 (malicious input crashes dconv) has been fixed
|
|
|
|
* Features:
|
|
|
|
- military midnight stamps are supported (T24:00:00)
|
|
|
|
- 8601 ordinal dates (year + doy) are recognised directly
|
|
|
|
(`-f yd`)
|
|
|
|
- strptime(1) can behave in a locale-dependent way
|
|
|
|
* See info page examples and/or README.
|
|
|
|
|
2015-01-21 12:46:45 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 16 11:26:54 UTC 2015 - sweet_f_a@gmx.de
|
|
|
|
|
|
|
|
- sort out distros with and without octave
|
|
|
|
|
2014-10-09 12:43:43 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 7 15:08:30 UTC 2014 - sweet_f_a@gmx.de
|
|
|
|
|
|
|
|
- bump version 0.3.1, this is a bugfix release.
|
|
|
|
* Bugfixes:
|
|
|
|
- octave/matlab code is distributed fully
|
|
|
|
- negative durations with refined units are minus-signed only
|
|
|
|
once
|
|
|
|
- ddiff is entirely anticommutative now
|
|
|
|
- tests don't fail if zones don't exist on the build system
|
|
|
|
- dseq with empty ranges will no longer produce output (just as
|
|
|
|
seq(1))
|
|
|
|
- arbitrary integers are not interpreted as time anymore
|
|
|
|
- when converting from zone info properly clear zone difference
|
|
|
|
for %Z
|
|
|
|
- dseq(1) will automatically resort to +1mo and +1y iterators
|
|
|
|
for wildcarded ymd dates
|
|
|
|
- dadd(1)'ing ywd dates with output as ymd works properly now
|
|
|
|
* Features:
|
|
|
|
- ddiff can output nanosecond diffs
|
|
|
|
- automatic fix-up of dates is documented now
|
|
|
|
- parser errors and fix ups are reported through return code 2
|
|
|
|
- dseq with no `-f|--format` stays in the calendric system of
|
|
|
|
the start value instead of converting all output to ymd
|
|
|
|
* See info page examples and/or README.
|
|
|
|
|
2014-10-06 15:18:48 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2014-02-04 13:46:02 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 29 16:43:02 UTC 2014 - sweet_f_a@gmx.de
|
|
|
|
|
|
|
|
- bump version 0.2.7, this is a feature release.
|
|
|
|
* Features:
|
|
|
|
- dgrep supports -v|--invert-match like grep
|
|
|
|
- output specifier %G is supported for compatibility with POSIX
|
|
|
|
- ddiff calculates year-day differences
|
|
|
|
- ddiff calculates ISO-week date differences
|
|
|
|
- ddiff output can be zero and space padded through 0 and SPC
|
|
|
|
modifier
|
|
|
|
- zoneinfo database on AIX >= 6.1 is taken into account
|
|
|
|
* Bug fixes:
|
|
|
|
- ddiff can calculate full year differences, [issue 21][1] fixed
|
|
|
|
- dseq now accepts %W, %V output formats, [issue 22][2] fixed
|
|
|
|
- builds with clang >= 3.3 work again, [clang bug 18028][3]
|
|
|
|
* See info page examples and/or README.
|
|
|
|
[1]: https://github.com/hroptatyr/dateutils/issues/21
|
|
|
|
[2]: https://github.com/hroptatyr/dateutils/issues/22
|
|
|
|
[3]: http://llvm.org/bugs/show_bug.cgi?id=18028
|
|
|
|
|
2013-10-31 16:47:56 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 29 16:45:20 UTC 2013 - sweet_f_a@gmx.de
|
|
|
|
|
|
|
|
- bump version 0.2.6, this is a bug fix release.
|
|
|
|
* issue 19, -q|--quiet no longer sends some commands into an
|
|
|
|
inf-loop
|
|
|
|
* netbsd test failures are fixed (due to missing leap seconds)
|
|
|
|
* AIX builds are supported (getopt_long() is part of the code
|
|
|
|
now)
|
|
|
|
* internally the test harness is migrated to the cli-testing tool
|
|
|
|
this fixes an issue when tests are run in directories with odd
|
|
|
|
names (spaces, dollar signs, etc. in the path name)
|
|
|
|
* See info page examples and/or README.
|
|
|
|
|
2013-07-29 12:07:52 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 25 09:43:43 UTC 2013 - sweet_f_a@gmx.de
|
|
|
|
|
|
|
|
- bump version 0.2.5, this is a bug fix release.
|
|
|
|
* issue 18, long inputs to a short specifier string will yield an
|
|
|
|
error
|
|
|
|
* consume zone specs (a la +1200) in the input via %Z specifier
|
|
|
|
* ddiff's stdin stamps will undergo conversion according to
|
|
|
|
--from-zone
|
|
|
|
* clean up dist for inclusion in debian
|
|
|
|
* See info page examples and/or README.-
|
|
|
|
|
2012-09-17 13:27:28 +02:00
|
|
|
-------------------------------------------------------------------
|
2013-02-07 21:42:50 +01:00
|
|
|
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.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2012-09-17 13:27:28 +02:00
|
|
|
Fri Sep 14 15:02:04 UTC 2012 - sweet_f_a@gmx.de
|
|
|
|
|
|
|
|
- bump version 0.2.3, this is a bug fix and feature release.
|
|
|
|
* ISO 8601 week dates are now first class objectsi
|
|
|
|
(of type DT_YWD)
|
|
|
|
* introduce %rY specifier to denote years in calendars that
|
|
|
|
deviate from the Gregorian year
|
|
|
|
* dgrep accepts short-hand inputs (today, now, etc.) and also
|
|
|
|
inputs as specified by -i
|
|
|
|
* dadd'ing months and years to YMCW dates works now
|
|
|
|
* zoneinfo files with only transitions in the past are handled
|
|
|
|
properly (bug #10)
|
|
|
|
* dseq with just 1 argument is working properly (story #36051287)
|
|
|
|
* See info page examples and/or README.
|
|
|
|
|
2012-07-23 23:20:11 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 20 18:01:13 UTC 2012 - sweet_f_a@gmx.de
|
|
|
|
|
|
|
|
- bump version 0.2.2, this is a bug fix and feature release.
|
|
|
|
* Olson's zoneinfo database files are checked for at configure
|
|
|
|
time
|
|
|
|
* leap-aware calculations use shipped leapseconds file
|
|
|
|
* ddiff and dadd can take leap-second transitions into account
|
|
|
|
* issue 7: ddiff without arguments does not segfault
|
|
|
|
* issue 8: dadd copes with huge summands
|
|
|
|
* issue 9: dadd stumbles on ymcw dates
|
|
|
|
* bug 33104651: bday negative difference A > B ddiff A B -f %db
|
|
|
|
is wrong
|
|
|
|
* See info page examples and/or README.
|
|
|
|
|
2012-06-19 11:03:50 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 19 08:32:30 UTC 2012 - sweet_f_a@gmx.de
|
|
|
|
|
2012-07-23 23:20:11 +02:00
|
|
|
- bump version 0.2.1, this is a bug fix and feature release.
|
2012-06-19 11:03:50 +02:00
|
|
|
* The dadd tool now supports mass-adding durations (from stdin).
|
|
|
|
* The ddiff tool is now time zone aware.
|
|
|
|
* A new tool dround is added to round dates or times or
|
|
|
|
date-times to the next occurrence of what's given as
|
|
|
|
round-spec.
|
|
|
|
* Bug fixes:
|
|
|
|
- issue 7: ddiff without arguments does not segfault
|
|
|
|
- issue 8: dadd copes with huge summands
|
|
|
|
* See info page examples and/or README.
|
|
|
|
|
2012-04-13 16:37:51 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 10 11:32:52 UTC 2012 - sweet_f_a@gmx.de
|
|
|
|
|
|
|
|
- bump version 0.2.0, this is a feature release.
|
2012-06-19 11:03:50 +02:00
|
|
|
* The distinction between binaries for date, time and date-time
|
|
|
|
processing is cleared up by a unified set of tools, prefixed
|
|
|
|
with `d'.
|
2012-04-13 16:37:51 +02:00
|
|
|
Thus:
|
|
|
|
dadd + tadd -> dadd
|
|
|
|
dconv + tconv + dtconv -> dconv
|
|
|
|
ddiff + tdiff -> ddiff
|
|
|
|
dgrep + tgrep -> dgrep
|
|
|
|
dseq + tseq -> dseq
|
|
|
|
dtest + ttest -> dtest
|
2012-06-19 11:03:50 +02:00
|
|
|
* Furthermore, all tools now fully cope with dates, times and
|
|
|
|
date-times.
|
|
|
|
* Virtual timezones have been added (use `GPS' or `TAI').
|
2012-04-13 16:37:51 +02:00
|
|
|
* See info page examples and/or README.
|
|
|
|
|
2012-03-24 21:01:31 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 23 16:04:17 UTC 2012 - sweet_f_a@gmx.de
|
|
|
|
|
|
|
|
- bump version 0.1.10, this is a bug fix release.
|
|
|
|
* account for big-endian machines
|
|
|
|
* GNUisms (mempcpy() and getline()) are removed
|
|
|
|
* inf-loop in tseq is fixed (bug #6)
|
|
|
|
* nanoseconds are preserved upon time zone conversion
|
|
|
|
- add byteswap.patch to fix build for old distros
|
|
|
|
|
2012-02-01 18:16:36 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 1 09:43:01 UTC 2012 - sweet_f_a@gmx.de
|
|
|
|
|
2012-03-24 21:01:31 +01:00
|
|
|
- bump version 0.1.9, this is a bug fix release.
|
2012-02-01 18:16:36 +01:00
|
|
|
* The code for date addition is refactored, with it a new
|
|
|
|
duration type is introduced, DT_MD, to capture larger month and
|
|
|
|
day summands.
|
|
|
|
|
2012-01-03 14:22:23 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 3 12:18:04 UTC 2012 - sweet_f_a@gmx.de
|
|
|
|
|
|
|
|
- bump version 0.1.8, this is a bug fix release.
|
|
|
|
* A bit fiddling bug gave erroneous results in `dconv now'.
|
|
|
|
* Furtherly, date expressions (for dgrep et al.) can now be
|
|
|
|
arbitrarily joined with conjunctions (&&) and disjunctions (||)
|
|
|
|
as well as negations (!).
|
|
|
|
|
2011-10-28 18:13:44 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 27 16:02:57 UTC 2011 - sweet_f_a@gmx.de
|
|
|
|
|
|
|
|
- bump version 0.1.7, this is a bug fix release.
|
|
|
|
|
2011-10-16 19:15:15 +02:00
|
|
|
-------------------------------------------------------------------
|
2011-10-21 18:24:23 +02:00
|
|
|
Fri Oct 21 14:00:41 UTC 2011 - sweet_f_a@gmx.de
|
2011-10-16 19:15:15 +02:00
|
|
|
|
2011-10-21 18:24:23 +02:00
|
|
|
- bump version 0.1.6
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 14 21:34:27 UTC 2011 - sweet_f_a@gmx.de
|
|
|
|
|
|
|
|
- initial package datetools 0.1.2
|
2011-10-16 19:15:15 +02:00
|
|
|
|