summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Geier <geier@lostpackets.de>2019-03-25 23:10:38 +0100
committerChristian Geier <geier@lostpackets.de>2019-03-25 23:10:38 +0100
commit208faf23b56628907e9b8d104fddf293137441ab (patch)
tree19c03977d2b4bff846875cb6468499edbdd042c0
parent5ab677ca0576b66ead7fefdf91a853ea935f5d63 (diff)
Release v0.10.0v0.10.0
-rw-r--r--CHANGELOG.rst2
-rw-r--r--doc/source/news.rst1
-rw-r--r--doc/source/news/khal0100.rst51
3 files changed, 53 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index f6a5057e..45dc5b3d 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -9,7 +9,7 @@ may want to subscribe to `GitHub's tag feed
0.10.0
======
-not released yet
+2019-03-25
* only dateutil < 2.7 is supported
diff --git a/doc/source/news.rst b/doc/source/news.rst
index df485e11..21985f4c 100644
--- a/doc/source/news.rst
+++ b/doc/source/news.rst
@@ -12,6 +12,7 @@ available as an `rss feed <https://lostpackets.de/khal/index.rss>`_ |rss|.
:title: khal news
:link: http://lostpackets.de/khal/
+ news/khal0100
news/khal098
news/khal097
news/khal096
diff --git a/doc/source/news/khal0100.rst b/doc/source/news/khal0100.rst
new file mode 100644
index 00000000..1bcfb24c
--- /dev/null
+++ b/doc/source/news/khal0100.rst
@@ -0,0 +1,51 @@
+khal v0.10.0 released
+=====================
+
+.. feed-entry::
+ :date: 2019-03-25
+
+This is not only the first bugfix release in more than a year, but also the
+first release containing new features in nearly two years.
+
+v0.10.0 contains some breaking changes from earlier versions of khal, most
+notably the removal of the default command [1]_. For users who want the old
+functionality back, a shell function seems to be the best option. Please use the
+wiki_ to share your solutions. Have a look at the Changelog_ for more changes
+and fixes.
+
+With this release I want to bring the aforementioned changes to more people,
+find (and fix) as many more bugs as possible and then release a version 1.0.
+
+For convenience issues, khal will only be available on pypi_ in the future, with
+minor versions (v0.10.x) not getting announced here any more. Users and packagers
+who want to stay on a current version of khal are therefore advised to watch
+pypi_ for new versions.
+
+.. Important::
+
+ **Contributors and maintainers wanted**
+
+ As I find myself having less and less time to devout to khal, I'm looking for
+ more developers and maintainers. Even if you are not a python developer, your
+ help with helping new users and triaging and prioritizing bugs is very much
+ appreciated.
+
+ If you don't know how to contact the current team, open an `issue on github`_.
+
+ **vdirsyncer**, which many khal users are probably dependend on, is also
+ looking for new maintainers_.
+
+
+.. [1] The implementation of the default command proved to be a source of
+ constant headache for users and developers alike. This was due to the library chosen
+ for handling argument parsing.
+
+ Feel free to share other suggestions in the wiki_.
+
+.. _pypi: https://pypi.python.org/pypi/khal/
+.. _issue on github: https://github.com/pimutils/khal/issues
+.. _issues: https://github.com/pimutils/khal/issues
+.. _wiki: https://github.com/pimutils/khal/wiki/Default-command-alternatives
+.. _changelog: changelog.html#id2
+.. _vdirsyncer: https://github.com/pimutils/vdirsyncer
+.. _maintainers: https://github.com/pimutils/vdirsyncer/issues/790