Skip to content

Commit

Permalink
Update changelogs and bump version for v0.10 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
  • Loading branch information
troglobit committed May 6, 2020
1 parent 7e783b0 commit 809848e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
22 changes: 22 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@ Change Log

All relevant changes to the project are documented in this file.

[v0.10][] - 2020-05-06
----------------------

Bug fix release, thanks to [devolo AG](https://www.devolo.com).

### Changes

- Update man page and add `mdnsd.service.5` to document how to write
service record files.

### Fixes

- Memory leak fixes courtesy of Peter Fleer and Wolfram Rösler
- Append text field to the TXT record instead of the A record, in the
case of a PTR type, the name must also match. Found and fixed by
Peter Fleer
- Fix potential endless loop when decoding message labels, found and
fixed by Wolfram Rösler
- Skip message processing when the packet parser failed, found and
fixed by Wolfram Rösler
- Misc. fuzzer fixes, found and fixed by Wolfram Rösler


[v0.9][] - 2020-04-02
---------------------
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Use v2.61 for backwards compat with Ubuntu 12.04 LTS
AC_PREREQ([2.61])
AC_INIT(mdnsd, 0.9, https://github.com/troglobit/mdnsd/issues)
AC_INIT(mdnsd, 0.10, https://github.com/troglobit/mdnsd/issues)
AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])
AM_SILENT_RULES([yes])

Expand Down
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
mdnsd (0.10) stable; urgency=medium

* Add mdnsd.service.5 for service record files
* Memory leak fixes
* Append text field to the TXT record instead of the A record, in the
case of a PTR type, the name must also match
* Fix potential endless loop when decoding message labels
* Skip message processing when the packet parser failed
* Misc. fuzzer fixes

-- Joachim Nilsson <troglobit@gmail.com> Wed, 06 May 2020 10:03:00 +0200

mdnsd (0.9) stable; urgency=medium

* Clarify placeholders in BSD-3 license
Expand Down

0 comments on commit 809848e

Please sign in to comment.