Skip to content

Commit

Permalink
Merge pull request #83 from jjnicola/release
Browse files Browse the repository at this point in the history
Prepare the ospd 1.3.2 release.
  • Loading branch information
jjnicola committed Nov 28, 2018
2 parents 8b6a3f0 + 2f5409b commit a30da05
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ or get the entire source code repository and view log history:
$ git clone https://github.com/greenbone/ospd.git
$ cd ospd && git checkout ospd-1.3 && git log

ospd 1.3.2 (2018-11-28)

This is the 1.3.2 release of the ospd module for the Greenbone Vulnerability
Manager (GVM) framework.

This release includes an improvement in the connection handling.

Many thanks to everyone who has contributed to this release:
Juan Jose Nicola and Michael Wiegand.

Main changes since 1.3.1:
* The way connections are handled by the `handle_client_stream()` method has
been improved.

ospd 1.3.1 (2018-10-04)

This is the 1.3.1 release of the ospd module for the Greenbone Vulnerability
Expand Down
2 changes: 1 addition & 1 deletion ospd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@

""" OSPd core module. """

__version__ = '1.3.1'
__version__ = '1.3.2'

0 comments on commit a30da05

Please sign in to comment.