X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=debian%2Fchangelog;h=ae94611912238302ba6f564e11910de1f5a995c8;hb=021e0b475e7ecf4b49e6bbcd5d03ca4373dec94b;hp=7cba7c010b79c2c66a9db78110e743431f997f11;hpb=0625a2a6b396bdc5baa01c494d27b5c678c7ac8b;p=psensor.git diff --git a/debian/changelog b/debian/changelog index 7cba7c0..ae94611 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,25 +1,53 @@ -psensor (0.7.0.x-0ubuntu1) unstable; urgency=low +psensor (0.8.0.3-3) unstable; urgency=low - * New upstream + * debian/changelog + + added dot at the end of sentence. + * debian/compat + + removed useless empty lines. + * debian/control + + fixed ordering of build-deps. + + added Vcs fields. + * debian/copyright + + copyright end date set to 2013. + + -- Jean-Philippe Orsini Wed, 18 Sep 2013 20:02:20 +0200 + +psensor (0.8.0.3-2) unstable; urgency=low + + * debian/control + + exclude build dep to atasmart lib for hurd and kfreebsd. + + -- Jean-Philippe Orsini Sun, 08 Sep 2013 06:36:33 -0400 + +psensor (0.8.0.3-1) unstable; urgency=low + + * New upstream release + fixed realloc null returned value not handled in amd.c. + fixed url var in main function not freed. + + added message when no sensor graphs are enabled. (Closes: #689355) + + replaced deprecated GtkColorSelectionDialog by GtkColorChooserDialog + to avoid build failure with recent GTK releases. (LP: #1184442) * debian/control + added builddep to cppcheck. + added builddep to asciidoc. - * debian/changelog - + fixed tab instead of whitespaces. + + added mention of FAQ in the psensor-common description. + + added mention of libatasmart support in psensor description. + + replaced builddep libjson0-dev by libjson-c-dev. + + switched to Standards-Version 3.9.4. * debian/psensor-common.install + added faq.txt and faq.html. + * debian/psensor.install + + added psensor.glade. - -- Jean-Philippe Orsini Sun, 26 Aug 2012 11:04:33 +0200 + -- Jean-Philippe Orsini Sat, 25 May 2013 04:16:57 -0400 psensor (0.7.0.3-1) unstable; urgency=low * New upstream release + added gconf schema. (LP: #1026807) - + fixed systray and application indicator visible at the + + fixed systray and application indicator visible at the same time. (LP: #971098) - + fixed wrong background color, get the background color of + + fixed wrong background color, get the background color of the window and not the canvas widget. (LP: #973122) + removed hicolor/48x48/psensor_hot.png. (LP: #1029065) + added degree sign for celcius. (LP: #1021900)