From 35b36aef40c892c282b94ebd444f447f76444ced Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 4 Mar 2008 14:35:54 +0100 Subject: [PATCH] 2.2-rc3 --- download.mdwn | 4 ++-- news/version_2.2-rc3.mdwn | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 news/version_2.2-rc3.mdwn diff --git a/download.mdwn b/download.mdwn index dd25267..355a488 100644 --- a/download.mdwn +++ b/download.mdwn @@ -12,8 +12,8 @@ Next stable version will be 2.2. -You can test and download the release candidate version [2.2-rc2](awesome-2.2-rc2.tar.gz) -([tar.bz2](awesome-2.2-rc2.tar.bz2)) (codename: *Broken Man*). +You can test and download the release candidate version [2.2-rc3](awesome-2.2-rc3.tar.gz) +([tar.bz2](awesome-2.2-rc3.tar.bz2)) (codename: *There There*). # Stable diff --git a/news/version_2.2-rc3.mdwn b/news/version_2.2-rc3.mdwn new file mode 100644 index 0000000..f8d5d39 --- /dev/null +++ b/news/version_2.2-rc3.mdwn @@ -0,0 +1,21 @@ +The new version 2.2-rc3 of *awesome* is available. To download it, see the [[download]] page. +This is the third release candidate version of the upcoming 2.2 version. + +You can see all [changes on git](http://git.naquadah.org/?p=awesome.git;a=shortlog;h=v2.2-rc3). + +Here's a [[toggle text="changes summary" id="changelog"]]. +[[toggleable id="changelog" text=""" +- Fix segfault after viewing same tag twice and doing a tag_prev_selected (bug #76) +- Client_moveresize fix +- Check widget position (bug #68) +- Change awesomerc manpage to section 5 (bug #79) +- Support for include() in configuration file +- New system to drop EnterWindow events +- Textbox can be flex-aligned +- Add widget names in warnings +- Fix multi-monitor mode with Zaphod and xrandr (bug #73) +"""]] + +Don't hesitate to report bugs and ask or write enhancements on awesome [bug tracking system](/bugs/) or [awesome list](/community/). + +Have fun!