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