Version 0.6.0
=============
*released on 06 August 2015*
- ``password_command`` invocations with non-zero exit code are now fatal (and
will abort synchronization) instead of just producing a warning.
- Vdirsyncer is now able to synchronize metadata of collections. Set ``metadata
= ["displayname"]`` and run ``vdirsyncer metasync``.
- **Packagers:** Don't use the GitHub tarballs, but the PyPI ones.
- **Packagers:** ``build.sh`` is gone, and ``Makefile`` is included in
tarballs. See the content of ``Makefile`` on how to run tests post-packaging.
- ``verify_fingerprint`` doesn't automatically disable ``verify`` anymore.
1.93 2015-08-11
- This release is based on version 2015f of the Olson database. This release
includes contemporary changes for Moldova, North Korea, and Uruguay.
1.20 2015-04-25 NEILB
- Switched to Dist::Zilla, in the process fixing RT#90701, RT#101548,
and RT#101434
- Reformatted this file as per CPAN::Changes::Spec
1.1_01 2015-04-18 NEILB
- This release had the changes in 1.20 above, done first as a developer
release to see what CPAN Testers said.
ProjectLibre is project management software.
It offers the following features:
* Gantt Chart, Project- and Resource-Planning
* Look and feel very close to Microsoft Project
* Save Files as .xml and open them in Microsoft Project 2010
* All operating systems providing Java Runtime Environment
0.6.0
=====
2015-07-15
* BUGFIX Recurrent events with a THISANDFUTURE parameter could affect other
events. This could lead to events not being found by the normal lookup
functionality when they should and being found when they shouldn't. As the
second case should result in an error that nobody reported yet, I hope nobody
got bitten by this.
* new dependency for running the tests: freezegun
* new dependency for setup from scm: setuptools_scm
* khal now needs to be installed for building the documentation
* ikhal's should now support ctrl-e, ctrl-a, ctrl-k and ctrl-u in editable text
fields (Thomas Glanzmann)
* ikhal: space and backspace are new (additional) default keybindings for right
and left (Pierre David)
* when editing descriptions you can now insert new lines (Thomas Glanzmann)
* khal should not choose an arbitrary default calendar anymore (Markus
Unterwaditzer)
* the zsh completion file has been updated (Hugo Osvaldo Barrera)
* new command `import` lets users import .ics files (Christian Geier)
* khal should accept relative dates on the command line (today, tomorrow and
weekday names) (Christian Geier)
* keybinding for saving an event from ikhal's event editor (default is `meta +
enter`) (Christian Geier)
0.5.0
=====
released on 2015-06-01
* fixed several bugs relating to events with unknown timezones but UNTIL, RDATE
or EXDATE properties that are in Zulu time (thanks to Michele Baldessari for
reporting those)
* bugfix: on systems with a local time of UTC-X dealing with allday events lead
to crashes
* bugfix: British summer time is recognized as daylight saving time (Bradley
Jones)
* compatibility with vdirsyncer 0.5
* new command `search` allows to search for events
* user changeable keybindings in ikhal, with hjkl as default alternatives for
arrows in calendar browser, see documentation for more details
* new command `at` shows all events scheduled for a specific datetime
* support for reading birthdays from vcard collections (set calendar/collection
`type` to *birthdays*)
* new command `printformats` prints a fixed date in all configured date-time
settings
* `new` now supports the `--until`/`-u` flag to specify until when recurring
events should run (Micah Nordland)
* python 3 (>= 3.3) support (Hugo Osvaldo Barrera)
ikhal
-----
* minimal support for reccurring events in ikhal's editor (Micah Nordland)
* configurable view size in ikhal (Bradley Jones)
* show events organizers (Bradley Jones)
* major reorganisation of ikhal layout (Markus Unterwaditzer)
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.
No effective change for the above reason.
Ok joerg
1.20 2015-07-01
- The 1.18 release added the June 30, 2015 leap second to the XS code, but I
forgot to update the corresponding pure Perl implementation in
DateTime::LeapSecond.
Version 0.5.2
=============
*released on 15 June 2015*
- Vdirsyncer now checks and corrects the permissions of status files.
- Vdirsyncer is now more robust towards changing UIDs inside items.
- Vdirsyncer is now handling unicode hrefs and UIDs correctly. Software that
produces non-ASCII UIDs is broken, but apparently it exists.
1.92 2015-06-22
- This distro now depends on DateTime::TimeZone::Local::Win32 when it is being
installed on a Windows OS. This should lead to a better experience for
Windows users. Requested by Matthew Horsfall and Karen Etheridge. RT
#103275.
1.91 2015-06-13
- This release is based on version 2015e of the Olson database. This release
includes contemporary changes for Morocco and Cayman Islands.
1.19 2015-05-31
- If you compared a DateTime object to an undef value, you might have received
a warning pointing to code inside DateTime.pm, instead of in your own
code. Fixed by Jason McIntosh. GH #7.
- The 30future-tz.t could fail if run at certain very specific times. This
should now be much less likely, unless a time zone being tested implements a
DST change at noon (which would even more insane than DST already is by a
huge factor). Reported by Karen Etheridge and diagnosed by Slaven Rezic. RT
#102925.
Version 0.5.1
=============
*released on 29 May 2015*
- **N.b.: The PyPI upload of 0.5.0 is completely broken.**
- Raise version of required requests-toolbelt to ``0.4.0``.
- Command line should be a lot faster when no work is done, e.g. for help
output.
- Fix compatibility with iCloud again.
- Use only one worker if debug mode is activated.
- ``verify=false`` is now disallowed in vdirsyncer, please use
``verify_fingerprint`` instead.
- Fixed a bug where vdirsyncer's DAV storage was not using the configured
useragent for collection discovery.
1.90 2015-05-14
- Made the compilation test shipped in the last release an author-only test,
as many of the modules in this distribution try to load DateTime, but
DateTime depends on this distribution. This caused attempts to install
DateTime on a fresh perl install to fail. Reported by Noel Maddy. RT
#104448.
1.89 2015-05-14
- Fix a syntax error in the Android local time zone module. Reported by Gregor
Hermann. RT #104105.
0.46 2015-05-21
- Fixed handling of C locales like "C.UTF-8". Passing these to
DateTime::Locale->load would cause a warning followed by an exception, ubt
all "C" locales should be special-cased as an alias of en-US-POSIX. Reported
by David Wheeler. RT #104574.
TEST_TARGET?= # to skip make test (but can be enabled by 'env TEST_TARGET=test make test')
for following packages:
devel/p5-File-ShareDir-Install
time/p5-DateTime-Format-Strptime
www/p5-LWP-Protocol-https
- Add BUILD_DEPENDS for make test
* [Makefile] Fix minor issues with ocamlfind and 'make install' (from
Christopher Zimmermann).
o [Printer] In function from_fstring of sub-module Ftime, Fcalendar, and
Precise_Fcalendar, the number of seconds corresponding to %S may be a floating
point number (from Christophe Troestler' suggestion).
Added buildlink file, and updated package to use ocaml.mk framework.
1.87 2015-04-20
- This release is based on version 2015c of the Olson database. This release
includes contemporary changes for Egypt, though it looks like those will
change again soon.
This is a very large change, and incorporates the 4.8, 4.10, and 4.12 major
Xfce releases since 4.6.2, our previous pkgsrc release. For more information
about the thousands of changes in each major release since then, please see:
Xfce 4.12 announcement:
http://www.xfce.org/about/news
Xfce 4.12 tour:
http://www.xfce.org/about/tour
Xfce 4.10 announcement:
http://www.xfce.org/about/news/?post=1335571200
Xfce 4.10 tour:
http://www.xfce.org/about/tour410
Xfce 4.8 announcement:
http://www.xfce.org/about/news/?post=1295136000
Xfce 4.8 tour:
http://www.xfce.org/about/tour48
The pkgsrc changes since then are:
New packages:
archivers/xfce4-thunar-archive
graphics/elementary-xfce-icon-theme
mail/xfce4-mailwatch-plugin
misc/xfce4-time-out-plugin
multimedia/xfce4-thunar-media-tags
sysutils/xfce4-mount-plugin
sysutils/xfce4-taskmanager
sysutils/xfce4-thunar-vcs
sysutils/xfce4-verve-plugin
x11/xfce4-garcon
x11/xfce4-notifyd
x11/xfce4-tumbler
x11/xfce4-whiskermenu-plugin
Renamed packages:
devel/xfconf to devel/xfce4-conf
x11/libxfce4menu to x11/libxfce4ui
x11/xfce4-screenshooter-plugin to x11/xfce4-screenshooter
Updated packages:
audio/xfce4-mixer
audio/xfce4-xmms-plugin
devel/xfce4-dev-tools
editors/xfce4-mousepad
graphics/ristretto
meta-pkgs/xfce4-extras
meta-pkgs/xfce4
misc/xfce4-weather-plugin
multimedia/xfce4-mpc-plugin
net/xfce4-wavelan-plugin
sysutils/xfce4-appfinder
sysutils/xfce4-battery-plugin
sysutils/xfce4-cpugraph-plugin
sysutils/xfce4-diskperf-plugin
sysutils/xfce4-fsguard-plugin
sysutils/xfce4-genmon-plugin
sysutils/xfce4-netload-plugin
sysutils/xfce4-quicklauncher-plugin
sysutils/xfce4-systemload-plugin
sysutils/xfce4-thunar
sysutils/xfce4-xarchiver
sysutils/xfce4-xkb-plugin
textproc/xfce4-dict-plugin
time/xfce4-datetime-plugin
time/xfce4-orage
time/xfce4-timer-plugin
wm/xfce4-wm-themes
wm/xfce4-wm
x11/libxfce4gui
x11/libxfce4util
x11/xfce4-clipman-plugin
x11/xfce4-desktop
x11/xfce4-exo
x11/xfce4-eyes-plugin
x11/xfce4-gtk2-engine
x11/xfce4-notes-plugin
x11/xfce4-panel
x11/xfce4-places-plugin
x11/xfce4-session
x11/xfce4-settings
x11/xfce4-terminal
Removed packages:
sysutils/xfce4-volman
x11/xfce4-utils
This is based on a huge amount of work by the NetBSDfr team and Youri Mouton,
who takes over as MAINTAINER, and has been tested by Youri on a large number
of platforms prior to commit. A massive thanks to them. Any issues with the
import are mine alone as the committer-by-proxy.
This module implements ISO 8601 date, time and duration parsing. The
implementation follows ISO8601:2004 standard, and implements only date/time
representations mentioned in the standard. If something is not mentioned there,
then it is treated as non existent, and not as an allowed option.
For instance, ISO8601:2004 never mentions 2 digit years. So, it is not intended
by this module to support 2 digit years. (while it may still be valid as ISO
date, because it is not explicitly forbidden.) Another example is, when no time
zone information is given for a time, then it should be interpreted as local
time, and not UTC.
As this module maps ISO 8601 dates/times to standard Python data types, like
date, time, datetime and timedelta, it is not possible to convert all possible
ISO 8601 dates/times. For instance, dates before 0001-01-01 are not allowed by
the Python date and datetime classes. Additionally fractional seconds are
limited to microseconds. That means if the parser finds for instance nanoseconds
it will round it to microseconds.
* Support for client certificates via the new auth_cert parameter,
see issue #182 and pull request #183.
* The icalendar package is no longer required.
* Several bugfixes related to collection creation.
Ruby timer collections. Schedule several procs to fire after configurable
delays or at periodic intervals.
This gem is especially useful when you are faced with an API that accepts a
single timeout but you want to run multiple timers on top of it. An example of
such a library is [nio4r](https://github.com/celluloid/nio4r), a
cross-platform Ruby library for using system calls like epoll and kqueue.
Hitimes is a fast, high resolution timer library for recording
performance metrics. It uses the appropriate low method calls for each
system to get the highest granularity time increments possible.
It currently supports any of the following systems:
* any system with the POSIX call `clock_gettime()`
* Mac OS X
* Windows
* JRuby
Using Hitimes can be faster than using a series of `Time.new` calls, and
it will have a much higher granularity. It is definitely faster than
using `Process.times`.
memory and CPU time for certain input. Provide a variable
(CLANG_NO_VALUE_PROPAGATION_PASS) for selectively disabling it in those
places known to trigger it.
- three patches dropped, upstream seems to fix the problem.
(upstream)
- Update 0.14.4 to 0.14.6
==============
Planner 0.14.6
==============
Fixes
=====
* Fixed compilation with --with-database (thanks to Maxim Zakharov)
* Several warnings (thanks to Tinggong Wang)
* Got rid of AM_MAINTAINER_MODE
* Got rid of some deprecated code
New and Updated Translations
============================
Kristjan Schmidt (eo)
Alexandre Franke (fr)
Takeshi AIHANA (ja)
Rüdolfs Mazurs (lv)
Piotr Drąg (pl)
Matej Urbančič (sl)
Daniel Nylander (sv)
Gorkem Cetin (tr)
Muhammet Kara (tr)
Kjartan Maraas (nb)
==============
Planner 0.14.5
==============
New features and fixes
======================
* First release since transition to git
-> ChangeLog is now generated from git log by make distcheck
* GTK+ requirement has been bumped from 2.6.0 to 2.14.0
* minor build enhancements, gnome-common is now needed to build
(commits e8e08f, e06805, 05e9cf, c8141a)
* many memory leaks got fixed
(commits 07c105, b1964f, 37cbf8, 60daf9, 327bbb, 6f9c48, 6cc17b, 21c832, 15c94a, 04e47d)
(bugs #334114, #596746)
* some deprecated code got updated
(commits 209bb8, ce9da9, c982ae, cae485, 8b9104, a9e57c, 9998b3, bc176e, f01117, 53986b, 554d30, 98b929, 09545b, 8a571f, b892fb, df6dea, addef5, 046a28)
(bugs #349304, #536416, #584009, #590485, #613623)
* misc bugs fixed:
* Crash when exporting HTML (commit 6c7062)
* Prevent changing order of resources on load/save (commit dfcab6)
* Crash when using zoom-to-fit (commit 8e4fab, bug #550559)
* Assigned resources information shown in HTML export (commit b43d37, bug #308064)
* Maximum percent complete stuck at 75% (commit 226c5e, bug #580216)
* Error when opening files with colon in path (commit 37cbf8, bug #602427)
* Allow scrolling in Gantt and resource usage (commit 170f10, bug #604355)
* Show date in status bar (commit 8f6325, bug #604515)
Known introduced regressions
============================
* help won't open on a build using --prefix (introduced by switch to new API in commit cae485 in planner)
* Gantt chart header has a white background on the Windows version
New and Updated Translations
============================
Khaled Hosny (ar)
Amitakhya Phukan (as)
Xandru Armesto (ast)
Runa Bhattacharjee (bn_IN)
Gil Forcada (ca)
Carles Ferrando (ca@valencia)
Ondřej Kopka (cs)
Marek Cernocky (cs)
Joe Hansen (da)
Mario Blätterman (de)
Christian Kirbach (de)
Nikos Charonitakis (el)
Jorge González (es)
Daniel Mustieles (es)
Mattias Põldaru (et)
Ivar Smolin (et)
Iñaki Larrañaga Murgoitio (eu)
Louis Grandjean (fr)
Claude Paroz (fr)
Milo Casagrande (it)
Takeshi AIHANA (ja)
Baurzhan Muftakhidinov (kk)
Sandeep Shedmake (mr)
Kjartan Maraas (nb)
Nils-Christoph Fiedler (nds)
Manoj Kumar Giri (or)
Piotr Drąg (pl)
Lucian Adrian Grijncu (ro)
Yuri Kozlov (ru)
Alexandre Prokoudine (ru)
Matej Urbančič (sl)
Daniel Nylander (sv)
I. Felix (ta)
Gavin Huang (zh_CN)
Aron Xu (zh_CN)
---------------
1.233 Fri Nov 22 15:49:20 CST 2013
fixed a long standing issue with parseInterval and fractional seconds.
NOTE: Date::Parse, does NOT handle resolutions < 1 second. For that,
you really should have a look at Time::HiRes. This fix quantizes fractional
second values to whole numbers.
Thanks for the patch, Bob <bob_freeman@hms.harvard.edu> !
0.22 2015-02-17
- Add URI and NONE alarm types, for compatibility with Apple iCal
- Add support for the common X-WR-CalName property
- Optionally enforce UID attribute
- Optionally auto-generate UID
- Run with taint mode enabled
- Packaging updates
Version 0.4.3
=============
- More performance improvements to ``singlefile``-storage.
- Add ``post_hook`` param to ``filesystem``-storage.
- Collection creation now also works with SabreDAV-based servers, such as
Baikal or ownCloud.
- Removed some workarounds for Radicale. Upgrading to the latest Radicale will
fix the issues.
- Fixed issues with iCloud discovery.
- Vdirsyncer now includes a simple ``repair`` command that seeks to fix some
broken items.
0.4.0
released on 2015-02-02
dependency changes
new dependency: click>3.2
removed dependency: docopt
note to package mantainers: requirements.txt has been removed,
dependencies are still listed in setup.py
users will need to delete the local database, no data should
be lost (and khal will inform the user about this)
bug fixes
FIX: vtimezones were not assembled properly, this lead to
spurious offsets of events in some other calendar applications
new and changed features
new config_option: [default] print_new, lets the user decide
what should be printed after adding a new event
new config option: [default] show_all_days lets users decide
if they want to see days without any events in agenda and
calendar view (thanks to Pierre David)
khal (and ikhal) can now display weeknumbers (see config file)
khal new can now create repetitive events (with ârepeat), see
documentation (thanks to Eric Scheibler)
config file: the debug option has been removed (use khal -v
instead)
better support for broken events, e.g. events ending before
they start (Thanks to Markus Unterwaditzer)
more recurrence rules are supported, khal will print warnings
on unsupported rules
change in behaviour: recurring events are now always expanded
until 2037
major speedup in inserting events into the caching database,
especially noticeable when running khal for the first time or
after an deleting the database (Thanks to Markus Unterwaditzer)
ikhal
ikhalâs calendar should now be filled on startup
pressing t refocuses on today
pressing ctrl-w in input fields should delete the last word
before the cursor
when the focus is set on the events list/editor, the current
date should still be visible in the calendar
0.3.1
released on 2014-09-08
FIX: events deleted in the vdir are not shown anymore in khal.
You might want to delete your local database file, if you have
deleted any events on the server.
FIX: in some cases non-ascii characters were printed even if
unicode_symbols is set to False in the config
FIX: events with different start and end timezones are now
properly exported (the end timezone was disregarded when building
an icalendar, but since timezones cannot be edited anyway, this
shouldnât have caused any problems)
FIX: calendars marked as read-only in the configuration file
should now really be read-only
0.3.0
released on 2014-09-03
new unified documentation
html documentation (website) and man pages are all
generated from the same sources via sphinx (type make
html or make man in doc/, the result will be build in
build/html or build/man respectively
the new documentation lives in doc/
the package sphinxcontrib-newsfeed is needed for
generating the html version (for generating an RSS
feed)
the man pages live doc/build/man/, they can be build
by running make man in doc/sphinx/
new dependencies: configobj, tzlocal>=1.0
IMPORTANT: the configuration fileâs syntax changed (again),
have a look at the new documentation for details
local_timezone and default_timezone will now be set to the
timezone the computer is set to (if they are not set in the
configuration file)
This Python module returns a tzinfo object with the local timezone
information under Unix and Win-32. It requires pytz, and returns
pytz tzinfo objects.
This module attempts to fix a glaring hole in pytz, that there is
no way to get the local timezone information, unless you know the
zoneinfo name, and under several Linux distros that's hard or
impossible to figure out.
Also, with Windows different timezone system using pytz isn't of
much use unless you separately configure the zoneinfo timezone
name.
With tzlocal you only need to call get_localzone() and you will
get a tzinfo object with the local time zone info. On some Unices
you will still not get to know what the timezone name is, but you
don't need that when you have the tzinfo file. However, if the
timezone name is readily available it will be used.
Version 0.4.2
=============
*released on 30 January 2015*
- Vdirsyncer now respects redirects when uploading and updating items. This
might fix issues with Zimbra.
- Relative ``status_path`` values are now interpreted as relative to the
configuration file's directory.
- Fixed compatibility with custom SabreDAV servers. See :gh:`166`.
- Catch harmless threading exceptions that occur when shutting down vdirsyncer.
See :gh:`167`.
- Vdirsyncer now depends on ``atomicwrites``.
- Massive performance improvements to ``singlefile``-storage.
- Items with extremely long UIDs should now be saved properly in
``filesystem``-storage. See :gh:`173`.
1.84 2015-01-17
- Removed the per-OS prereqs on DateTime::TimeZone::HPUX and
DateTime::TimeZone::Local::Win32. This gets rid of circular dependencies
between those distros and this one. RT #101588, 101589 and 68231.
Version 5.24.0
- Version 5.24.0
- Updated to Qt 5.4.0.
- Significant speed improvements when using many students sets (suggested by Volker Dirr).
- Speed improvements in the statistics menu.
- Other speed improvements for larger data.
- Added an option to hide students subgroups in combo boxes/activity planning (useful if you have too many students subgroups
and you don't use them in the interface).
- Added options to select the categories of timetables to write on the hard disk.
- Automatic division of years by categories is improved (suggested by alxgudea, Bobby Wise and Volker Dirr).
- Code improvement in reading the .fet XML files: converted from the obsolete Qt classes QDom* to QXmlStreamReader. It brings
speed and memory improvements when reading the input files, and ensures FET source compatibility with future Qt versions.
Also error reporting when reading a corrupt file is improved. The structure of the .fet XML files is slightly changed,
but of course older files are opened correctly.
- Several bug fixes, when trying to open corrupt files.
- Other bug fixes, reported by Vanyo Georgiev.
- It is now allowed to have constraints preferred/home rooms with a single room (suggested by liquid and Volker Dirr).
- Added a new example file from Vietnam, by nguyenhuuduyet.
- Added a new example file from Namibia, by Bobby Wise.
- Added two anonymous example files.
---------------------------------------------------------------------------------
Versions 5.25.0 - 5.25.x
- Version 5.25.0
- Improved the split year dialog: groups and subgroups which will exist in this year after the division will retain their activities and constraints.
- Sort (temporarily) the constraints by description in the all time/space constraints dialogs. Also, removed the 'Sort by comments' button,
which is probably useless.
- Fixed a bug introduced in version 5.24.0: when having individually modified activities, removing teachers, subjects, activity tags,
or students sets could remove only some components of the large split activity.
- Some minor strings improvements.
Version 2.4.0
-------------
- Fix an issue with relativedelta and freezegun (lp:1374022)
- Fix tzinfo in windows for timezones without dst (lp:1010050, gh #2)
- Ignore missing timezones in windows like in POSIX
- Fix minimal version requirement for six (gh #6)
- Many rrule changes and fixes by @pganssle (gh pull requests #13#14#17),
including defusing some infinite loops (gh #4)
Version 0.4.1
=============
*released on 05 January 2015*
- All ``create`` arguments from all storages are gone. Vdirsyncer now asks if
it should try to create collections.
- The old config values ``True``, ``False``, ``on``, ``off`` and ``None`` are
now invalid.
- UID conflicts are now properly handled instead of ignoring one item. Card-
and CalDAV servers are already supposed to take care of those though.
- Official Baikal support added.
1.18 2015-01-05
- There will be a new leap second on June 30, 2015.
1.17 2015-01-04
- No code changes from the 1.16 release.
1.16 2015-01-04 (TRIAL RELEASE)
- Test fix for systems where IVs are 4 bytes long.
1.15 2015-01-03 (TRIAL RELEASE)
- Trying this again ... Experimental fix for adding very large numbers of
days. Previously, trying to add more than around 2^28 days could cause
errors if the result ended up in a leap year. This is being released as a
trial release because I'm not sure how this change will behave on a 32-bit
Perl. Reported by KMX. RT #97046.
1.14 2015-01-03
- Accidentally release 1.13 as a non-TRIAL release. Releasing 1.13 minus the
integer change so there's a known-safe stable release on CPAN for people to
install.
1.13 2015-01-03
* This release was deleted from CPAN.
- Experimental fix for adding very large numbers of days. Previously, trying
to add more than around 2^28 days could cause errors if the result ended up
in a leap year. This is being released as a trial release because I'm not
sure how this change will behave on a 32-bit Perl. Reported by KMX. RT
#97046.
- Various small doc chances to address RT #96958, #98733, and #101262.
/dev/audio, as far as I can tell, so lift the narrow ONLY_FOR_PLATFORM
restriction.
(But, based on things I saw while going through audio/, mark it
NOT_FOR_PLATFORM on Interix.)
If you try it on Linux or whatever and it doesn't work, let me know or
file a PR and I'll attend to it or mark it broken.
Version 0.4.0
=============
*released on 31 December 2014*
- The ``passwordeval`` parameter has been renamed to ``password_command``.
- The old way of writing certain config values such as lists is now gone.
- Collection discovery has been rewritten. Old configuration files should be
compatible with it, but vdirsyncer now caches the results of the collection
discovery. You have to run ``vdirsyncer discover`` if collections were added
or removed on one side.
- Pair and storage names are now restricted to certain characters. Vdirsyncer
will issue a clear error message if your configuration file is invalid in
that regard.
- Vdirsyncer now supports the XDG-Basedir specification. If the
``VDIRSYNCER_CONFIG`` environment variable isn't set and the
``~/.vdirsyncer/config`` file doesn't exist, it will look for the
configuration file at ``$XDG_CONFIG_HOME/vdirsyncer/config``.
- Some improvements to CardDAV and CalDAV discovery, based on problems found
with FastMail. Support for ``.well-known``-URIs has been added.
1.83 2014-12-24
- The last release did not include any of the generated zone files. Oops.
- Attempting to fix indexing of DateTime::TimeZone::Catalog on metacpan. No
real code or zone changes.
1.82 2014-12-24
- Various changes to get tests passing and tools code working with blead. This
includes fixing some "Redundant argument in sprintf" warnings that could
occur in the DateTime test suite. Reported by Slaven Rezic. RT #10116.
- autoreconf is not necessary for this tarball
(remove pre-configure: target in Makefile)
- Remove automake and autoreconf from USE_TOOLS+=
- Add patch for Makefile.in as well as Makefile.am
- MAKE_JOBS_SAFE= no
- Add following files in PLIST
share/dateutils/iata.tzmcc
share/dateutils/icao.tzmcc
share/dateutils/mic.tzmcc
Thanks again obache@
- MASTER_SITES moved
- DIST_SUBDIR is now used.
- pre-configure:, post-build: added for Makefile
- Some tweak added (post-build: etc) to get similar PLIST (as of 0.2.6)
(upstream)
Update 0.2.6 to 0.3.1
From: http://www.fresse.org/dateutils/changelog.html
v0.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
v0.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
- 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)
v0.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 fixed
- dseq now accepts %W, %V output formats, issue 22 fixed
- builds with clang >= 3.3 work again, clang bug 18028
Version 0.3.4
=============
*released on 8 December 2014*
- Some more bugfixes to config handling.
Version 0.3.3
=============
*released on 8 December 2014*
- Vdirsyncer now also works with iCloud. Particularly collection discovery and
etag handling were fixed.
- Vdirsyncer now encodes Cal- and CardDAV requests differently. This hasn't
been well-tested with servers like Zimbra or SoGo, but isn't expected to
cause any problems.
- Vdirsyncer is now more robust regarding invalid responses from CalDAV
servers. This should help with future compatibility with Davmail/Outlook.
- Fix a bug when specifying ``item_types`` of
:py:class:`vdirsyncer.storage.CaldavStorage` in the deprecated config format.
- Fix a bug where vdirsyncer would ignore all but one character specified in
``unsafe_href_chars`` of :py:class:`vdirsyncer.storage.CaldavStorage` and
:py:class:`vdirsyncer.storage.CarddavStorage`.
Version 2.3
-----------
- Cleanup directory structure, moved test.py to dateutil/tests/test.py
- Changed many aspects of dealing with the zone info file. Instead of a cache,
all the zones are loaded to memory, but symbolic links are loaded only once,
so not much memory is used.
- The package is now zip-safe, and universal-wheelable, thanks to changes in
the handling of the zoneinfo file.
- Fixed tzwin silently not imported on windows python2
- New maintainer, together with new hosting: GitHub, Travis, Read-The-Docs
Version 2.2
-----------
- Updated zoneinfo to 2013h
- fuzzy_with_tokens parse addon from Christopher Corley
- Bug with LANG=C fixed by Mike Gilbert
Version 2.1
-----------
- New maintainer
- Dateutil now works on Python 2.6, 2.7 and 3.2 from same codebase (with six)
- #704047: Ismael Carnales' patch for a new time format
- Small bug fixes, thanks for reporters!
Version 2.0
-----------
- Ported to Python 3, by Brian Jones. If you need dateutil for Python 2.X,
please continue using the 1.X series.
- There's no such thing as a "PSF License". This source code is now
made available under the Simplified BSD license. See LICENSE for
details.
Version 0.3.2
=============
- The current config format has been deprecated, and support for it will be
removed in version 0.4.0. Vdirsyncer warns about this now.
- Version 5.23.3
- Updated to Qt 5.3.2.
- Added a fet.desktop file (by Alexey Loginov).
- Fixed some comments concerning the GNU GPL license (reported by Alexey Loginov).
- Added a "make install" option (suggested by Alexey Loginov
and other users, done by Zsolt Udvari and Liviu Lalescu).
- Added an icon (suggested by Alexey Loginov and other users).
- Added an option at compilation time so that FET
automatically detects the system locale (suggested by Alexey
Loginov and other users).
- Version 5.23.4
- Added a partial Chinese Simplified (zh_CN) translation, by orange.
- Added two example files from Vietnam, by Nguyen Huu Tuyen.
------------------
2.41 18-Mar-2014 OSX:
- Fixed start-up rotation and credits display on iOS 7.
- Suppress status bar (again) on iOS 7.
2.40 27-Nov-2013 OSX:
- Added "Check for Updates".
2.39 16-Jul-2013 All platforms:
- Tweaked character outlines for smoother morphing.
iPhone:
- Fixed crash when rotating on Retina iPads.
OSX:
- Fixed crash when running in full screen or as a
screen saver on really old machines.
2.38 08-Jul-2013 OSX:
- Toggling window title bar preserves transparency.
- Transparency works in full-screen mode.
- Screen saver preferences weren't being saved.
- Fixed bug where System Preferences window went black.
- Possibly fixed an intermittent startup crash.
2.37 22-Sep-2012 iPhone:
- Support for iPhone 5's new screen size.
2.36 23-Apr-2012 OSX:
- Fixed a startup crash on 10.7.
- Added a preference to keep the Dali Clock window
above even the screen saver window.
- "Upgraded" to XCode 4.0, which means that 10.4 PPC
builds are impossible, and Intel is now required.
2.35 18-Aug-2010 All platforms:
- Regenerated font images for smoother animation.
iPhone, iPad:
- Higher resolution display (and icons) on iPhone 4.
- Fixed a display glitch when zooming.
- Fixed an occasional rotation twitch on iPad.
X11:
- Turned on -cycle by default.
2.34 19-May-2010 iPhone:
- When docked, don't automatically turn screen off.
- Briefly display the date every minute or so.
- Made rotation less twitchy.
- Fixed off-by-one in date display.
OSX:
- Animate while resizing window.
2.33 24-Apr-2010 iPhone, OSX, WebOS:
- Keep the clock centered in the window even when
in 12 hour mode where the hour is one digit, and
animate the centering transition.
OSX:
- Eliminated flicker when a transparent Dali Clock
window is on top of a window that is playing video.
iPhone:
- Animate rotation/scaling during orientation changes.
- Submitted to Apple iTunes Store.
2.32 20-Apr-2010 iPhone:
- Fixed a startup crash.
- Rotation and pinch-zooming works reliably.
2.31 18-Apr-2010 OSX:
- Tweaks to Mac OS 10.6 build process.
- Rewrote rendering engine in OpenGL / OpenGLES.
- The colons and dashes morph now too.
iPhone:
- Works now!
X11:
- Added -showdate option so you can run two copies,
one showing the date and one showing the time.
http://lists.roaringpenguin.com/pipermail/remind-fans/2013/002903.html
---------------------
2013-02-02 Release 1.4.6:
* Fixed a failure to quote filenames in the editor commands provided by
the default wyrdrc.
* Fixed a crash when the terminal is resized while wyrd is executing an
external editor or browser. (In some environments, this would happen
every time a reminder file is edited.)
* Fixed 'configure' errors when compiling with OCaml 4.
* Added Oasis metadata.
* Added automatic refresh of the display when reminder files are modified.
* Added a backtrace printout for unhandled exceptions.
* Fixed a parallel-make race conditoin resulting from integration of
upstream ocaml-curses.
* Fixed a crash when the terminal is resized.
* Fixed some crashes which could be triggered by pressing arrow keys or
entering non-printable characters from the "quick add" entry field.
- Add LICENSE (gnu-gpl-v1)
- Add comment on patches (mainly from cvs log)
(upstream)
- Update 0.7 to 0.9
-------------
Tue Sep 6 08:52:43 EST 2005
projclock.tcl
- changed name from Project Clock to WorkerTimer due to trademark issue
Wed Mar 17 08:40:14 EST 2004
projclock.tcl
- some tidying up of window behaviour
- fixed problem with custom summary when pclock dir has spaces in name
- Add LICENSE= ( Found Copyright notice at source, for example Warp.pm)
(upstream)
- Update 0.5 to 0.51
0.51 2014-10-17
New maintainer (SZABGAB)
Use Test::More instead of Test
Include META.yml RT #77752
POD encoding is now utf8 RT #93259
1.12 2012 September 27
- Fix CPAN RT bug 44167/54990: Negative milliseconds/microseconds.
This was a boneheaded mistake I should have fixed years ago.
Many thanks to Karl Moens for reporting the error, and for a patch.
- Fix CPAN RT bug 47229: Build.PL dependencies.
Unfortunately, I cannot fix Makefile.PL, since ExtUtils::MakeMaker
has no concept of "recommended" or "optional" modules.
Thanks to Jens Rehsack for the suggestion.
- Fix CPAN RT bug 55630: ISO-8601 Z (Zulu, UTC) marker not supported.
Thanks to Will Coleda for pointing this out.
- Fix CPAN RT bug 76705/76707 (maybe): month out of range.
I can't reproduce this bug, but I made a change to the time parsing
that might fix it. Thanks to Todd Bezenek for reporting the problem.
Add LICENSE=
(upstream)
Update 0.06 to 0.11
----------------
0.11 2014-03-26
- Min perl version now set to 5.6.0
- Added description of DateTime::Format::Duration to SEE ALSO
0.10 2014-03-24
- Switched to Dist::Zilla. The Module::Install Makefile.PL was resulting
in dependency problems and CPAN Testers fails, and I'm not familiar with
it. Easier to switch. Thanks to ZEFRAM for pointing out the problem.
0.09 2014-03-23
- Test::More and Time::Duration were listed as build_requires;
changed them to test_requires, with versions. Wonder if this was
the cause of the small number of CPAN Testers fails?
- Added more more modules to the SEE ALSO section in the pod.
0.08 2014-03-23
- Can now have a leading '+', as in '+2h'.
Suggested by MSCHWERN in RT#66572
- Added github repo to metadata (thanks dsteinbrunner)
- Added github repo to pod
- Added Time::Duration::Parse::More to SEE ALSO
0.07 2014-03-21
- Added 'use warnings'
- Specified min perl version as 5.6.0 in Makefile.PL
- Fixed pod error reported in RT#86904
- Added license type 'perl' to metadata via Makefile.PL
- Reformatted this file as per CPAN::Changes::Spec
-LICENSE= gnu-gpl-v2 # OR artistic
+LICENSE= ${PERL5_LICENSE}
(upstream) Update 0.12 to 0.13
0.13 - 07 Aug 2014
* explicit license in META as per RT #97806
* included other updates to Makefile.PL details (author, etc)
small changes on PKGNAME modification
-PKGNAME= p5-${DISTNAME:S/06001/06.001/}
+PKGNAME= p5-${DISTNAME:S/.06/.06./}
drop following line, pkglint flags, and packaged fine without it.
-PERL5_BUILD_TYPE= Module::Install::Bundled
(upstream) Update 0.06.001 to 0.06.002
0.06002 - 04 Aug 2011
- Fix rt#70001, 5.14 deprecations.
- Moved to github
- (Neither ChangeLog or Release Note not found), sorry
- Add LICENSE= to ${PERL5_LICENSE}, for web page saying so:
---------------
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
---------------
Convert not to use Module::Build
-BUILD_DEPENDS+= {perl>=5.17.1,p5-Module-Build>=0.40000}:../../devel/p5-Module-Build
-PERL5_MODULE_TYPE= Module::Build
(upstream) update 1.01 to 1.05
1.05 2013-09-18
(Generated by)
Dist::Zilla version 4.300030 --> 4.300038
CPAN::Meta::Converter version 2.120921
CPAN::Meta::Converter version 2.140640
1.04
1.03
1.02 2013-09-14
- Added method to get originalEvent from XML - suggested by Ian Norton
- documentation and packaging fixes - by David Steinbrunner.
- version number using 4 digits - requested by David Marshall.
0.33 2013-09-15
- bugfix in SpanSet->grep. Reported by Andreas Isberg
0.05 2014-10-26
- Added parsing of MySQL fractional seconds (microseconds).
- Allowed additional valid MySQL formats (delimiters in DATE and TIME
fields using punctuation, 'T' separator between DATE and TIME and
single-digit time or date values).
0.12 2014-07-17
- fix BYMONTH, BYMONTHDAY constraints to FREQ=MINUTELY, FREQ=HOURLY, and FREQ=SECONDLY.
patch and tests provided by Andrew Sterling Hanenkamp
-----------------------
Changes in 3.11
* If a yahrzeit would fall on 30 Cheshvan in a short year, advance
observance to 1 Kislev. If a yahrzeit would fall on Kislev 30 in a
short year, advance observance to 1 Tevet.
* Allow Ta'anit Bechorot (Fast of the Firstborn) to fall on a
Friday. When a fast day falls on Friday, we do in fact observe the
fast on Friday, even though Shabbat follows immediately. Also, in some
years, Asarah Betevet (Tenth of Tevet) falls on Friday and is observed
on that day.
It is only in years when the date of the fast falls on Shabbat that
the fast is moved: Ta'anit Ester (Fast of Esther) and Ta'anit Bekhorim
are moved back to Thursday. Tsom Gedalyah (Fast of Gedaliah) and
Shiv'ah Asar Betammuz (Seventeeth of Tammuz) are moved ahead to
Sunday. Tish'ah Be'av (Ninth of Av), a full-day fast, is moved ahead
to Saturday night. Asarah Betevet does not fall on Shabbat.
Changes in 3.10
* Add Erev Purim and Erev Tish'a B'Av
* Add Pesach Sheni (14 Iyyar)
Changes in 3.9.1
[revved version number correctly]
Changes in 3.9
* Yom Hazikaron first observed in 1949. Yom HaShoah first observed in 1951.
* Allow Asara B'Tevet to fall on a Friday.
Changes in 3.8
* fixed spelling of shabbat Chazon
* fixed yom Haatzmaut 2007
* added support for Mexico DST scheme (no longer the same as US & Canada)
* Correct Gibraltar time zone to UTC+1, not UTC-10. Thanks to
Jack Gross <jacobbgross@hotmail.com> for reporting the bug.
DragonFly:
ld: evolution-webcal-main.o: undefined reference to symbol 'g_thread_init'
ld: note: 'g_thread_init' is defined in DSO /usr/pkg/lib/libgthread-2.0.so.0 so try adding it to the linker command line
/usr/pkg/lib/libgthread-2.0.so.0: could not read symbols: Invalid operation
Version 0.3.1
=============
*released on 24 November 2014*
- Fixed a bug where vdirsyncer would delete items if they're deleted on side A
but modified on side B. Instead vdirsyncer will now upload the new items to
side A. See :gh:`128`.
- Synchronization continues with the remaining pairs if one pair crashes, see
:gh:`121`.
- The ``processes`` config key is gone. There is now a ``--max-workers`` option
on the CLI which has a similar purpose. See :ghpr:`126`.
- The Read The Docs-theme is no longer required for building the docs. If it is
not installed, the default theme will be used. See :gh:`134`.
A parser and renderer for binary Olson timezone files whose format is
specified by the tzfile(5) man page on Unix-like systems. For more
information about this format, see http://www.twinsun.com/tz/tz-link.htm.
Functions are provided for converting the parsed data into TimeZoneSeries
objects from the timezone-series package. On many platforms, binary Olson
timezone files suitable for use with this package are available in the
directory usrshare/zoneinfo and its subdirectories on your computer.
This package endows Data.Time, from the time package, with several data
types and functions for enhanced processing of timezones. For one way to
create timezone series, see the timezone-olson package.
1.80 2014-11-16
- This distro no longer ships the DateTime::TimeZone::Local::Win32
module. Instead, it depends on that module when you install
DateTime::TimeZone on a Windows system machine.
- Tweaked the warning when loading a zone class from disk that was generated
using a different Olson version than the current DateTime::TimeZone
module. Previously, it said the loaded version was older, but all we know is
that it's different. Reported by Karen Etheridge. RT #66097.
1.78 2014-11-05
- Fix warnings from Perl 5.8.8 and before. Apparently it doesn't like when
$SIG{__DIE__} is set to undef. Patch by Peter Rabbitson. GitHub PR #88.
1.77 2014-11-04
- Updated the mapping of Windows -> IANA time zones. Patch by David
Pinkowitz. RT #10025.
- Replaced Class::Load with Module::Runtime, and replaced eval with Try::Tiny.
1.76 2014-10-26
- When searching for the local timezone we now look at /etc/timezone before
/etc/localtime. The former is a much quicker check if it exists. Patch by
Karen Etheridge. PR #3.
- The tools/parse_olson script now supports parsing the etcetera and systemv
files. This is *not* enabled by default as it would generate zones that
conflict with existing links for Etc/UTC and others. Patch by Alfie John. PR
#1.
Update to version 2.2
Version 2.2
-----------
- Updated zoneinfo to 2013h
- fuzzy_with_tokens parse addon from Christopher Corley
- Bug with LANG=C fixed by Mike Gilbert
Version 2.1
-----------
- New maintainer
- Dateutil now works on Python 2.6, 2.7 and 3.2 from same codebase (with
- six)
- #704047: Ismael Carnales' patch for a new time format
- Small bug fixes, thanks for reporters!
0.401 2014-05-03
- Fix the tests to accomodate the new 1-digit format for days of month
before the tenth. Thanks to Dagfinn Ilmari Mannsåker for the patch.
- add some more sample dates to t/sample_dates
and run one test per sample date in t/sample.t
0.400 2014-04-13
- New maintainer - Philippe Bruhat (BooK)
- Now depends on DateTime 0.18. RT #74580.
- Moved POD tests to the release stage.
- format_datetime() now uses 1-digit numbers for day of month < 10.
Dates with unrecognized timezones lead to the creation of a DateTime
object with a floating timezone.
UTC is now formatted as +0000, floating is formatted as -0000.
RT #94556.
- Now packaged using Dist::Zilla. Moved back to three-digit version numbers.
1.12 2014-08-31
- The last release had the wrong repo info in the metadata.
1.11 2014-08-31
- The latest historical changes in DateTime::TimeZone 1.74 caused some tests
to fail. Reported by Slaven Rezic. RT #98483.
- This release of DateTime.pm now requires the DateTime::TimeZone 1.74.
1.74 2014-08-30
- This release is based on version 2014g of the Olson database. This release
includes contemporary changes for Turks & Caicos.
- Fixed a bug when trying to get the local timezone by looking at
/etc/sysconfig/clock. Patch by Alexey Molchanov. GitHub PR #2.
1.73 2014-08-06
- This release is based on version 2014f of the Olson database. This release
includes contemporary changes for Russia and Australia.
1.72 2014-08-03
- Added support for getting the local time zone on Android. Patch from Brian
Fraser. RT #97711.
- The primary repo for this distro is now on GitHub.
Version 0.2.5
=============
*released on 27 August 2014*
- Don't ask for the password of one server more than once and fix multiple
concurrency issues, see issue `#101`_.
- Better validation of DAV endpoints.
.. _`#101`: https://github.com/untitaker/vdirsyncer/issues/101
vdirsyncer synchronizes your calendars and addressbooks between
two storages. The supported storages are CalDAV, CardDAV, arbitrary
HTTP resources and some more.
It aims to be for CalDAV and CardDAV what OfflineIMAP is for IMAP.
FET is open source free software for automatically scheduling the
timetable of a school, high-school or university. It uses a fast
and efficient timetabling algorithm. It is licensed under GNU GPL.
Usually, FET is able to solve a complicated timetable in maximum
5-20 minutes. For simpler timetables, it may take a shorter time,
under 5 minutes (in some cases, a matter of seconds). For extremely
difficult timetables, it may take a longer time, a matter of hours.
Khal is a standards based CLI (console) calendar program. CalDAV
compatibiliy is achieved by using vdir/vdirsyncer as a backend,
allowing syncing of calendars with a variety of other programs on
a host of different platforms.
khal is currently in an early stage of development, has a limited
feature set and is probably full of bugs. If you do try it out,
please make sure you have a backup of your date and please report
back any bugs you might encounter.
3.8.1 (2014-07-17)
------------------
- The representation of CaselessDicts in 3.8 changed the name attribute of
Components and therefore broke the external API. This has been fixed.
[untitaker]
3.8 (2014-07-17)
----------------
- Allow dots in property names (Needed for vCard compatibility). Refs #143.
[untitaker]
- Change class representation for CaselessDict objects to always include the
class name or the class' name attribute, if available. Also show
subcomponents for Component objects.
[thet]
- Don't use data_encode for CaselessDict class representation but use dict's
__repr__ method.
[t-8ch]
- Handle parameters with multiple values, which is needed for vCard 3.0.
Refs #142.
[t-8ch]
Upstream changes:
0.10 2014-02-03 17:17:57Z
- temporarily revert change that cleaned namespaces (0.09), until the
logic is cleaned up in MooseX::Types itself
0.09 2014-02-03 02:16:30Z
- Require perl 5.8.3, as Moose does
- canonical repository moved to github moose organization
Add missing DEPENDS
Upstream changes:
1.71 2014-06-21
- This release is based on version 2014e of the Olson database. This release
includes contemporary changes for Egypt and Morocco.
1.70 2014-06-01
- Unset $ENV{TZ} in t/04local..t test to avoid interference from
system. Reported by Mark Gardner. RT #96083.
- This release is based on version 2014d of the IANA database, but there are
no data changes from 2014c.
- portability fixes for XS changes in 1.25_01
- no changes since previous (trial) release
- fix compiling for WinCE, execution is untested
- add a .gitignore (from Win32::API)
- fix a compiler warning about unused var, and add inlining
- add PERL_NO_GET_CONTEXT to XS to bring the binary into 21st century
- refactor XS code to remove large sections of duplicate machine code
- fix _crt_localtime to return year only once, previously
_crt_localtime returned year (item #6) twice in the list
Arrow is a Python library that offers a sensible, human-friendly approach to
creating, manipulating, formatting and converting dates, times, and timestamps
It implements and updates the datetime type, plugging gaps in functionality, and
provides an intelligent module API that supports many common creation scenarios
Simply put, it helps you work with dates and times with fewer imports and
a lot less code.
- Some tests added in 1.09 would fail on a Perl without a 64-bit
gmtime(). Reported by Jerome Eteve. RT #95345.
- A call to ->truncate( to => 'week' ) could fail but leave the object
changed. RT #93347.
- The value of ->jd() is now calculated based on ->mjd() instead of the other
way around. This reduces floating point errors a bit when calculating MJD,
and should have a neglible impact on the accuracy of JD. Reported by Anye
Li. RT #92972. See the ticket for a more detailed description of what this
fixes.
- Attempting to construct a DateTime object with a year >= 5000 and a time
zone other than floating or DST now issues a warning. This warning may go
away once DateTime::TimeZone is made much faster. Inspired by a bug report
from Lloyd Fournier. RT #92655.
3.7 (2014-06-02)
----------------
- For components with ``ignore_exceptions`` set to ``True``, mark unparseable
lines as broken instead rising a ``ValueError``. ``VEVENT`` components have
``ignore_exceptions`` set to ``True`` by default. Ref #131. Fixes#104.
[jkiang13]
- Make ``python-dateutil`` a soft-dependency.
[boltnev]
- Add optional ``sorted`` parameter to ``Component.to_ical``. Setting it to
false allows the user to preserve the original property and parameter order.
Ref #136. Fixes#133.
[untitaker]
- Fix tests for latest ``pytz``. Don't set ``tzinfo`` directly on datetime
objects, but use pytz's ``localize`` function. Ref #138.
[untitaker, thet]
- Remove incorrect use of __all__. We don't encourage using ``from package
import *`` imports. Fixes#129.
[eric-wieser]
3.6.2 (2014-04-05)
------------------
- Pep8 and cleanup.
[lasudry]
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
Upstream changes:
1.69 2014-05-13
- Don't run tests for Unix on non-Unix boxes.
1.68 2014-05-13
- The last release was missing some test changes I made on another
machine. Doh.
1.67 2014-05-13
- I accidentally skipped 1.66, don't read anything into the 0.02 version bump
here.
- This release is based on version 2014c of the IANA database (I skipped 2014b
for lack of debuggint time). This release includes contemporary changes for
Crimea and Troll Station, Antarctica from 2014b and contemporary changes for
Egypt from 2014c.
1.65 2014-03-09
- This release is based on version 2014a of the Olson database. This release
includes contemporary changes for Turkey.
1.64 2014-02-07
- Under taint mode, DateTime::TimeZone->new( name => 'local' ) could die
depending on the method used to find the local time zone name. The resulting
variable would often be tainted. We now untaint all names before attempting
to load them. Reported by Stevie-O. RT #92631.
Upstream changes:
1.08 2014-03-11
- DateTime now calls DateTime->_core_time() instead of calling Perl's time()
built-in directly. This makes it much easier to override the value of time()
that DateTime sees. This may make it easier to write tests for code that
uses DateTime .
1.07 2014-02-06
- Added a hack to get this module working on Android. RT #92671.