2012-06-19 11:03:50 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 19 08:32:30 UTC 2012 - sweet_f_a@gmx.de
|
|
|
|
|
|
|
|
- bump version v0.2.1, this is a bug fix and feature release.
|
|
|
|
* 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
|
|
|
|