summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Boot <bootc@debian.org>2019-07-26 22:29:17 -0300
committerChris Boot <bootc@debian.org>2019-07-26 22:29:17 -0300
commit9cddae7d8c695519d91e38034d40f9cc07cfa4be (patch)
tree9d347cd7ab6d6e9475003b95e25edec4d4733ad2
parent828543526266c0b36dd2b4cc81f655009615f28d (diff)
Update changelog, remove patches for new release
-rw-r--r--debian/changelog7
-rw-r--r--debian/patches/series1
-rw-r--r--debian/patches/typo-fixes.patch55
3 files changed, 5 insertions, 58 deletions
diff --git a/debian/changelog b/debian/changelog
index c5ea160..4c6bbe5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
-shairport-sync (3.3.1-2) UNRELEASED; urgency=medium
+shairport-sync (3.3.2-1) UNRELEASED; urgency=medium
+ * New upstream release:
+ - Fixes a crash when using a customised service name. (Closes: #925577)
+ - Remove debian/patches/typo-fixes.patch: applied upstream.
* New features:
- enable JACK audio backend support.
- enale D-Bus, MPRIS, and MQTT metadata and/or remote control support.
@@ -10,7 +13,7 @@ shairport-sync (3.3.1-2) UNRELEASED; urgency=medium
- ensure libdaemon support is always enabled. (Closes: #933144)
- configure dh_missing to fail if missing files are detected.
- -- Chris Boot <bootc@debian.org> Thu, 18 Jul 2019 15:34:29 -0300
+ -- Chris Boot <bootc@debian.org> Fri, 26 Jul 2019 22:21:08 -0300
shairport-sync (3.3.1-1) unstable; urgency=medium
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e2748c6..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-typo-fixes.patch
diff --git a/debian/patches/typo-fixes.patch b/debian/patches/typo-fixes.patch
deleted file mode 100644
index 5020f0e..0000000
--- a/debian/patches/typo-fixes.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-Description: Correct various typos
-Author: Chris Boot <bootc@debian.org>
-Last-Update: 2019-07-17
-
---- a/RELEASENOTES.md
-+++ b/RELEASENOTES.md
-@@ -910,7 +910,7 @@
- Some big changes "under the hood" have been made, leading to limited support for unsynchronised output to `stdout` or to a named pipe and continuation of defacto support for unsynchronised PulseAudio. Also, support for a configuration file in preference to command line options, an option to ignore volume control and other improvements are provided.
-
- In this release, Shairport Sync gains the ability to read settings from `/etc/shairport-sync.conf`.
--This gives more flexibility in adding features gives better compatability across different versions of Linux.
-+This gives more flexibility in adding features gives better compatibility across different versions of Linux.
- Existing command-line options continue to work, but some will be deprecated and may disappear in a future version of Shairport Sync. New settings will only be available via the configuration file.
-
- Note that, for the present, settings in the configuration will have priority over command line options for Shairport Sync itself, in contravention of the normal unix convention. Audio back end command line options, i.e. those after the `--`, have priority over configuration file settings for the audio backends.
---- a/common.h
-+++ b/common.h
-@@ -162,7 +162,7 @@
- int allow_session_interruption;
- int timeout; // while in play mode, exit if no packets of audio come in for more than this number
- // of seconds . Zero means never exit.
-- int dont_check_timeout; // this is used to maintain backward compatability with the old -t option
-+ int dont_check_timeout; // this is used to maintain backward compatibility with the old -t option
- // behaviour; only set by -t 0, cleared by everything else
- char *output_name;
- audio_output *output;
---- a/man/shairport-sync.7.xml
-+++ b/man/shairport-sync.7.xml
-@@ -111,7 +111,7 @@
- i.e. the System Configuration Directory.)</p>
-
-
-- <p>Within the configuraton file, settings are organised into <i>groups</i>, for
-+ <p>Within the configuration file, settings are organised into <i>groups</i>, for
- example, there is a "general" group of
- standard settings, and there is an "alsa" group with settings that pertain to the ALSA
- back end. Here is an example of a typical configuration file:</p>
-@@ -223,7 +223,7 @@
-
- <option>
- <p><opt>udp_port_range=</opt><arg>range</arg><opt>;</opt></p>
-- <optdesc><p>Use this in conjunction with the prevous setting to specify the
-+ <optdesc><p>Use this in conjunction with the previous setting to specify the
- <arg>range</arg> of ports that can be checked for availability. Only three ports are
- needed.
- The default is 100, thus 100 ports will be checked from port 6001 upwards until three
-@@ -583,7 +583,7 @@
- specify.</p><p>"S" means signed; "U" means unsigned; BE means big-endian and LE means
- little-endian. Except where stated (using *LE or *BE), endianness matches that of the
- processor. The default is "S16".</p><p>If you are using a hardware mixer, the best
-- setting is S16, as audio will pass through Shairport Sync unmodifed except for
-+ setting is S16, as audio will pass through Shairport Sync unmodified except for
- interpolation. If you are using the software mixer, use 32- or 24-bit, if your device
- is capable of it, to get the lowest possible levels of dither.
- </p></optdesc>