Skip to content

Commit

Permalink
Release notes for the 1.0.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Cline <[email protected]>
  • Loading branch information
jeremycline committed Sep 12, 2017
1 parent 2751845 commit 1c57d60
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@
Changelog
=========

1.0.1
=====

Bug fixes
---------

* Fix an issue where messages replayed from datagrepper always failed signature
validation despite having valid signatures
(`#477 <https://github.com/fedora-infra/fedmsg/pull/477>`_).

* Fix a Python 3 incompatibility where the downloading the certificate revocation
list crashed when attempting to write the file
(`#478 <https://github.com/fedora-infra/fedmsg/pull/478>`_).


Development improvements
------------------------

* Several loggers now use their full module path as their logger name rather
than just "fedmsg" (`#479 <https://github.com/fedora-infra/fedmsg/pull/479>`_).

Many thanks to all our contributors for this release:

* Jeremy Cline
* Chaitanya Kukde


1.0.0
=====

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# The short X.Y version.
version = u'1.0'
# The full version, including alpha/beta/rc tags.
release = u'1.0.0'
release = u'1.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

setup(
name='fedmsg',
version='1.0.0',
version='1.0.1',
description="Fedora Messaging Client API",
long_description=long_description,
author='Ralph Bean',
Expand Down

0 comments on commit 1c57d60

Please sign in to comment.