~ubuntu-branches/ubuntu/karmic/flac/karmic

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Marc 'HE' Brockschmidt
  • Date: 2008-03-16 18:02:56 UTC
  • mfrom: (1.1.5 upstream) (10 gutsy)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20080316180256-qhf3wk704rp165pm
* Non-maintainer upload.
* Fix gcc-4.3 FTBFS, patch by KiBi (Closes: #455304)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
flac (1.2.1-1.2) unstable; urgency=low
 
2
 
 
3
  * Non-maintainer upload.
 
4
  * Fix gcc-4.3 FTBFS, patch by KiBi (Closes: #455304)
 
5
 
 
6
 -- Marc 'HE' Brockschmidt <he@debian.org>  Sun, 16 Mar 2008 18:02:56 +0100
 
7
 
 
8
flac (1.2.1-1.1) unstable; urgency=low
 
9
 
 
10
  * Non-maintainer upload.
 
11
  * Drop xmms-flac as xmms is being dropped (Closes: #456726).
 
12
 
 
13
 -- Luk Claes <luk@debian.org>  Mon, 21 Jan 2008 18:23:12 +0000
 
14
 
 
15
flac (1.2.1-1) unstable; urgency=low
 
16
 
 
17
  * New upstream release. closes: #434701
 
18
  * Updated the versioned build-dependency on nasm. closes: #439277
 
19
  * Patch work:
 
20
    - (REMOVED) 01_ldpath_fix.dpatch: fixed upstream
 
21
 
 
22
 -- Joshua Kwan <joshk@triplehelix.org>  Mon, 24 Sep 2007 10:48:12 -0700
 
23
 
 
24
flac (1.1.4-3) unstable; urgency=low
 
25
 
 
26
  * The "It's Never Too Late to Mend" release.
 
27
  * Finally, since liboggflac and libflac have been merged, make libflac-dev
 
28
    depend on libogg-dev. closes: #427742
 
29
 
 
30
 -- Joshua Kwan <joshk@triplehelix.org>  Wed, 06 Jun 2007 08:32:47 -0700
 
31
 
 
32
flac (1.1.4-2) unstable; urgency=low
 
33
 
 
34
  * Provide flac.pc and flac++.pc. closes: #427651
 
35
  * Fix typo in libFLAC.m4 that messes up LD_LIBRARY_PATH by mistake if it's
 
36
    previously set. closes: #427473
 
37
  * Correct path to documentation. closes: #413411
 
38
  * Updated ${Source-Version} usage to ${binary:Version} all around.
 
39
 
 
40
 -- Joshua Kwan <joshk@triplehelix.org>  Wed, 06 Jun 2007 01:09:18 -0700
 
41
 
 
42
flac (1.1.4-1) unstable; urgency=low
 
43
 
 
44
  * New upstream release. closes: #405167, #411311
 
45
    - libOggFLAC and libOggFLAC++ have been merged into libFLAC, so
 
46
      remove their corresponding packages.
 
47
    - Because of the API changes required to effect the above, there has
 
48
      been yet another soname bump. libflac7 -> libflac8 and
 
49
      libflac++5 -> libflac++6. Emails have been dispatched to the
 
50
      maintainers of dependent packages.
 
51
  * Some notes on patches that were removed:
 
52
    - 02_stdin_stdout, 06_manpage_mention_utf8_convert: merged upstream
 
53
    - 08_manpage_warnings: Upstream has changed the manpage so it defintely
 
54
      can't fit in in 80 cols, so just forget about it. We'll live.
 
55
    - 05_eof_warnings_are_errors: Upstream decided to add a -w option to
 
56
      flac to treat all warnings as errors. I am going to defer to that
 
57
      for now, but if people think it's stupid let me know and I'll port
 
58
      the patch forward.
 
59
    - 04_stack_smasher: was a backport from 1.1.3, so it's obsolete.
 
60
 
 
61
 -- Joshua Kwan <joshk@triplehelix.org>  Tue, 29 May 2007 22:56:36 -0700
 
62
 
1
63
flac (1.1.2-6) unstable; urgency=high
2
64
 
3
65
  * Update 04_stack_smasher.dpatch, a more complete fix backported from