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