Age | Commit message (Collapse) | Author | Files | Lines |
|
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.85 2015-01-30
- This release is based on version 2015a of the Olson database. This release
includes contemporary changes for Quintana Roo and Chile.
|
|
== Version 0.3.43 (tzdata v2015a) - 31-Jan-2015
* Updated to tzdata version 2015a
(http://mm.icann.org/pipermail/tz-announce/2015-January/000028.html).
|
|
|
|
The Meeting Room Booking System (MRBS) is a PHP-based application for
booking meeting rooms, or other resources.
|
|
|
|
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.
|
|
XXX: the file in here is badly out of date wrt upstream tzdata.
|
|
/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.
|
|
Remove now unnecessary overrides in various packages.
|
|
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`.
|
|
and support both py2x and py3x.
|
|
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.
|
|
https://rt.cpan.org/Public/Bug/Display.html?id=100421 tells
this library no longer works as it uses the Calendar v2 API which
Google discontinued today.
Thanks wiz@ for the information.
|
|
------------------
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
|
|
Pulled fix from Adam Schobelock that removes timezone offset
caching because it was creating incorrect behavor or Moscow.
|
|
- 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.29 2014-09-01
- when pretty printing negative Time::Seconds, do not lose the "minus"
1.28
(no record)
|
|
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
|
|
1.03 (02.14.2014) - John Siracusa <siracusa@gmail.com>
* Documented the return value of parse().
|
|
-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.
---------------
|
|
1.15 Tue Abr 24 08:14:43 CEST 2012
- Change AIX 'getCommand' to use a non privileged one
(patch by marcus.bogenstaetter [...] empirius.de)
|
|
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
|