Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 1c57d60

Browse files
committed
Release notes for the 1.0.1 release
Signed-off-by: Jeremy Cline <[email protected]>
1 parent 2751845 commit 1c57d60

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

doc/changelog.rst

+27
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22
Changelog
33
=========
44

5+
1.0.1
6+
=====
7+
8+
Bug fixes
9+
---------
10+
11+
* Fix an issue where messages replayed from datagrepper always failed signature
12+
validation despite having valid signatures
13+
(`#477 <https://github.com/fedora-infra/fedmsg/pull/477>`_).
14+
15+
* Fix a Python 3 incompatibility where the downloading the certificate revocation
16+
list crashed when attempting to write the file
17+
(`#478 <https://github.com/fedora-infra/fedmsg/pull/478>`_).
18+
19+
20+
Development improvements
21+
------------------------
22+
23+
* Several loggers now use their full module path as their logger name rather
24+
than just "fedmsg" (`#479 <https://github.com/fedora-infra/fedmsg/pull/479>`_).
25+
26+
Many thanks to all our contributors for this release:
27+
28+
* Jeremy Cline
29+
* Chaitanya Kukde
30+
31+
532
1.0.0
633
=====
734

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# The short X.Y version.
6767
version = u'1.0'
6868
# The full version, including alpha/beta/rc tags.
69-
release = u'1.0.0'
69+
release = u'1.0.1'
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105

106106
setup(
107107
name='fedmsg',
108-
version='1.0.0',
108+
version='1.0.1',
109109
description="Fedora Messaging Client API",
110110
long_description=long_description,
111111
author='Ralph Bean',

0 commit comments

Comments
 (0)