switched to 3.9.7 defaults
[psensor-pkg-ubuntu.git] / debian / changelog
1 psensor (1.1.5-1ppaxenial2) xenial; urgency=medium
2
3   * debian/control
4       - switch defaults to 3.9.7
5
6  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Tue, 07 Jun 2016 15:00:42 +0200
7
8 psensor (1.1.5-1ppaxenial1) xenial; urgency=medium
9
10   * New upstream release
11       + fixed cpu overuse when window lost focus. (LP: #1582930)
12
13  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Mon, 06 Jun 2016 11:59:46 +0200
14
15 psensor (1.1.4-1ppaxenial1) xenial; urgency=medium
16
17   * New upstream release
18
19  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Fri, 03 Jun 2016 14:09:16 +0200
20
21 psensor (1.1.3-1ppautopic1) utopic; urgency=medium
22
23   * New upstream release
24       + added gtk+ 3.14 support. (Closes: #763257)
25
26  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Mon, 27 Oct 2014 22:24:28 +0100
27
28 psensor (1.1.2-1) unstable; urgency=medium
29
30   * New upstream release.
31   * debian/control
32       + added dep to libxnvctrl-dev or nvidia-settings to enable
33         nvidia support and ease ubuntu sync.
34       + removed build dep to gconf which is no more needed.
35       + added build dep to libudisks2-dev.
36       + removed hddtemp from "Recommends" field (psensor is using
37         udisks2 by default now but not psensor-server).
38   * debian/psensor.install
39       + removed gconf schema.
40   * debian/copyright
41       + added copyright information about checkpatch.pl.
42   * debian/watch
43       + added location of the release signature.
44   * added debian/upstream/signing-key.asc
45
46  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sun, 21 Sep 2014 17:26:09 -0400
47
48 psensor (1.0.4-1) unstable; urgency=medium
49
50   * New upstream release.
51       + fixed psensor does not start: Attempt to unlock mutex that was not
52         locked during startup with glib 2.41.2. (LP: #1346299)
53       + fixed FTBFS with clang instead of gcc. (Closes: #753061)
54   * debian/control
55       + added build dep to libappindicator3-dev.
56       + switched to optional priority instead of extra.
57       + removed useless dots after long descriptions.
58   * debian/rules
59       + removed useless comments.
60   * debian/copyright
61       + switched to copyright format 1.0.
62
63  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Wed, 06 Aug 2014 18:36:41 -0400
64
65 psensor (1.0.2-1) unstable; urgency=low
66
67   * New upstream release.
68       + fixed AppIndicator icons. (LP: #1290072) (LP: #1310323)
69       + removed webfont to fix lintian warning privacy-breach-generic.
70       + fixed lintian warning source-is-missing due to minimized .js.
71   * debian/control
72       + switched to Standards-Version 3.9.5.
73       + fixed indentation of build-depends section.
74       + changed vcs headers, packaging maintained in git now.
75       + switch to dh-autoreconf (superset of autotools-dev).
76   * debian/copyright
77       + psensor/packaging copyright end date set to 2014.
78       + jqplot (updated upstream) copyright end date set to 2013.
79       + excanvas.js (removed upstream) copyright removed.
80   * debian/rules
81       + use autoreconf to update libtool and configure. (Closes: #749110)
82   * debian/patches/json-c-FTBFS-fix.patch
83       + droped, fixed upstream
84   * debian/psensor.install
85       + don't autostart psensor by default. (Closes: #728754)
86
87  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Mon, 02 Jun 2014 22:17:16 +0200
88
89 psensor (0.8.0.4-1.1) unstable; urgency=low
90
91   * Non-maintainer upload.
92   * Update to build against current json-c. (Closes: #746145)
93
94  -- Wookey <wookey@debian.org>  Fri, 30 May 2014 16:41:37 +0000
95
96 psensor (0.8.0.4-1) unstable; urgency=low
97
98   * New upstream release.
99   * debian/control
100       + added dep to autotools-dev to regenerate config.{guess,sub}.
101       + added vcs fields.
102       + fixed ordering of build-deps.
103       + longer description for psensor-common.
104   * debian/copyright
105       + copyright end date set to 2013.
106   * debian/psensor*.lintian-overrides
107       + ignored no-upstream-change lintian warnings as
108         upstream does not provide it.
109   * removed debian/docs because there are multiple bin packages.
110   * debian/psensor-common.install
111       + added README.
112   * debian/psensor-common.doc-base.manual
113       + registered to doc-base.
114   * debian/rules
115       + regenerate config.{guess,sub} automatically. (Closes: #727950)
116
117  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Fri, 20 Sep 2013 19:39:45 -0400
118
119 psensor (0.8.0.3-2) unstable; urgency=low
120
121   * debian/control
122       + exclude build dep to atasmart lib for hurd and kfreebsd.
123
124  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sun, 08 Sep 2013 06:36:33 -0400
125
126 psensor (0.8.0.3-1) unstable; urgency=low
127
128   * New upstream release.
129       + fixed realloc null returned value not handled in amd.c.
130       + fixed url var in main function not freed.
131       + added message when no sensor graphs are enabled. (Closes: #689355)
132       + replaced deprecated GtkColorSelectionDialog by GtkColorChooserDialog.
133         to avoid build failure with recent GTK releases. (LP: #1184442)
134   * debian/control
135       + added builddep to cppcheck.
136       + added builddep to asciidoc.
137       + added mention of FAQ in the psensor-common description.
138       + added mention of libatasmart support in psensor description.
139       + replaced builddep libjson0-dev by libjson-c-dev.
140       + switched to Standards-Version 3.9.4.
141   * debian/psensor-common.install
142       + added faq.txt and faq.html.
143   * debian/psensor.install
144       + added psensor.glade.
145
146  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sat, 25 May 2013 04:16:57 -0400
147
148 psensor (0.7.0.3-1) unstable; urgency=low
149
150   * New upstream release.
151       + added gconf schema. (LP: #1026807)
152       + fixed systray and application indicator visible at the
153         same time. (LP: #971098)
154       + fixed wrong background color, get the background color of
155         the window and not the canvas widget. (LP: #973122)
156       + removed hicolor/48x48/psensor_hot.png. (LP: #1029065)
157       + added degree sign for celcius. (LP: #1021900)
158       + fixed hide window on startup for gnome-shell. (Closes: #676361)
159   * debian/control
160       + added builddep to libatasmart-dev.
161       + switched to debhelper 9.
162   * debian/psensor.install
163       + added gconf schema.
164   * debian/rules
165       + set GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL to 1 to avoid gconf
166         schema installation during package build.
167   * debian/compat
168       + switched to debhelper 9, fixes hardening-no-relro and
169         hardening-no-fortify-functions lintian warnings.
170
171  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sun, 19 Aug 2012 04:26:27 -0400
172
173 psensor (0.6.2.17-2) unstable; urgency=low
174
175   * debian/control
176      - replaced libcurl4-openssl-dev build dep to
177        libcurl4-gnutls-dev. (Closes: #668180)
178
179  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Mon, 09 Apr 2012 12:15:54 -0400
180
181 psensor (0.6.2.17-1) unstable; urgency=low
182
183   * New upstream release.
184       - Fixed sensor type displayed in sensor preferences. (Closes LP: #968912)
185   * debian/control
186       - Switched to Standards-Version 3.9.3.
187   * debian/copyright
188       - Changed end date to 2012.
189
190  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Mon, 26 Mar 2012 05:14:19 -0400
191
192 psensor (0.6.2.16-1) unstable; urgency=low
193
194   * New upstream release.
195       - removed -pedantic compilation option. (Closes LP: #905893)
196   * debian/control, debian/psensor.install, debian/psensor-server.install:
197       - applied wrap-and-sort. (Closes: #652531)
198
199  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Thu, 22 Dec 2011 21:11:44 -0500
200
201 psensor (0.6.2.15-1) unstable; urgency=low
202
203   * New upstream release.
204       - fct sysinfo is replaced by gtop2 calls. (Closes: #650533)
205   * debian/control
206       - set priority to 'extra' instead of 'optional' due to dependence
207         on json-c lib which is using a priority 'extra'.
208
209  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Thu, 01 Dec 2011 01:57:00 +0100
210
211 psensor (0.6.2.14-1) unstable; urgency=low
212
213   * New upstream release.
214       - monochrome icons for Ubuntu themes. (Closes LP: #811003)
215   * debian/copyright:
216       - replaced email with my personnal one
217       - added license and copyright info for jqplot
218   * debian/control:
219       - removed useless dep to lua
220       - switch to Standards-Version 3.9.2
221       - added build dep to libjs-query
222       - replaced email with my personnal one
223       - build dep to gtk3 instead of gtk2
224   * debian/psensor.install:
225       - added icons directory to include ubuntu default icons theme
226       - added directories for glade files
227       - added directory for autostart file
228   * debian/psensor-server.links:
229       - linked query.js file from libjs-query package
230
231  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Fri, 25 Nov 2011 02:56:22 -0500
232
233 psensor (0.6.1.9-3) unstable; urgency=low
234
235   * debian/copyright:
236       - Fixed Lintian error: helper-templates-in-copyright
237
238  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Mon, 12 Sep 2011 05:47:02 -0400
239
240 psensor (0.6.1.9-2) unstable; urgency=low
241
242   * debian/psensor-server.install:
243       - Fixed missing www files.
244
245  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Fri, 20 May 2011 02:52:34 -0400
246
247 psensor (0.6.1.9-1) unstable; urgency=low
248
249   * New upstream release.
250   * debian/control:
251       - Fixed Lintian warning: newer-standards-version.
252
253  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Tue, 03 May 2011 11:26:03 +0200
254
255 psensor (0.6.1.8-1) unstable; urgency=low
256
257   * New upstream release.
258   * debian/control:
259       - removed empty paragraphs. (Closes: #624236)
260       - added build-dep to autoconf,automake,gettext,autopoint
261       - switched to Standards-Version 3.9.2
262
263  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Thu, 21 Apr 2011 15:19:35 +0200
264
265 psensor (0.6.1.7-1) unstable; urgency=low
266
267   * New upstream release.
268
269  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Tue, 19 Apr 2011 14:43:17 +0200
270
271 psensor (0.6.1.6-1) unstable; urgency=low
272
273   * New upstream release.
274   * debian/control: fixed capitalization-error-in-description
275
276  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Thu, 14 Apr 2011 23:57:35 +0200
277
278 psensor (0.6.1.5-1) unstable; urgency=low
279
280   * Initial release.
281
282  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sun, 20 Feb 2011 15:15:30 +0100