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