Skip to content

Commit 6f552eb

Browse files
author
Adrien Ferrand
committed
Release 4.3.0-3
1 parent 8a5386d commit 6f552eb

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- run:
4545
name: Test container (integration tests)
4646
command: |
47-
docker run --name backuppc-integration --detach adferrand/backuppc
47+
docker run --name backuppc-integration --detach -p 8080:8080 adferrand/backuppc
4848
sleep 5
4949
status=`docker exec backuppc-integration su backuppc -c "/usr/local/BackupPC/bin/BackupPC_serverMesg status"`
5050
pattern="Got reply:"" ok"

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,17 @@
22

33
## Unreleased
44

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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.3.0-2
1+
4.3.0-3

0 commit comments

Comments
 (0)