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