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