From ded6c781f24e8003427f2340e6ca817fb1b99e05 Mon Sep 17 00:00:00 2001 From: Carlos Pascual Date: Tue, 29 Jan 2019 16:17:59 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b97b0246..9c2a2f2c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,16 @@ Note: changes in the [support-3.x] branch (which was split from the master branch after [3.7.1] and maintained in parallel to the develop branch) won't be reflected in this file. -## Unreleased +## [4.5.0] - 2019-01-29 + +This is a special release for meeting the deadline of debian buster +freeze (debian 10). ### Added -- Support of Python3 (beta stage, not yet production ready) (#703) +- Support of Python3 (beta stage, not yet production ready) (#703, #829, #835) - Support of other Qt bindings: PyQt4, PyQt5, PySide2, PySide (beta stage, not yet production ready) (TEP18) +- (experimental) Entry point for schemes in TaurusManager (#833) ### Removed - taurus.qt.qtgui.tree.taurusdevicetree submodule (obsolete, unused) @@ -25,9 +29,17 @@ develop branch) won't be reflected in this file. API is now available in `taurus.qt.qtgui.qwt5` - `taurus.qt.qtcore.util.emmiter.QEmitter.doSomething` signal signature changes from `collections.Iterable` to `list` +- Updated Pypy's Trove classifiers (we are now officially stable!) (#844) +- Default serialization mode for Tango reverted to `TangoSerial` (in 4.4.0 + the defaultfor Tango was changed to `Serial`) (#850) ### Fixed - bug when copying tango or evaluation attribute values (#831, #849) +- bug when adding listener to non-ready Tango device (#792) +- Various issues with Taurus Forms (#800, #805) +- problem when displaying TaurusWheelEdit in vertically-limited space (#788) +- bug when managing subscription event in Tango (#809) +- Other (#793, #819) ### Deprecated - `taurus.qt.qtgui.plot` @@ -50,8 +62,8 @@ develop branch) won't be reflected in this file. ### Added - Support fragment-based slicing of attributes ([TEP15]) - New serialization mode in which events are serialized by a Taurus - internal queue (the former "Serial" mode that was tango-centric has - been renamed to "TangoSerial") (#738) + internal queue (the former "Serial" mode that was tango-centric is + now deprecated and renamed "TangoSerial") (#738) ### Changed - Serialization mode now is explicitly set to Serial in the case @@ -390,6 +402,7 @@ and several other places](https://sf.net/p/tauruslib/tickets/milestone/Jul15/) [TEP14]: http://www.taurus-scada.org/tep/?TEP14.md [TEP15]: http://www.taurus-scada.org/tep/?TEP15.md [Unreleased]: https://github.com/taurus-org/taurus/tree/develop +[4.5.0]: https://github.com/taurus-org/taurus/tree/release-4.5.0 [4.4.0]: https://github.com/taurus-org/taurus/tree/4.4.0 [4.3.1]: https://github.com/taurus-org/taurus/tree/4.3.1 [4.3.0]: https://github.com/taurus-org/taurus/tree/4.3.0