Skip to content
This repository has been archived by the owner on Aug 16, 2019. It is now read-only.

Commit

Permalink
Version bump to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondEhlers committed Nov 24, 2018
1 parent 70bb204 commit bf94c45
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

Changelog based on the [format here](https://keepachangelog.com/en/1.0.0/).

## [1.2.2] - 24 November 2018

### Added

- Updated ZMQ receiver to take advantage of improved error checking in `AliZMQhelpers`.
- Minor documentation updates.

### Changed

- Modernized ZMQ receiver to use better coding practices (`Printf` -> `std::cout`, etc).
- Increase certificate proxy validity time to a week. See: `ee64bd29`.

### Fixed

- Attempted fix at memory leak that appears to be associated with `TCanvas` in the processing not being
garaged collected very quickly. See: `de5945a4`.
- Fully implemented polling timeout in the ZMQ receivers. It was possibly to specify an option, but it wasn't
actually applied. Now it is. See: `8a3fd937`

## [1.2.1] - 24 November 2018

### Fixed

- Tagging synchronization went wrong with 1.2 between the GitHub release and PyPI. This release fixes it (with
the rest of the changes of 1.2).

## [1.2] - 12 November 2018

### Added
Expand Down
2 changes: 1 addition & 1 deletion overwatch/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import re

# Provide the version as a string
__version__ = "1.2.1"
__version__ = "1.2.2"
version = __version__
# As provide as a tuple, with each value as it's own entry.
# ie. "1.0" -> `("1", "0")`
Expand Down

0 comments on commit bf94c45

Please sign in to comment.