← Back to team overview

ayatana-commits team mailing list archive

[Branch ~agateau/plasma-indicatordisplay/trunk] Rev 70: Getting ready for 0.3.1

 

------------------------------------------------------------
revno: 70
committer: Aurelien Gateau <aurelien.gateau@xxxxxxxxxxxxx>
branch nick: plasma-indicatordisplay
timestamp: Thu 2009-09-10 16:48:32 +0200
message:
  Getting ready for 0.3.1
added:
  NEWS
modified:
  CMakeLists.txt


--
lp:plasma-indicatordisplay
https://code.launchpad.net/~agateau/plasma-indicatordisplay/trunk

Your team ayatana-commits is subscribed to branch lp:plasma-indicatordisplay.
To unsubscribe from this branch go to https://code.launchpad.net/~agateau/plasma-indicatordisplay/trunk/+edit-subscription.
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt	2009-08-12 16:08:30 +0000
+++ CMakeLists.txt	2009-09-10 14:48:32 +0000
@@ -3,7 +3,7 @@
 cmake_minimum_required(VERSION 2.6)
 
 # Packaging
-set(PROJECT_VERSION "0.3.0")
+set(PROJECT_VERSION "0.3.1")
 set(ARCHIVE_NAME ${CMAKE_PROJECT_NAME}-${PROJECT_VERSION})
 add_custom_target(dist
     COMMAND bzr export --root=${ARCHIVE_NAME} ${CMAKE_BINARY_DIR}/${ARCHIVE_NAME}.tar.bz2

=== added file 'NEWS'
--- NEWS	1970-01-01 00:00:00 +0000
+++ NEWS	2009-09-10 14:48:32 +0000
@@ -0,0 +1,6 @@
+# 0.3.1
+## Fixes
+- Remove interest on servers when we go away.
+- Added tooltip and ensured we do not show an empty popup if no application is
+  running.
+- Updated icon, comment and website.