ayatana-commits team mailing list archive
-
ayatana-commits team
-
Mailing list archive
-
Message #01385
[Branch ~agateau/plasma-widget-message-indicator/trunk] Rev 136: Getting ready for 0.5.4
------------------------------------------------------------
revno: 136
tags: 0.5.4
committer: Aurelien Gateau <aurelien.gateau@xxxxxxxxxxxxx>
branch nick: plasma-widget-message-indicator
timestamp: Fri 2010-04-02 09:30:42 +0200
message:
Getting ready for 0.5.4
modified:
CMakeLists.txt
NEWS
--
lp:plasma-widget-message-indicator
https://code.launchpad.net/~agateau/plasma-widget-message-indicator/trunk
Your team ayatana-commits is subscribed to branch lp:plasma-widget-message-indicator.
To unsubscribe from this branch go to https://code.launchpad.net/~agateau/plasma-widget-message-indicator/trunk/+edit-subscription
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2010-04-01 14:32:27 +0000
+++ CMakeLists.txt 2010-04-02 07:30:42 +0000
@@ -26,7 +26,7 @@
add_subdirectory(tests)
# Packaging
-set(PROJECT_VERSION "0.5.3")
+set(PROJECT_VERSION "0.5.4")
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
=== modified file 'NEWS'
--- NEWS 2010-03-30 15:39:23 +0000
+++ NEWS 2010-04-02 07:30:42 +0000
@@ -1,3 +1,9 @@
+# 0.5.4
+## Fixes
+- Replaced the .upd file which depended on a not-yet-validated version of
+ kconf_update with a transitional version of
+ plasma-applet-indicatordisplay.desktop (LP BUG #538136).
+
# 0.5.3
## Fixes
- Added a kconf_update file to rename the plugin on existing installations.