summaryrefslogtreecommitdiff
path: root/PKG-INFO
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2008-08-08 12:12:54 +0200
committerGuido Guenther <agx@sigxcpu.org>2008-08-08 12:12:54 +0200
commit43d36676eb8312d12aa50f124fd5f49902db10dd (patch)
tree52abe21e696ff5caf011206339ba2a1cbd4d1785 /PKG-INFO
parentbd308fbf5f91cd2d9f86f9ea437bcf54a120a09c (diff)
Imported Upstream version 0.7.1
Diffstat (limited to 'PKG-INFO')
-rw-r--r--PKG-INFO28
1 files changed, 17 insertions, 11 deletions
diff --git a/PKG-INFO b/PKG-INFO
index 3353477..2d7c261 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: vobject
-Version: 0.6.6
+Version: 0.7.1
Summary: VObject: module for reading vCard and vCalendar files
Home-page: http://vobject.skyhouseconsulting.com
Author: Jeffrey Harris
@@ -18,22 +18,28 @@ Description: Description
Recent changes
--------------
-
- * Allow unicode names for TZIDs
- * Worked around Lotus Notes use of underscores in names by just silently replacing
+ - Added change_tz module and script for quickly changing event timezones for an
+ ics file. Requires PyICU.
+ - Add support for BYMONTHDAY=-1 (days before the end of the month) when setting rrules
+ from a dateutil rrule
+ - Tolerate a Ruby iCalendar library escaping semi-colons in RRULEs
+ - Make vobjects pickle-able
+ - Add introspection help for IPython so tab completion works with
+ vobject's custom __getattr__
+ - Allow Outlook's technically illegal use of commas in TZIDs
+ - Allow unicode names for TZIDs
+ - Worked around Lotus Notes use of underscores in names by just silently replacing
with dashes
- * When allowing quoted-printable data, honor CHARSET for each line, defaulting to
+ - When allowing quoted-printable data, honor CHARSET for each line, defaulting to
iso-8859-1
- * Simplified directory layout, unit tests are now available via setup.py test
- * Added VAVAILABILITY support
- * Improved wrapping of unicode lines, serialize encodes unicode as utf-8 by default
+ - Simplified directory layout, unit tests are now available via setup.py test
For older changes, see
- * http://vobject.skyhouseconsulting.com/history.html or
- * http://websvn.osafoundation.org/listing.php?repname=vobject&path=/trunk/
+ - http://vobject.skyhouseconsulting.com/history.html or
+ - http://websvn.osafoundation.org/listing.php?repname=vobject&path=/trunk/
Platform: any
-Classifier: Development Status :: 4 - Beta
+Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers