updated NEWS
[psensor.git] / debian / changelog
1 psensor (0.8.0.3-3) unstable; urgency=low
2
3   * debian/changelog
4       + added dot at the end of sentence.
5   * debian/compat
6       + removed useless empty lines.
7   * debian/control
8       + fixed ordering of build-deps.
9       + added Vcs fields.
10   * debian/copyright
11       + copyright end date set to 2013.
12
13  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Wed, 18 Sep 2013 20:02:20 +0200
14
15 psensor (0.8.0.3-2) unstable; urgency=low
16
17   * debian/control
18       + exclude build dep to atasmart lib for hurd and kfreebsd.
19
20  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sun, 08 Sep 2013 06:36:33 -0400
21
22 psensor (0.8.0.3-1) unstable; urgency=low
23
24   * New upstream release
25       + fixed realloc null returned value not handled in amd.c.
26       + fixed url var in main function not freed.
27       + added message when no sensor graphs are enabled. (Closes: #689355)
28       + replaced deprecated GtkColorSelectionDialog by GtkColorChooserDialog
29         to avoid build failure with recent GTK releases. (LP: #1184442)
30   * debian/control
31       + added builddep to cppcheck.
32       + added builddep to asciidoc.
33       + added mention of FAQ in the psensor-common description.
34       + added mention of libatasmart support in psensor description.
35       + replaced builddep libjson0-dev by libjson-c-dev.
36       + switched to Standards-Version 3.9.4.
37   * debian/psensor-common.install
38       + added faq.txt and faq.html.
39   * debian/psensor.install
40       + added psensor.glade.
41
42  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sat, 25 May 2013 04:16:57 -0400
43
44 psensor (0.7.0.3-1) unstable; urgency=low
45
46   * New upstream release
47       + added gconf schema. (LP: #1026807)
48       + fixed systray and application indicator visible at the
49         same time. (LP: #971098)
50       + fixed wrong background color, get the background color of
51         the window and not the canvas widget. (LP: #973122)
52       + removed hicolor/48x48/psensor_hot.png. (LP: #1029065)
53       + added degree sign for celcius. (LP: #1021900)
54       + fixed hide window on startup for gnome-shell. (Closes: #676361)
55   * debian/control
56       + added builddep to libatasmart-dev.
57       + switched to debhelper 9.
58   * debian/psensor.install
59       + added gconf schema.
60   * debian/rules
61       + set GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL to 1 to avoid gconf
62         schema installation during package build.
63   * debian/compat
64       + switched to debhelper 9, fixes hardening-no-relro and
65         hardening-no-fortify-functions lintian warnings.
66
67  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sun, 19 Aug 2012 04:26:27 -0400
68
69 psensor (0.6.2.17-2) unstable; urgency=low
70
71   * debian/control
72      - replaced libcurl4-openssl-dev build dep to
73        libcurl4-gnutls-dev. (Closes: #668180)
74
75  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Mon, 09 Apr 2012 12:15:54 -0400
76
77 psensor (0.6.2.17-1) unstable; urgency=low
78
79   * New upstream release
80       - Fixed sensor type displayed in sensor preferences. (Closes LP: #968912)
81   * debian/control
82       - Switched to Standards-Version 3.9.3.
83   * debian/copyright
84       - Changed end date to 2012.
85
86  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Mon, 26 Mar 2012 05:14:19 -0400
87
88 psensor (0.6.2.16-1) unstable; urgency=low
89
90   * New upstream release
91       - removed -pedantic compilation option. (Closes LP: #905893)
92   * debian/control, debian/psensor.install, debian/psensor-server.install:
93       - applied wrap-and-sort. (Closes: #652531)
94
95  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Thu, 22 Dec 2011 21:11:44 -0500
96
97 psensor (0.6.2.15-1) unstable; urgency=low
98
99   * New upstream release
100       - fct sysinfo is replaced by gtop2 calls. (Closes: #650533)
101   * debian/control
102       - set priority to 'extra' instead of 'optional' due to dependence
103         on json-c lib which is using a priority 'extra'.
104
105  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Thu, 01 Dec 2011 01:57:00 +0100
106
107 psensor (0.6.2.14-1) unstable; urgency=low
108
109   * New upstream release
110       - monochrome icons for Ubuntu themes. (Closes LP: #811003)
111   * debian/copyright:
112       - replaced email with my personnal one
113       - added license and copyright info for jqplot
114   * debian/control:
115       - removed useless dep to lua
116       - switch to Standards-Version 3.9.2
117       - added build dep to libjs-query
118       - replaced email with my personnal one
119       - build dep to gtk3 instead of gtk2
120   * debian/psensor.install:
121       - added icons directory to include ubuntu default icons theme
122       - added directories for glade files
123       - added directory for autostart file
124   * debian/psensor-server.links:
125       - linked query.js file from libjs-query package
126
127  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Fri, 25 Nov 2011 02:56:22 -0500
128
129 psensor (0.6.1.9-3) unstable; urgency=low
130
131   * debian/copyright:
132       - Fixed Lintian error: helper-templates-in-copyright
133
134  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Mon, 12 Sep 2011 05:47:02 -0400
135
136 psensor (0.6.1.9-2) unstable; urgency=low
137
138   * debian/psensor-server.install:
139       - Fixed missing www files.
140
141  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Fri, 20 May 2011 02:52:34 -0400
142
143 psensor (0.6.1.9-1) unstable; urgency=low
144
145   * New upstream release
146   * debian/control:
147       - Fixed Lintian warning: newer-standards-version.
148
149  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Tue, 03 May 2011 11:26:03 +0200
150
151 psensor (0.6.1.8-1) unstable; urgency=low
152
153   * New upstream release
154   * debian/control:
155       - removed empty paragraphs. (Closes: #624236)
156       - added build-dep to autoconf,automake,gettext,autopoint
157       - switched to Standards-Version 3.9.2
158
159  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Thu, 21 Apr 2011 15:19:35 +0200
160
161 psensor (0.6.1.7-1) unstable; urgency=low
162
163   * New upstream release
164
165  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Tue, 19 Apr 2011 14:43:17 +0200
166
167 psensor (0.6.1.6-1) unstable; urgency=low
168
169   * New upstream release
170   * debian/control: fixed capitalization-error-in-description
171
172  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Thu, 14 Apr 2011 23:57:35 +0200
173
174 psensor (0.6.1.5-1) unstable; urgency=low
175
176   * First official Debian package.
177
178  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sun, 20 Feb 2011 15:15:30 +0100
179
180 psensor (0.6.1.5-0ubuntu1) maverick; urgency=low
181
182   * New upstream release
183
184  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Thu, 17 Feb 2011 02:15:50 +0100
185
186 psensor (0.6.1.4-0ubuntu1) maverick; urgency=low
187
188   * New upstream release
189
190  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Wed, 16 Feb 2011 19:17:18 +0100
191
192 psensor (0.6.1.3-1) maverick; urgency=low
193
194   * upgrade upstream
195   * removed debian/tmp in .install files
196   * improved long description of the packages
197   * fixed debian/copyright(add real name and license preamble)
198   * use dh_installman
199   * added debian/watch file
200
201  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Wed, 16 Feb 2011 09:56:05 +0100
202
203 psensor (0.6.1.1-3) lucid; urgency=low
204
205   * bump lucid
206
207  -- jeanfi <jeanfi@gmail.com>  Tue, 15 Feb 2011 12:10:08 +0100
208
209 psensor (0.6.1.1-2) natty; urgency=low
210
211   * bump natty
212
213  -- jeanfi <jeanfi@gmail.com>  Tue, 15 Feb 2011 12:09:19 +0100
214
215 psensor (0.6.1.1-1) maverick; urgency=low
216
217   * upgrade upstream
218
219  -- jeanfi <jeanfi@gmail.com>  Tue, 15 Feb 2011 11:41:38 +0100
220
221 psensor (0.6.1-4) natty; urgency=low
222
223   * bump natty
224
225  -- jeanfi <jeanfi@gmail.com>  Mon, 14 Feb 2011 12:18:28 +0100
226
227 psensor (0.6.1-3) lucid; urgency=low
228
229   * bump lucid
230
231  -- jeanfi <jeanfi@gmail.com>  Mon, 14 Feb 2011 12:17:37 +0100
232
233 psensor (0.6.1-2) maverick; urgency=low
234
235   * fixed file conflicts concerning doc dir
236
237  -- jeanfi <jeanfi@gmail.com>  Mon, 14 Feb 2011 11:47:16 +0100
238
239 psensor (0.6.1-1) maverick; urgency=low
240
241   * upgrade upstream
242
243  -- jeanfi <jeanfi@gmail.com>  Mon, 14 Feb 2011 10:52:24 +0100
244
245 psensor (0.6.0.14-5) karmic; urgency=low
246
247   * bump karmic
248
249  -- jeanfi <jeanfi@gmail.com>  Sun, 13 Feb 2011 14:05:07 +0100
250
251 psensor (0.6.0.14-4) maverick; urgency=low
252
253   * www/index.lua in the psensor-server package
254
255  -- jeanfi <jeanfi@gmail.com>  Sun, 13 Feb 2011 13:30:30 +0100
256
257 psensor (0.6.0.14-3) lucid; urgency=low
258
259   * bump lucid
260
261  -- jeanfi <jeanfi@gmail.com>  Sat, 12 Feb 2011 21:18:22 +0100
262
263 psensor (0.6.0.14-2) natty; urgency=low
264
265   * bump natty
266
267  -- jeanfi <jeanfi@gmail.com>  Sat, 12 Feb 2011 21:16:38 +0100
268
269 psensor (0.6.0.14-1) maverick; urgency=low
270
271   * upgrade upstream
272
273  -- jeanfi <jeanfi@gmail.com>  Sat, 12 Feb 2011 14:34:42 +0100