diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-30 00:27:28 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-30 00:27:28 +0100 |
commit | aee660e1a458c345ae699b2ebce11f5de9affb40 (patch) | |
tree | 1fefeebb3ddbcc213612237b30153b4b0c2e6df4 | |
parent | 3c7b43e32e0d128e13a693cb45790927ebf3edd4 (diff) | |
download | xine-lib-aee660e1a458c345ae699b2ebce11f5de9affb40.tar.gz xine-lib-aee660e1a458c345ae699b2ebce11f5de9affb40.tar.bz2 |
Fix bugs' numbers for the new tracker.
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ xine-lib (1.1.9) (unreleased) * Handle initial Unicde BOMs in XML; convert other UTF encodings to UTF-8. * Fixed ATSC support. [Bug 1749508] * Fixed a possible DVB plugin crash when switching channels. - * Fixed a crash closing the frontend. [Bug FS#3] + * Fixed a crash closing the frontend. [Bug #7] * Fixed deadlock on ao_close while paused. * Nicer wakeup behaviour, using select instead of nanosleep (800 -> 100 wakeups/s). @@ -32,7 +32,7 @@ xine-lib (1.1.9) (unreleased) * Don't decode %nn in raw filenames. [Bug 1784272] * Always enable a52dec capabilities for external a52dec, this makes it possible to use the DJB accelerated FFT when using the external a52dec - liba52 library. + liba52 library. [Bug #9] * Fixed an input_pvr issue with 'set input' for ivtv versions 0.10.6+ * demux_aiff: only check for chunk's size being lesser than 100 when reading the COMM_TAG. [Bug #6] |