summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2019-01-15 22:00:02 -0300
committerFelipe Sateler <fsateler@debian.org>2019-01-15 22:00:13 -0300
commit2412232dfb3bcae37c60103a0627408cf5281a99 (patch)
treee9894225e9c7128563a8b981d1e589761d75e9f7
parent300a1a96fa43ee456512843c671bdf1f9c75ca24 (diff)
-rw-r--r--debian/changelog16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b958892..fe2539e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+pulseaudio (12.2-3) unstable; urgency=medium
+
+ [ Joseph Herlant ]
+ * d/changelog & d/control: Remove trailing whitespaces
+
+ [ Felipe Sateler ]
+ * Backport upstream patches for better Arctis headset support
+ (Closes: #918067)
+ * Ship link from /etc/alsa/conf.d/pulse.conf to /usr/share/alsa/alsa.conf.d/pulse.conf.
+ Upstream alsa decided to stop supporting the /usr path (Closes: #915696)
+ * Don't compile with -ffast-math.
+ This flag results in calls to (at least) isfinite() and isnan() becoming
+ skipped, and a constant false returned. (Closes: #916504)
+
+ -- Felipe Sateler <fsateler@debian.org> Tue, 15 Jan 2019 21:58:48 -0300
+
pulseaudio (12.2-2) unstable; urgency=medium
[ Joseph Herlant ]