Skip to content

Commit 65d9932

Browse files
committed
chore: creating version 1.7
1 parent 3ecc99d commit 65d9932

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## Unreleased
77

8+
## [1.7] - 2023-09-22
9+
810
### Added
911
- Better isolation for child process when started as root
1012
(See section "Supplementary Group IDs" in [SEI CERT C Coding Standard](https://wiki.sei.cmu.edu/confluence/display/c/POS36-C.+Observe+correct+revocation+order+while+relinquishing+privileges))
@@ -88,3 +90,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8890
[1.4]: https://github.com/gershnik/wsdd-native/releases/v1.4
8991
[1.5]: https://github.com/gershnik/wsdd-native/releases/v1.5
9092
[1.6]: https://github.com/gershnik/wsdd-native/releases/v1.6
93+
[1.7]: https://github.com/gershnik/wsdd-native/releases/v1.7

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6
1+
1.7

installers/rpm-systemd/wsddn.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: wsddn
2-
Version: 1.6
2+
Version: 1.7
33
Release: 1%{?dist}
44
Summary: WS-Discovery Host Daemon
55

@@ -79,6 +79,9 @@ if [ $1 -eq 0 ] ; then
7979
fi
8080

8181
%changelog
82+
* Fri Sep 22 2023 gershnik - 1.7-1
83+
- Release 1.7
84+
8285
* Sat Jul 29 2023 gershnik - 1.6-1
8386
- Release 1.6
8487

0 commit comments

Comments
 (0)