Version: 0.4.3-bp150.1.3
* Sat Mar 03 2018 sweet_f_a@gmx.de
- bump version 0.4.3
* Features:
- base expansion works for times now
* Bugfixes:
- durations in months weeks and days are calculated
like durations in months and days, consistency
- am and pm indicators in inputs are handled properly
- military midnights decay when not printed in full
* Thu Nov 09 2017 sweet_f_a@gmx.de
- revert non-portable changes of the last commit (SLE 11 build)
* Wed Oct 18 2017 aavindraa@gmail.com
- bump version 0.4.2
* Features:
- allow %- specifiers to turn off padding (as GNU date does)
- support matlab day numbers, as mdn or matlab
* Bugfixes:
- fix build issue on FBSD 11
- allow zones to transition at INT_MAX (mapped to never)
- lint spec file
- move from bitbucket to github link
- remove patch which is upstream now:
0001-fix-when-printing-zones-transitioning-at-INT_MAX-in-.patch
* Mon Apr 03 2017 sweet_f_a@gmx.de
- fix incompatibility with tzdata/tzcode >= 2017a,
0001-fix-when-printing-zones-transitioning-at-INT_MAX-in-.patch
* Thu Dec 15 2016 sweet_f_a@gmx.de
- bump version 0.4.1, this is a bugfix release.
* Bugfixes:
- bug/50, keep end-of-term (ultimo) property in dateseq(1)
- allow today/now for ywd dates in 1 parameter dateseq(1)
- allow different calendars for start and end date in dateseq(1)
- round time in dateround(1) in zone then convert --from-zone
- allow SPC padded numerals in %d input format
* See info page examples and/or README.
- remove patch which is upstream now:
0001-Revert-chore-be-more-portable-in-sxe-matlab.m4.patch
* Wed Jun 15 2016 sweet_f_a@gmx.de
- fix .mex file extension for octave plugin,
0001-Revert-chore-be-more-portable-in-sxe-matlab.m4.patch
- explicit octave plugin file list
- remove *.la files
* Thu Jun 02 2016 sweet_f_a@gmx.de
- bump version 0.4.0, this is a feature release.
* Bugfixes:
- document %g/%G format specifiers
- bug/42, accept NUL characters in input
- bug/45, correctly display Gregorian and ISO week dates in one
line
- bug/46, adhere to ISO group's official formatting of week
dates
- bug/47, allow rounding of Epoch based timestamps
- bug/48, avoid crash for void input to strptime(3)
* Features:
- datetest supports --isvalid to conditionalise on date/time
parsing
- all tools support --from-locale to parse localised input
- tools with output formatting support --locale to format
output according to locale
* See info page examples and/or README.
* Fri Jan 22 2016 sweet_f_a@gmx.de
- bump version 0.3.5, this is a bugfix release.
* Bugfixes:
- bug/40, distinguish between numerals-only dates and durations
- tests will succeed independent of current date
* See info page examples and/or README.
- remove dateutils-0.3.4-fix-test-126.patch (upstream applied)
* Sun Jan 10 2016 antoine.belvire@laposte.net
- Fix build:
* add dateutils-0.3.4-fix-test-126.patch (from upstream)
(bnc#966644)
* Wed Sep 02 2015 sweet_f_a@gmx.de
- remove old obsoletes line for devel package
* Mon Aug 31 2015 sweet_f_a@gmx.de
- bump version 0.3.4, this is a bugfix release.
* Bugfixes:
- bug/39, MacOSX endianness detection
- bug/38, ddiff day-only durations on date/times
- dadd +2m bug is fixed, regression
* See info page examples and/or README.
- remove patches (upstream applied):
* 0001-fix-build-for-compilers-without-anonymous-struct-ini.patch
* 0002-fix-dateadd-unix-timestamp-bug.patch
* Sun Aug 02 2015 mpluskal@suse.com
- Correct previous changelog entries (incorrect patch names)
* Mon Jun 15 2015 sweet_f_a@gmx.de
- add 0002-fix-dateadd-unix-timestamp-bug.patch
* Wed Jun 10 2015 sweet_f_a@gmx.de
- bump version 0.3.3, this is a feature release.
* Features:
- to clarify purpose and avoid name clashes prefix binaries
with "date". This results in: dateadd, dateconv, ... etc.
- provide compatibilty through configure switch --with-old-names
- provide single digit years through %_y
- allow rounding of ISO-week dates (ywd) to week numbers
* Bugfixes:
- dashes behind a date do not count as tz indicator
- UTC/TAI/GPS special coordinated zones work on systems without
leap second support
* See info page examples and/or README
- add 0001-fix-build-for-compilers-without-anonymous-struct-ini.patch
to support broken compilers (SLE 11, RHEL 6, etc.)
* Thu Mar 05 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.
* Fri Jan 16 2015 sweet_f_a@gmx.de
- sort out distros with and without octave
* Tue Oct 07 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.
* Tue Aug 26 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 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
* Tue Oct 29 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.