Release 4.3.0-3

This commit is contained in:
Adrien Ferrand 2018-12-06 15:10:55 +01:00
parent 8a5386db8b
commit 6f552eb7ef
3 changed files with 12 additions and 3 deletions

View File

@ -44,7 +44,7 @@ jobs:
- run:
name: Test container (integration tests)
command: |
docker run --name backuppc-integration --detach adferrand/backuppc
docker run --name backuppc-integration --detach -p 8080:8080 adferrand/backuppc
sleep 5
status=`docker exec backuppc-integration su backuppc -c "/usr/local/BackupPC/bin/BackupPC_serverMesg status"`
pattern="Got reply:"" ok"

View File

@ -2,8 +2,17 @@
## Unreleased
## [4.3.0-3] - 06/12/2018
### Added
* Hostname in BackupPC instance is now in sync with the container hostname, and can be set using `--hostname` at container start (#12 @Alveel)
* Add basic integration tests during the CI
### Changed
* Update perl lib BackupPC::XS to 0.58
* Update rsync-bpc to 3.1.2.0
## [4.3.0-2] - 27/11/2018
### Modified
### Changed
* Bugfix: fallback to rsync-bpc to 3.0.9.12 and BackupPC::XS 0.57 because upstream is broken
* Versions 4.3.0-1 and 4.3.0 are also patched with this bugfix

View File

@ -1 +1 @@
4.3.0-2
4.3.0-3