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