read some more battery data using new bme.c file but not stable, crashes after 23...
[monky] / debian / changelog
index b362b9f..75da865 100644 (file)
@@ -1,4 +1,69 @@
-conky (1.8.0-1) unstable; urgency=low
+conky (2.0.2-1) unstable; urgency=low
+
+  * got temperature working again
+
+ -- Lance Colton <lance.colton@gmail.com>  Thu, 08 Mar 2012 00:45:00 -0700
+
+conky (2.0.1-1) unstable; urgency=low
+
+  * Added some power saving features, needs some testing to confirm this is working properly
+    - Because conky is written in c (not c++) it can't directly access the system heartbeat timer so it uses another process to do this for it
+      + Conky will look for another app I wrote and modified for this purpose, Proximus (>= v1.2.4)
+      + If proximus-daemon is running conky will ask it to set up a heartbeat timer and proximus will send a dbus signal back for each heartbeat
+      + update_heartbeat_min and update_heartbeat_max from the conf file will specify the approximate time between heartbeats
+      + If the phone is discharging, Conky will skip heartbeats according to the value of update_heartbeat_battery_skip in the conf file
+      + So, if update_heartbeat_battery_skip is 3, conky will update once every 4 heartbeats when discharging. default is 1 so set to 0 to disable.
+      + If the screen turns off, update_skips_when_sleeping overrides update_heartbeat_battery_skip. default is 5!
+
+ -- Lance Colton <lance.colton@gmail.com>  Fri, 27 Jan 2012 00:51:00 -0700
+
+conky (2.0.0-1) unstable; urgency=low
+
+  * Supports double buffering without dbe (an extension nokia removed from x11 in harmattan):
+    - double buffers using pixmaps instead of dbe
+      + spent a long time getting that working and fixing everything that broke when changing that
+      + thanks to syrjala on meego.com forum for giving me a patch that got me started working on this
+      + cairo / lua work, imlib2 works, and you need to install those 3 libraries also.
+      + it doesn't actually crash when swiping to the background, it's nokia's idea that you meant to close it based on the physical orientation of the phone
+      + .conf file needs some small fixes and i can't do anything about the i/o stats not working
+      + i will add some more features soon
+
+ -- Lance Colton <lance.colton@gmail.com>  Fri, 06 Jan 2012 21:00:00 -0700
+
+conky (1.9.8-1) unstable; urgency=low
+
+  * New maemo6 release:
+    - initial release to support harmattan, don't install on maemo5! (sorry)
+      + double buffering doesn't work, screen will flicker, this is not a conky bug. Nokia didn't include the double buffer extension module for x11, ask them!
+      + temperature is not supported at the moment because bme doesn't report it anywhere, that was done with a 3rd party module on n900
+      + cairo / lua work, imlib2 works, but these things aren't necessarily in the repositories so please google them to find them for now. you won't be able to install without those!
+      + this app may crash when swiping it away, and may ignore the down swipe to close, i have no idea why. 
+      + read/write io stats is a kernel feature that titan put into the power kernel on n900, feel free to bug nokia or replace the kernel with a 3rd party one to fix those from being 0
+      + I spent lots of time fixing compiling issues and major issues in the lua and .conf files so didn't have time to optimize them for the 48 extra pixels of width or get everything perfect YET. Please be patient or contribute :)
+
+ -- Lance Colton <lance.colton@gmail.com>  Tue, 08 Nov 2011 21:00:00 -0700
+
+conky (1.9.7-1) unstable; urgency=low
+
+  * New maemo release:
+    - fixes for power kernel v47 
+      + temperature and voltage are reported differently by this kernel and needed to be adjusted
+      + temperature is now reported to the tenth of the degree and your conf file may need to be adjusted to account for this additional digit
+      + enabled cairo / lua scripting
+
+ -- Lance Colton <lance.colton@gmail.com>  Mon, 23 May 2011 16:00:00 -0700
+
+conky (1.9.6-2) unstable; urgency=low
+
+  * New maemo release:
+    - too many changes to list
+    - equivalent to 1.8.2 on master conky branch with lots of n900 fixes 
+      + see http://talk.maemo.org/showthread.php?t=64434
+      + the deb posted there is actually better as it supports lua, autobuilder can't work with that
+
+ -- Lance Colton <lance.colton@gmail.com>  Thu, 21 Oct 2010 12:00:00 -0700
+ conky (1.8.0-1) unstable; urgency=low
 
   * New upstream release:
     - add AF_UNIX socket support