Skip to content

Commit

Permalink
chore: creating version 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Jan 12, 2025
1 parent 452e6c8 commit c51722e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 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.16] - 2025-01-12

### Added
* `--source-port` command line argument and `source-port` config file option to set the source port for multicast messages
for better firewall interoperability.
Expand Down Expand Up @@ -134,3 +136,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[1.13]: https://github.com/gershnik/wsdd-native/releases/v1.13
[1.14]: https://github.com/gershnik/wsdd-native/releases/v1.14
[1.15]: https://github.com/gershnik/wsdd-native/releases/v1.15
[1.16]: https://github.com/gershnik/wsdd-native/releases/v1.16
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ For all 3 methods the supported platforms are:

To install via standalone `.pkg` installer:

* Download [the installer package](https://github.com/gershnik/wsdd-native/releases/download/v1.15/wsddn-macos-1.15.pkg)
* Download [the installer package](https://github.com/gershnik/wsdd-native/releases/download/v1.16/wsddn-macos-1.16.pkg)
* Double click it to run and follow the prompts.

If you prefer command line, you can also install via:
```bash
sudo installer -pkg /path/to/wsddn-macos-1.15.pkg -target /
sudo installer -pkg /path/to/wsddn-macos-1.16.pkg -target /
```

To fully uninstall `wsddn` run `/usr/local/bin/wsddn-uninstall`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15
1.16
7 changes: 5 additions & 2 deletions installers/rpm/wsddn.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: wsddn
Version: 1.15
Release: 2%{?dist}
Version: 1.16
Release: 1%{?dist}
Summary: WS-Discovery Host Daemon

License: BSD-3-Clause
Expand Down Expand Up @@ -93,6 +93,9 @@ if [ $1 -eq 0 ] ; then
fi

%changelog
* Sun Jan 12 2025 gershnik - 1.16-1
- Release 1.16

* Thu Oct 03 2024 gershnik - 1.15-1
- Release 1.15

Expand Down

0 comments on commit c51722e

Please sign in to comment.