SHA256
1
0
forked from pool/dateutils

Accepting request 205319 from home:rudi_m

- 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.

OBS-URL: https://build.opensuse.org/request/show/205319
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=24
This commit is contained in:
Ruediger Meier
2013-10-31 15:47:56 +00:00
committed by Git OBS Bridge
parent 9e81b37872
commit 00446c62cf
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
Thu Jul 25 09:43:43 UTC 2013 - sweet_f_a@gmx.de