3.4.0: New stable release!

New version: GLX-Dock 3.4
 * Menus: added the possibility to customise them
 * Style: unified the style of all components of the dock
 * Better integration with Compiz (e.g. when using the Cairo-Dock session) and Cinnamon
 * Applications Menu and Logout applets will wait the end of an update before displaying notifications
 * Various improvements for Applications Menu, Shortcuts, Status-Notifier and Terminal applets
 * Start working on EGL and Wayland support
 * And as always ... various bug fixes and improvements!

If you like the project, please donate and/or contribute :-)

Note: We're switching from Bzr to Git on Github, feel free to fork! https://github.com/Cairo-Dock

More details will follow later on our website: http://glx-dock.org

Enjoy this new version :-)
This commit is contained in:
Matthieu Baerts
2014-10-15 16:07:24 +02:00
parent e712f012fa
commit 7747ccd1e0

View File

@@ -11,7 +11,7 @@ include ("${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/GNUInstallDirs.cmake")
########### project ###############
project ("cairo-dock-plugins")
set (VERSION "3.3.99.rc1")
set (VERSION "3.4.0")
add_definitions (-std=c99 -Wall -Werror-implicit-function-declaration) # -Wextra -Wwrite-strings -Wuninitialized -Werror-implicit-function-declaration -Wstrict-prototypes -Wreturn-type -Wparentheses -Warray-bounds)
if (NOT DEFINED CMAKE_BUILD_TYPE)