~ubuntu-branches/ubuntu/gutsy/sound-juicer/gutsy-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-05-14 13:21:20 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20070514132120-lbw7f1a281yxhpjx
Tags: 2.19.1-0ubuntu1
* New upstream version:
  - Fix type names, which caused an assertion on startup
  - Fix profile checking, which caused SJ to fail to parse any profiles
  - Fix error handling when using errno

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2007-04-16  Ross Burton  <ross@burtonini.com>
2
 
 
3
 
        * configure.ac:
4
 
        * NEWS:
5
 
        Version 2.16.4.
 
1
2007-05-14  Ross Burton  <ross@burtonini.com>
 
2
 
 
3
        * configure.ac:
 
4
        * NEWS:
 
5
        Version 2.19.1.
 
6
 
 
7
2007-05-14  Ross Burton  <ross@burtonini.com>
 
8
 
 
9
        * configure.ac:
 
10
        Remove AM_MAINTAINER_MODE.
 
11
 
 
12
2007-05-14  Ross Burton  <ross@burtonini.com>
 
13
 
 
14
        * src/sj-main.c:
 
15
        Use g_strerror() instead of converting sterror() to UTF-8, and get
 
16
        the error message before doing anything else (#438122).
 
17
 
 
18
2007-05-14  Ross Burton  <ross@burtonini.com>
 
19
 
 
20
        * libjuicer/sj-extractor.c:
 
21
        The profile fragment does need to have an element first otherwise
 
22
        it may not be a valid pipeline if it starts with caps. Add fakesrc.
 
23
 
 
24
2007-05-14  Ross Burton  <ross@burtonini.com>
 
25
 
 
26
        * libjuicer/sj-metadata-cdtext.h:
 
27
        * libjuicer/sj-metadata-musicbrainz.h:
 
28
        Fix typo in the _TYPE define which broke startup. Thanks Emmanuele
 
29
        for noticing the problem.
 
30
        
 
31
2007-05-14  Ross Burton  <ross@burtonini.com>
 
32
 
 
33
        * libjuicer/sj-metadata-cdtext.c:
 
34
        * libjuicer/sj-metadata-musicbrainz.c:
 
35
        Use G_DEFINE_TYPE_WITH_CODE.
 
36
 
 
37
2007-05-13  Ross Burton  <ross@burtonini.com>
 
38
 
 
39
        * libjuicer/sj-metadata-cdtext.c:
 
40
        Update to changes in SjMetadata object.
 
41
 
 
42
2007-05-13  Ross Burton  <ross@burtonini.com>
 
43
 
 
44
        * configure.ac:
 
45
        * NEWS:
 
46
        Version 2.19.0.
 
47
 
 
48
2007-05-13  Ross Burton  <ross@burtonini.com>
 
49
 
 
50
        * libjuicer/sj-metadata-musicbrainz.c:
 
51
        Attempt to repair brain-dead FreeDB encoding (#169591, thanks
 
52
        Ka-Hing Cheung).
 
53
 
 
54
2007-04-30  Ross Burton  <ross@burtonini.com>
 
55
 
 
56
        * libjuicer/sj-extractor.c:
 
57
        Refactor to be more GObject-like.
 
58
 
 
59
2007-04-30  Ross Burton  <ross@burtonini.com>
 
60
 
 
61
        * libjuicer/sj-metadata.[ch]:
 
62
        * libjuicer/sj-metadata-musicbrainz.c:
 
63
        Refactor to be more GObject-like.
 
64
 
 
65
2007-04-26  Christian Persch  <chpe@gnome.org>
 
66
 
 
67
        * libjuicer/sj-metadata-musicbrainz.c:
 
68
        (sj_metadata_musicbrainz_finalize): Chain up to parent's finalise
 
69
        handler. Bug #433137.
6
70
 
7
71
2007-04-11  Bastien Nocera  <hadess@hadess.net>
8
72
 
9
73
        * src/sj-play.c: (setup): Follow the preferred sound device as
10
74
        set in the control-center (Closes: #428677)
11
75
 
12
 
2007-04-02  Ross Burton  <ross@burtonini.com>
13
 
 
14
 
        * libjuicer/sj-metadata-musicbrainz.c:
15
 
        Detect albums from FreeDB better (thanks David Mandelberg, #353181).
16
 
 
17
 
2007-03-26  Ross Burton  <ross@burtonini.com>
18
 
 
19
 
        * data/sound-juicer.glade:
20
 
        Tweak so the path selector combo is accessible (Rich Burridge,
21
 
        #406000). (backport r1740)
22
 
 
23
76
2007-03-26  Bastien Nocera  <hadess@hadess.net>
24
77
 
25
78
        reviewed by: Ross Burton <ross@burtonini.com>
33
86
        for encoded files, also add the directory to the list of directories
34
87
        listed in the drop-down menu (Closes: #404542)
35
88
 
 
89
2007-03-26  Ross Burton  <ross@burtonini.com>
 
90
 
 
91
        * configure.in:
 
92
        * src/sj-play.c:
 
93
        * libjuicer/sj-extractor.[ch]:
 
94
        Use gst_element_make_from_uri for finding a CDDA source (thanks
 
95
        James Livingstone, #313089).
 
96
 
 
97
2007-03-26  Ross Burton  <ross@burtonini.com>
 
98
 
 
99
        * src/sj-extracting.c:
 
100
        Display a better message after CD extraction (thanks Adam
 
101
        Petaccia, #346067).
 
102
 
 
103
2007-03-26  Ross Burton  <ross@burtonini.com>
 
104
 
 
105
        * libjuicer/sj-metadata-musicbrainz.c:
 
106
        Detect albums from FreeDB better (thanks David Mandelberg, #353181).
 
107
 
 
108
2007-03-26  Ross Burton  <ross@burtonini.com>
 
109
 
 
110
        * data/sound-juicer.glade:
 
111
        Tweak so the path selector combo is accessible (Rich Burridge,
 
112
        #406000).
 
113
 
 
114
2007-03-26  Ross Burton  <ross@burtonini.com>
 
115
 
 
116
        * src/sj-main.c:
 
117
        Don't crash if the device exists but nautilus-burn does not know
 
118
        about it (Pascal Terjan, #389044).
 
119
 
 
120
2007-03-26  Ross Burton  <ross@burtonini.com>
 
121
 
 
122
        * data/sound-juicer.glade:
 
123
        Add accessible name to the track progress slider (thanks Patrick
 
124
        Wade, rest of #364376).
 
125
 
 
126
2007-03-26  Ross Burton  <ross@burtonini.com>
 
127
 
 
128
        * src/bacon-volume.[ch]:
 
129
        Update from libbacon.  Apart from being a good thing to do this
 
130
        also adds an accessible name (half of #364376).
 
131
        
 
132
2007-03-26  Ross Burton  <ross@burtonini.com>
 
133
 
 
134
        * data/sound-juicer.glade:
 
135
        Add an accessible name to the table (thanks Patrick Wade, #364372)
 
136
 
36
137
2007-03-15  Christian Kirbach  <Christian.Kirbach@googlemail.com>
37
138
 
38
139
        * src/sj-main.c: