From 984a72061761e485706ac12f71bdfb0fd7f3681b Mon Sep 17 00:00:00 2001 From: Steve Zesch Date: Sun, 27 May 2012 14:20:27 -0400 Subject: Preparing for 1.2.3 release. --- ChangeLog | 36 ++++++++++++++++++++++++++++++++++++ configure.in | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f4e927d8..659b0a29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,39 @@ +commit b5344715824cb89183a0fc5400586e82e383fc55 +Author: Steve Zesch +Date: Sun May 27 13:29:42 2012 -0400 + + Forgot to push the update to configure.in + + configure.in | 4 ++++ + 1 files changed, 4 insertions(+), 0 deletions(-) + +commit 21d19c8d7ff85e23355ff9ec092e4c6a77fd4e34 +Author: Steve Zesch +Date: Sat May 26 19:29:57 2012 -0400 + + Fixed https://github.com/mate-desktop/mate-applets/issues/6 + + invest-applet/invest/defs.py.in | 1 + + invest-applet/invest/networkmanager.py | 24 +++++++++++++++++++++- + invest-applet/invest/quotes.py | 34 ++++++++++++++----------------- + 3 files changed, 39 insertions(+), 20 deletions(-) + +commit b958403a2e06dfc271b121eb325783bc923b089a +Author: Steve Zesch +Date: Tue Apr 24 15:28:36 2012 -0400 + + upower support added to battstat. Preparing for 1.2.2 release. + + ChangeLog | 15 ++ + battstat/Makefile.am | 10 +- + battstat/battstat-upower.c | 330 +++++++++++++++++++++++++++++++++++++ + battstat/battstat-upower.h | 33 ++++ + battstat/battstat_applet.c | 8 +- + battstat/docs/C/mate-battstat.xml | 21 ++- + battstat/power-management.c | 76 +++++++-- + configure.in | 24 +++- + 8 files changed, 485 insertions(+), 32 deletions(-) + commit 8939ec49c5218f4aaf2d49c7dd80954817f1bbb9 Author: Steve Zesch Date: Fri Apr 20 21:29:12 2012 -0400 diff --git a/configure.in b/configure.in index ae99a1fa..4db891ed 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for MATE-APPLETS *** dnl *************************************************************************** -AC_INIT(mate-applets, 1.2.2) +AC_INIT(mate-applets, 1.2.j) AC_PREREQ(2.59) AM_CONFIG_HEADER(config.h) -- cgit v1.2.1