Skip to content

Commit

Permalink
docs: updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
franku committed Dec 12, 2018
1 parent 81fd2d9 commit b5f189d
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions docs/manuals/en/developers/source/releasenotes.rst
Expand Up @@ -47,29 +47,29 @@ New Features

* New network Protocol using immediately TLS

* TLS is immediately used on all network connections.
* TLS is immediately used on all network connections
* Support for TLS-PSK in all daemons
* Automatic encryption of all network traffic with TLS-PSK
* Compatibility with old clients
* Full compatibility with old clients.
* Full compatibility with old clients

* Old clients speaking the old protocol are automatically detected
and daemons switch to the old protocol.
and daemons switch to the old protocol

* Easy update without configuration changes.
* Easy update without configuration changes

* Existing Bareos installations can be upgraded without configuration changes.
* Existing Bareos installations can be upgraded without configuration changes

* PAM Support

* Introduction of new "User" Resource.
* The Bareos Director supports PAM for user authentication.
* The Bareos WebUI supports PAM user authentication against the Bareos Director.
* Introduction of new "User" Resource
* The Bareos Director supports PAM for user authentication
* The Bareos WebUI supports PAM user authentication against the Bareos Director

Changed Features
----------------
* Bandwidth limiting now also works in TLS encrypted connections. Before, bandwidth limiting
was ignored when the connections were TLS encrypted.
was ignored when the connections were TLS encrypted

* droplet: multiple enhancements

Expand All @@ -86,10 +86,15 @@ Changed Features
Deprecated and Removed Features
-------------------------------

* removed bareos conio and console command line argument -n


Bugs Fixed
----------
* #805: can't restore vmware-plugin assisted backups via webui
* Windows Installer: Fixed infinite install dialog for VC 2012 checks on x86 windows
* Fixed memory leaks in the director when using bconsole or webui
* Fixed a bug in the debug message handler on the director when debuglevel is >= 900


Internal Project Changes
Expand All @@ -105,6 +110,7 @@ Internal Project Changes
* refactored variable names

* refactored configuration parser
* tls implementation has now a base class interface instead of compile time switched behaviour
* library cleanup and reorganization

* library does not use main program variables anymore
Expand All @@ -117,6 +123,7 @@ Internal Project Changes
* removed "protos.h"
* introduced individual header file for each c++ file
* each header file has own google c++ standard header guard
* explicitly declare functions override where applicable

* tray monitor: switched to qt5
* tray monitor: enable testing in binary and created regression test
Expand Down

0 comments on commit b5f189d

Please sign in to comment.