Skip to content

Commit

Permalink
chore: creating version 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Sep 23, 2023
1 parent 3ecc99d commit 65d9932
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

## [1.7] - 2023-09-22

### Added
- Better isolation for child process when started as root
(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))
Expand Down Expand Up @@ -88,3 +90,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[1.4]: https://github.com/gershnik/wsdd-native/releases/v1.4
[1.5]: https://github.com/gershnik/wsdd-native/releases/v1.5
[1.6]: https://github.com/gershnik/wsdd-native/releases/v1.6
[1.7]: https://github.com/gershnik/wsdd-native/releases/v1.7
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6
1.7
5 changes: 4 additions & 1 deletion installers/rpm-systemd/wsddn.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: wsddn
Version: 1.6
Version: 1.7
Release: 1%{?dist}
Summary: WS-Discovery Host Daemon

Expand Down Expand Up @@ -79,6 +79,9 @@ if [ $1 -eq 0 ] ; then
fi

%changelog
* Fri Sep 22 2023 gershnik - 1.7-1
- Release 1.7

* Sat Jul 29 2023 gershnik - 1.6-1
- Release 1.6

Expand Down

0 comments on commit 65d9932

Please sign in to comment.