Age | Commit message (Collapse) | Author | Files | Lines |
|
MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
|
|
Version 0.14.1
==============
*released on 05 January 2017*
- ``vdirsyncer repair`` no longer changes "unsafe" UIDs by default, an extra
option has to be specified. See :gh:`527`.
- A lot of important documentation updates.
|
|
Upstream changes:
1.70 2016-12-10
- Altered the conversion specifier %z to accept 簣HH, 簣HHMM, 簣HH:MM and Z.
Previously only 簣HHMM where accepted. PR from Christian Hansen, GitHub #13.
1.69 2016-12-04 (TRIAL RELEASE)
- The word boundary check supposedly added in 1.67 didn't really work
properly, and still matched too much. For example, the pattern "%d-%m-%y"
would match "2016-11-30" and turn it into November 16, 2030. This also had
problems at the end of strings, so that the same pattern would improperly
match "30-11-2016" as November 30, 2020. Reported by Erik Huelsmann. GitHub
#11.
- Added docs for several formats which had long been supported but not
documented. These are %P, %c, %x, and %X. Reported by Alexander
Hartmaier. GH #10.
|
|
|
|
|
|
|
|
1.42 2016-12-25
- The DateTime::Duration->add and ->subtract methods now accept
DateTime::Duration objects. This used to work by accident, but this is now
done intentionally (with docs and tests). Reported by Petr Pisar. GitHub
#50.
|
|
|
|
|
|
|
|
Bug fixes.
New time zones.
|
|
Based on version 2016j of the IANA Time Zone Database
(https://mm.icann.org/pipermail/tz-announce/2016-November/000044.html).
|
|
new packages. Most of which are the remaining modules of the Tryton
platform which weren't packaged. The others are dependencies of the new
modules. This was tested on FreeBSD and is based in large part on Richard
Palo's (richard@) work. This is the most recent release of the Tryton
platform, version 4.2. There's a very large list of changes from the 3.8
series we have in pkgsrc. If you're interested, those functional changes
can be found here:
http://www.tryton.org/posts/new-tryton-release-42.html
http://www.tryton.org/posts/new-tryton-release-40.html
|
|
|
|
1.9741 [2016-11-20]
- C++11 compatibility: blead a914236c
- El Capitan compatibility: blead 45bbc013
- use CLOCK_REALTIME for clock_nanosleep scan: blead 56ed632c
- include file consistency in scans: blead 605b4dbe
- use clockid_t consistently: blead 2979fdf3
- use hv_fetchs(): blead 07e4dd7a
- scan for clockid_t (needed for macos Sierra): blead 69d1f2c2
- darwin lacks clockid_t: blead d1e7b5aa
[rt.cpan.org #129789]
- provide template for tempfile: blead 91dca83e
- explicit cast for clockid_t in C++11: blead 1c566547
- upgrade to a newer ppport (3.35)
|
|
2.09 2016-11-24
- This release is based on version 2016j of the Olson database. This release
includes contemporary changes for Russia (Europe/Saratov).
|
|
Upstream changes:
0.06 2016-11-10
- Fix a POD tag typo
- Packaging updates, including fixing a missing META.yml
|
|
Upstream changes:
1.41 2016-11-16
- The DateTime->add and ->subtract methods now accept DateTime::Duration
objects. This used to work by accident, but this is now done intentionally
(with docs and tests). Based on PR #45 from Sam Kington.
|
|
2.08 2016-11-12
- Switched from RT to the GitHub issue tracker.
|
|
1.11 2016-11-12
- Switched from RT to the GitHub issue tracker.
|
|
Upstream changes:
1.40 2016-11-12
- Switched from RT to the GitHub issue tracker.
|
|
No changelog.
|
|
|
|
-----------------------
Update 2005-10-10 | 10 October 2005 | JD 2453654.355984
Version 2.4 release.
Days between date calculator included: dbd
Example source for JAVA, PERL, AWK, PHP
(pkgsrc changes)
- Set LICENSE= 2-clause-bsd
- Silence pkglint warning. (removing two '@' at do-test,
no major change on output lines at make test).
|
|
--------------------------------------
0.3900 2016-10-09
- require Params::Validate
|
|
----------------------------------------
2.07 2016-11-02
- This release is based on version 2016i of the Olson database. This release
includes contemporary changes for Tonga and Antarctica/Casey. There is also
a new zone for Northern Cyprus, Asia/Famagusta, which differs from other
parts of Cyprus.
|
|
* Updated to tzdata version 2016h
(https://mm.icann.org/pipermail/tz-announce/2016-October/000042.html).
|
|
1.10 2016-10-22
- Don't let warnings from other modules cause t/09version-check.t to
fail. Reported by Graham Ollis. RT #118465
|
|
Upstream changes:
2.06 2016-10-20
- This release is based on version 2016h of the Olson database. This release
includes contemporary changes for Palestine.
|
|
Version 0.14.0
==============
*released on 26 October 2016*
- ``vdirsyncer sync`` now continues other uploads if one upload failed. The
exit code in such situations is still non-zero.
- Add ``partial_sync`` option to pair section. See :ref:`the config docs
<partial_sync_def>`.
- Vdirsyner will now warn if there's a string without quotes in your config.
Please file issues if you find documentation that uses unquoted strings.
- Fix an issue that would break khal's config setup wizard.
|
|
Based on version 2016h of the IANA Time Zone Database
(https://mm.icann.org/pipermail/tz-announce/2016-October/000042.html).
|
|
1.9740 [2016-09-25]
- the ext3/ext2 filesystems do not have subsecond resolution,
therefore skip the t/utime.t test
[rt.cpan.org #116127]
|
|
1.09 2016-10-10
- Rebuilt all locale data with CLDR 30, released on 2016-10-05.
|
|
|
|
0.8.4
=====
released 2016-10-06
* **IMPORTANT BUGFIX** fixed a bug that lead to imported events being
erroneously shifted if they had a timezone identifier that wasn't an Olson
database identifier. All users are advised to upgrade as soon as possible. To
see if you are affected by this and how to resolve any issues, please see the
release announcement (khal/doc/source/news/khal084.rst or
http://lostpackets.de/khal/news/khal084.html). Thanks to Wayne Werner for
finding and reporting this bug.
|
|
2.05 2016-09-28
- This release is based on version 2016g of the Olson database. This release
includes contemporary changes for Turkey.
|
|
Version 0.13.1
==============
*released on 30 September 2016*
- Fix a bug that would completely break collection discovery.
Version 0.13.0
==============
*released on 29 September 2016*
- Python 2 is no longer supported at all. See :gh:`219`.
- Config sections are now checked for duplicate names. This also means that you
cannot have a storage section ``[storage foo]`` and a pair ``[pair foo]`` in
your config, they have to have different names. This is done such that
console output is always unambigous. See :gh:`459`.
- Custom commands can now be used for conflict resolution during sync. See
:gh:`127`.
- :storage:`http` now completely ignores UIDs. This avoids a lot of unnecessary
down- and uploads.
|
|
Based on version 2016g of the IANA Time Zone Database
(https://mm.icann.org/pipermail/tz-announce/2016-September/000041.html).
|
|
2.04 2016-09-26
- Automatically add the latest version of DateTime::Time::Local::Win32 as a
prereqs on Windows system automatically when building the release.
|
|
1.08 2016-09-23
- Require namespace::autoclean 0.19+.
|
|
|
|
|
|
--------------------------
0.8.3
=====
released 2016-08-28
* fixed some bugs in the test suite on different operating systems
* fixed a check for icalendar files containing RDATEs
(pkgsrc-note)
- 'make print-PLIST' does not seem to generate alphabetically sorted list, why ?
|
|
|
|
-------------------------------
v0.4.0
Summary: v0.4.0 of dateutils
This is a bugfix 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
v0.3.5
Summary: v0.3.5 of dateutils
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.
v0.3.4
Summary: v0.3.4 of dateutils
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 dtadd.049.clit/dtadd.050.clit
v0.3.3
Summary: v0.3.3 of dateutils
This is a feature release.
Features:
- to clarify purpose and avoid name clashes prefix binaries with date- This
results in: dateadd dateconv datediff dategrep dateround dateseq datesort
datetest and datezone
- 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
v0.3.2
Summary: v0.3.2 of dateutils
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
-------------------------------------------------------------------------
(pkgsrc-changes)
- recover the two patches for 0.3.1
|
|
in packaging as well as PLIST listing.
- PKGREVISION++, just for easiness to trace this commit.
|
|
---------------------------------
## Version 1.2.4 2016-05-01
* Fix finding the extension on ruby 2.1.10 (thanks @wpiekutowski)
* Add more readable load error (thanks @mbautin)
* Update README with what versions of ruby are supported.
|
|
----------------------------------
1.39 2016-09-17
- Bump minimum required Perl to 5.8.4 from 5.8.1. Looking at CPAN Testers,
this distro hasn't actually passed with earlier Perl versions since
1.35. I'm not explicitly testing with anything earlier than 5.8.8
|
|
---------------------------------------
1.07 2016-09-17
- Bump minimum required Perl to 5.8.4 from 5.8.1. This matches DateTime.pm
itself.
|
|
-----------------------------------------
2.03 2016-09-17
- Bump minimum required Perl to 5.8.4 from 5.8.1. This matches DateTime.pm
itself.
|