~ubuntu-branches/ubuntu/trusty/sound-juicer/trusty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2009-02-13 16:57:30 UTC
  • mfrom: (1.1.37 upstream)
  • Revision ID: james.westby@ubuntu.com-20090213165730-zehs2hnzj2pso94k
Tags: 2.25.3-0ubuntu1
* New upstream release (LP: #329134)
  - Put the disc number in the file name
  - Support multiple genres
  - Use libcanberra for event sounds
  - Handle custom patterns in the prefs dialog
  - Remove Musicbrainz data if the track data is changed
  - Fix disc number editing logic
* debian/control.in:
  - Bump libgstreamer0.10-dev to 0.10.15
  - Build-dep on libcanberra-gtk-dev 
  - Also depend on libcanberra-gtk0
* debian/debian/patches/01_lpi.patch, 
  debian/patches/02_autoconf.patch:
  - Refreshed for the new upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2009-02-13  Ross Burton  <ross@linux.intel.com>
 
2
 
 
3
        * configure.in:
 
4
        * NEWS:
 
5
        Version 2.25.3.
 
6
 
 
7
2009-02-13  Ross Burton  <ross@linux.intel.com>
 
8
 
 
9
        * libjuicer/sj-extractor.c:
 
10
        Handle comma separated genres.
 
11
 
 
12
2009-02-10  Ross Burton  <ross@linux.intel.com>
 
13
 
 
14
        * configure.in:
 
15
        Look for libcanberra-gtk.
 
16
 
 
17
        * src/sj-prefs.c:
 
18
        Use canberra to play a sound when the rip is complete (#469258).
 
19
        
 
20
2009-02-10  Ross Burton  <ross@linux.intel.com>
 
21
 
 
22
        * src/sj-prefs.c:
 
23
        Handle the file or path pattern combo containing a custom
 
24
        combo (#339089).
 
25
 
 
26
2009-02-10  Ross Burton  <ross@linux.intel.com>
 
27
 
 
28
        * libjuicer/sj-extracting.c:
 
29
        Fix a brainfart.
 
30
 
 
31
2009-02-10  Ross Burton  <ross@linux.intel.com>
 
32
 
 
33
        * configure.in:
 
34
        Require GStreamer 0.10.15.
 
35
 
 
36
        * libjuicer/sj-extracting.c:
 
37
        Don't use GST_TAG_MUSICBRAINZ_SORTNAME, instead use
 
38
        ARTIST_SORTNAME. Also assume the Musicbrainz tags exist.
 
39
        
 
40
2009-02-10  Ross Burton  <ross@linux.intel.com>
 
41
 
 
42
        * src/sj-main.c:
 
43
        Remove musicbrainz data if the album artist and title are
 
44
        edited (#566431).
 
45
 
 
46
2009-02-10  Ross Burton  <ross@linux.intel.com>
 
47
 
 
48
        * src/sj-main.c:
 
49
        Fix error handling if the glade file isn't found.
 
50
 
 
51
2009-02-10  Ross Burton  <ross@linux.intel.com>
 
52
 
 
53
        * src/sj-main.c:
 
54
        Free the option context once we're done with it (#569008) and
 
55
        rearrange startup a bit.
 
56
 
 
57
2009-02-09  Ross Burton  <ross@linux.intel.com>
 
58
 
 
59
        * src/sj-main.c:
 
60
        Allow unsetting of disc number.
 
61
 
 
62
2009-02-09  Ross Burton  <ross@linux.intel.com>
 
63
 
 
64
        * data/sound-juicer.glade:
 
65
        Actually add a changed handler for the disc number (#537550)
 
66
 
 
67
2009-02-07  Ross Burton  <ross@linux.intel.com>
 
68
 
 
69
        * src/sj-prefs.c:
 
70
        Use disk number in the rest of the patterns.
 
71
 
 
72
2009-02-07  Ross Burton  <ross@linux.intel.com>
 
73
 
 
74
        * src/sj-main.c:
 
75
        * libjuicer/sj-extractor.c:
 
76
        Don't use // comments (#569140)
 
77
 
 
78
2009-01-26  Pedro Fragoso  <ember@ubuntu.com>
 
79
 
 
80
        * libjuicer/sj-extractor.c:
 
81
        * libjuicer/sj-extractor.h:
 
82
        * libjuicer/sj-metadata-cdtext.c:
 
83
        * libjuicer/sj-util.h:
 
84
        * src/gconf-bridge.c:
 
85
        * src/gconf-bridge.h:
 
86
        * src/gedit-message-area.h:
 
87
        * src/sj-about.c:
 
88
        * src/sj-about.h:
 
89
        * src/sj-extracting.c:
 
90
        * src/sj-extracting.h:
 
91
        * src/sj-main.h:
 
92
        * src/sj-play.c:
 
93
        * src/sj-play.h:
 
94
        * src/sound-juicer.h:
 
95
        GNOME Goal: Clean up GLib and GTK+ includes (Closes #563798)
 
96
 
 
97
2009-02-07  Ross Burton  <ross@linux.intel.com>
 
98
 
 
99
        * data/sound-juicer.schemas.in:
 
100
        * src/sj-prefs.c:
 
101
        Change the default file name pattern to use %dn, which includes
 
102
        the disc number (#526649)
 
103
 
 
104
2009-02-07  Ross Burton  <ross@linux.intel.com>
 
105
 
 
106
        * src/sj-extracting.c:
 
107
        * data/sound-juicer.schemas.in:
 
108
        Update the file pattern documentation.
 
109
 
1
110
2009-02-03  Ross Burton  <ross@linux.intel.com>
2
111
 
3
112
        * configure.in: