Unrud пре 8 година
родитељ
комит
08919510cb
2 измењених фајлова са 10 додато и 1 уклоњено
  1. 9 0
      NEWS.md
  2. 1 1
      radicale/__init__.py

+ 9 - 0
NEWS.md

@@ -1,6 +1,15 @@
 News
 News
 ====
 ====
 
 
+2.1.1 - Wild Radish Again
+-------------------
+
+This release is compatible with version 2.0.0.
+
+* Add missing UIDs instead of failing
+* Improve error checking of calendar and addressbook objects
+* Fix upload of whole address books
+
 2.1.0 - Wild Radish
 2.1.0 - Wild Radish
 -------------------
 -------------------
 
 

+ 1 - 1
radicale/__init__.py

@@ -52,7 +52,7 @@ import vobject
 
 
 from . import auth, rights, storage, web, xmlutils
 from . import auth, rights, storage, web, xmlutils
 
 
-VERSION = "2.1.0"
+VERSION = "2.1.1"
 
 
 NOT_ALLOWED = (
 NOT_ALLOWED = (
     client.FORBIDDEN, (("Content-Type", "text/plain"),),
     client.FORBIDDEN, (("Content-Type", "text/plain"),),