[openstack-dev] [release] oslo.log release 1.1.0 (liberty)

Doug Hellmann doug at doughellmann.com
Tue Apr 21 19:23:20 UTC 2015


We are chuffed to announce the release of:

oslo.log 1.1.0: oslo.log library

For more details, please see the git log history below and:

    http://launchpad.net/oslo.log/+milestone/1.1.0

Please report issues through launchpad:

    http://bugs.launchpad.net/oslo.log

Changes in oslo.log 1.0.0..1.1.0
--------------------------------

a45d56c 2015-04-16 18:04:22 +0000 Uncap library requirements for liberty
33f051f 2015-03-25 20:40:47 +0000 Add link to Logging Guidelines
8ad47ba 2015-03-25 19:24:20 +0000 Expose opts entry point for version_utils
fd58202 2015-03-25 19:24:20 +0000 Switch from oslo.config to oslo_config
2d46053 2015-03-25 19:24:20 +0000 Remove oslo.log code and clean up versionutils API
0a512b9 2015-03-25 19:24:20 +0000 Remove code that moved to oslo.i18n
f635dbd 2015-03-25 19:24:20 +0000 Enhance versionutils.deprecated to work with classes
93db0ec 2015-03-25 19:24:20 +0000 Add Kilo release name to versionutils
7f263be 2015-03-25 19:24:20 +0000 Allow deprecated decorator to specify no plan for removal
14d1d9e 2015-03-25 19:24:20 +0000 Add JUNO as a target to versionutils module
30e7c5b 2015-03-25 19:24:20 +0000 pep8: fixed multiple violations
7bee814 2015-03-25 19:24:20 +0000 Use oslotest instead of common test module
54d64a0 2015-03-25 19:24:20 +0000 Use hacking import_exceptions for gettextutils._
0e829c0 2015-03-25 19:24:20 +0000 fixed typos
e141593 2015-03-25 19:24:20 +0000 Fix violations of H302:import only modules
3e3c7bb 2015-03-25 19:24:20 +0000 Adds decorator to deprecate functions and methods
f6923e3 2015-03-25 19:24:20 +0000 Remove vim header
ce726f1 2015-03-25 19:24:20 +0000 Add `versionutils` for version compatibility checks
7f6db3a 2015-03-21 08:23:17 -0500 Default to True for use-syslog-rfc-format
68af49e 2015-03-21 00:16:58 +0000 Updated from global requirements
c084b9d 2015-03-10 14:38:40 +0000 Restore automatic unicode conversion
35e51bc 2015-03-10 13:56:27 +0000 Add migration notes

Diffstat (except docs and test files)
-------------------------------------

openstack/common/versionutils.py | 260 +++++++++++++++++++++++++++++++++++
oslo_log/_options.py             |   8 +-
oslo_log/log.py                  |  17 +++
requirements.txt                 |   8 +-
test-requirements.txt            |   4 +-
8 files changed, 730 insertions(+), 12 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 54ada9b..f38fc04 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ iso8601>=0.1.9
-oslo.config>=1.9.0  # Apache-2.0
+oslo.config>=1.9.3  # Apache-2.0
@@ -11,3 +11,3 @@ oslo.context>=0.2.0                     # Apache-2.0
-oslo.i18n>=1.3.0  # Apache-2.0
-oslo.utils>=1.2.0                       # Apache-2.0
-oslo.serialization>=1.2.0               # Apache-2.0
+oslo.i18n>=1.5.0  # Apache-2.0
+oslo.utils>=1.4.0                       # Apache-2.0
+oslo.serialization>=1.4.0               # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 0fab2b3..b551d65 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13 +13 @@ testtools>=0.9.36,!=1.2.0
-oslotest>=1.2.0  # Apache-2.0
+oslotest>=1.5.1  # Apache-2.0
@@ -22 +22 @@ sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.2.0  # Apache-2.0
+oslosphinx>=2.5.0  # Apache-2.0





More information about the OpenStack-dev mailing list