~ubuntu-branches/ubuntu/lucid/oggconvert/lucid-updates

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2007-11-26 09:42:11 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20071126094211-p85z2heceq7ixjdk
Tags: 0.3.0-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Suggest gstreamer multiverse plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
0.3.0:
 
3
------
 
4
 
 
5
* Added support for muxing to the Matroska, thanks to Carlos Perelló Marín.
 
6
 
 
7
* Added translation support, thanks to Alex Kabakov.
 
8
 
 
9
* Added A. Bram Neijt's OggConvert icon.
 
10
 
 
11
* Added support for using Gnome-VFS sources (actually, the encoder can now use 
 
12
  any URI scheme that GStreamer understands, which is more than just Gnome-VFS,
 
13
  but there's no GUI support fro this yet).
 
14
  
 
15
* Rewritten, faster, better, callback-based, non-blocking media checking routine.
 
16
 
 
17
* Communication between the encoder and the GUI is now done the "proper" way. 
 
18
 
 
19
* New translations: bg, de, es, fr, it, ko, nl, pl, pr_BR, ru, sv. Thanks to
 
20
  all the translators.
 
21
  
 
22
* Bugs fixed in this version: #117849 (Include an icon for OggConvert)
 
23
                              #120889 (Add Matroska support)
 
24
                              #129069 (Current icon is ugly) (!)
 
25
                              #133022 (Selected directory doesn't reflect output)
 
26
                              #160054 (Ogg video files should use .ogv extension)
 
27
 
 
28
 
1
29
0.2.1:
2
30
------
3
31
 
4
32
* Minor release to make life easier for packagers
5
33
 
 
34
* Removed incorrect #! invocations from source files
 
35
 
 
36
* Included a basic manpage. Thanks to Luca Falivigna for this.
 
37
 
 
38
* oggconvert.desktop now conforms to freedesktop.org standards
 
39
 
 
40
* Oh, okay, one proper bugfix: #119586 (Convert dialog is not resizable)
 
41
 
6
42
 
7
43
0.2.0:
8
44
------