~ubuntu-branches/ubuntu/raring/mumble/raring

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2012-11-11 21:21:43 UTC
  • mfrom: (9.1.24 sid)
  • Revision ID: package-import@ubuntu.com-20121111212143-v7ikh6j6x0dz6g57
Tags: 1.2.3-349-g315b5f5-2.2
* Non-maintainer upload with maintainer's approval.
* Fix "Plugins: Failed to load libmumble.so: Cannot load library
  /usr/lib/mumble/libmumble.so: (/usr/lib/mumble/libmumble.so:
  undefined symbol: glPopClientAttrib)":

  new patch 30-opengl: link libmumble against libGL to make mumble-overlay /
  pre-loading libmumble work.

  Thanks to Daniel Kahn Gillmor for the bug report, Ron Lee for the
  suggested fix, and Chris Knadle for testing the patch.

  (Closes: #691535)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
mumble (1.2.3-349-g315b5f5-2ubuntu2) quantal; urgency=low
2
 
 
3
 
  * Make the package compatible with the rest of the world, yet again,
4
 
    by re-enabling CELT 0.7.1 support which was dropped in 1.2.3-349-g315b5f5-1.
5
 
    (TC Closes: #682010)
6
 
  * Refresh patches.
7
 
  
8
 
 -- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>  Sat, 25 Aug 2012 00:32:11 +0100
9
 
 
10
 
mumble (1.2.3-349-g315b5f5-2ubuntu1) quantal; urgency=low
11
 
 
12
 
  * Merge from Debian, remaining changes: 
13
 
  - add libqt4-opengl-dev (>= 4.5.0) Build-Dependencies, as it is not
14
 
    pulled in by default on arm.
15
 
  
16
 
 -- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>  Fri, 24 Aug 2012 18:33:55 +0100
 
1
mumble (1.2.3-349-g315b5f5-2.2) unstable; urgency=low
 
2
 
 
3
  * Non-maintainer upload with maintainer's approval.
 
4
  * Fix "Plugins: Failed to load libmumble.so: Cannot load library
 
5
    /usr/lib/mumble/libmumble.so: (/usr/lib/mumble/libmumble.so:
 
6
    undefined symbol: glPopClientAttrib)":
 
7
 
 
8
    new patch 30-opengl: link libmumble against libGL to make mumble-overlay /
 
9
    pre-loading libmumble work.
 
10
 
 
11
    Thanks to Daniel Kahn Gillmor for the bug report, Ron Lee for the
 
12
    suggested fix, and Chris Knadle for testing the patch.
 
13
 
 
14
    (Closes: #691535)
 
15
 
 
16
 -- gregor herrmann <gregoa@debian.org>  Sun, 11 Nov 2012 21:21:43 +0100
 
17
 
 
18
mumble (1.2.3-349-g315b5f5-2.1) unstable; urgency=low
 
19
 
 
20
  * Non-maintainer upload.
 
21
  * Fix "Cannot communicate with the vast majority of Mumble servers due
 
22
    to lack of required baseline codec":
 
23
    re-enable using the bundled celt library:
 
24
       debian/patches/series:
 
25
         - add 07-use-embedded-celt-baseline patch
 
26
       debian/patches/07-use-embedded-celt-baseline:
 
27
         - build Celt 0.7.1 and not 0.11.0
 
28
       debian/mumble.install:
 
29
         - ship Celt 0.7.1 library from the embedded source
 
30
       debian/rules:
 
31
         - re-enable Celt using the bundled 0.7.1 version
 
32
       debian/patches/20-add-opus-threshold-option:
 
33
         - fix src/murmur/Meta.cpp to set default iOpusThreshold=100 to only
 
34
           switch from Celt to Opus if 100% of connected clients support Opus
 
35
           (instead of 1%)
 
36
         - fix murmur.ini example for opusthreshold option to =100
 
37
           (instead of =1)
 
38
         - add #opusthreshold=100 comments to murmur.ini.system (shipped as
 
39
           etc/mumble-server.ini) to match murmur.ini example    
 
40
    Closes: #675971.
 
41
    This implements the TC decision in #682010.
 
42
    [Thanks to Gregor Herrmann for his help and guidance.]
 
43
 
 
44
 -- Christopher Knadle <chris.knadle@coredump.us>  Thu, 04 Oct 2012 11:45:05 -0400
17
45
 
18
46
mumble (1.2.3-349-g315b5f5-2) unstable; urgency=low
19
47
 
167
195
 
168
196
 -- Patrick Matthäi <pmatthaei@debian.org>  Sun, 12 Feb 2012 17:09:07 +0100
169
197
 
170
 
mumble (1.2.3-2ubuntu4) precise; urgency=low
171
 
 
172
 
  * New patch, 0005-french-translation-porole, fix typo "porole" instead of
173
 
    "parole" in French translation (src/mumble/mumble_fr.ts); fixed upstream
174
 
    in SF #3439985.
175
 
 
176
 
 -- Loïc Minier <loic.minier@ubuntu.com>  Tue, 28 Feb 2012 18:52:04 +0100
177
 
 
178
 
mumble (1.2.3-2ubuntu3) precise; urgency=low
179
 
 
180
 
  * debian/patches/0003-fix-cert-validation.patch: Fix certificate
181
 
    validation with QT 4.8. For some reason, the new on-demand root cert
182
 
    loading is not working with mumble. (LP: #928296)
183
 
  * debian/patches/0004-set-file-permissions.patch: Set restrictive
184
 
    permissions on data files. (LP: #783405)
185
 
 
186
 
 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Tue, 07 Feb 2012 09:53:44 -0500
187
 
 
188
 
mumble (1.2.3-2ubuntu2) oneiric; urgency=low
189
 
 
190
 
  * No change rebuild for protobuf transition
191
 
 
192
 
 -- Bhavani Shankar <bhavi@ubuntu.com>  Sat, 11 Jun 2011 00:16:21 +0530
193
 
 
194
 
mumble (1.2.3-2ubuntu1) oneiric; urgency=low
195
 
 
196
 
  * Re-add accidentally dropped change:
197
 
 
198
 
  [ Jani Monoses ]
199
 
  * debian/control: Explicit b-d on GL development libs, which on armel
200
 
    are not pulled in via Qt.
201
 
 
202
 
 -- Felix Geyer <debfx-pkg@fobos.de>  Fri, 20 May 2011 09:16:28 +0200
203
 
 
204
198
mumble (1.2.3-2) unstable; urgency=low
205
199
 
206
200
  * Prefer libboost1.46-dev to libboost-dev.