Hi,

awesome 1.0 was released on 19 september, so this is rougly one year
later than we release 3.0!

This version is the results of ~6 months of work, over 1000 patchset,
from more than 30 contributors.

There's no big changes from 3.0-rc6, noticeable ones are:
- fairv and fairh layouts
- update to new xcb-util
- various bug fix on keyboard bindings

Many many kudos to everyone that has helped either here on lists,
on IRC, supporting my bad jokes and mood, sending patches,
testing stuff, etc.

This was really awesome.

See you for a3.1 then,

Cheers,
-- 
Julien Danjou
// ᐰ <[EMAIL PROTECTED]>   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD

awesome version 3.0 has been released. It is available from:

tar.gz: http://awesome.naquadah.org/download/awesome-3.0.tar.gz
md5sum: a973361830ae7905e563ae0243e4b57a

tar.bz2: http://awesome.naquadah.org/download/awesome-3.0.tar.bz2
md5sum: 32bb9e94a63f421a7a8500f1041b6add

number of changes
-----------------
29

shortlog
--------
Alex Cornejo (1):
      layout: add fair layout

Arnaud Fontaine (3):
      awesome: get rid of unecessary malloc in scan()
      Update to new xcb-util library.
      systray: rely on xcb_atom_name_by_screen available since xcb-util 0.3.0

Julien Danjou (22):
      build: stop compiling Lua libs
      client: screen focus is handled by phys_screen
      build: add minimal version checks for xcb-util
      event: handle mapping notify events
      awful: check for bg,fg focus (FS#304)
      util: fix a_exec, use it for spawn
      grab server on initialization
      keybinding: ignore Mod5 when getting keysym
      keybinding: ignore LOCK
      awful: add client.setslave()
      core: ungrab before init dbus
      textbox: do not invalidate on _index
      client: execute urgent hook also when removing urgent hint
      icons: optimize size
      awful: fix comments typo
      awsetbg: fix typo
      cmake: add version
      README: change xcb-util required version
      xutil: init reply
      update to new xcb-event
      keybinding: allow individual non-alphabetic characters to be used in 
bindings
      change codename

Marc Lagrange (1):
      awful: permit user defined images for squares

Nathan Weizenbaum (1):
      keybinding: only warn when a keysym really couldn't be found.

Radoslaw Szkodzinski (1):
      Clean up dependency list in README


diffstat
--------
 CMakeLists.txt                |   24 +------
 README                        |   10 ++-
 awesome.c                     |   59 +++++++---------
 awesomeConfig.cmake           |   15 ++---
 awesomerc.lua.in              |    6 ++
 build-utils/layoutgen.sh      |    6 ++
 client.c                      |  155 ++++++++++++++++++++++++-----------------
 client.h                      |    2 +-
 common/util.c                 |   17 +----
 common/xutil.c                |   72 +++++--------------
 common/xutil.h                |   15 ----
 event.c                       |   81 +++++++++++++++------
 ewmh.c                        |   11 ++--
 icons/awesome32.png           |  Bin 191 -> 189 bytes
 icons/awesome48.png           |  Bin 225 -> 187 bytes
 icons/awesome64.png           |  Bin 267 -> 195 bytes
 icons/layouts/fairh.png       |  Bin 0 -> 194 bytes
 icons/layouts/fairhw.png      |  Bin 0 -> 194 bytes
 icons/layouts/fairv.png       |  Bin 0 -> 201 bytes
 icons/layouts/fairvw.png      |  Bin 0 -> 201 bytes
 icons/layouts/maxw.png        |  Bin 344 -> 301 bytes
 icons/layouts/tilebottomw.png |  Bin 241 -> 216 bytes
 icons/layouts/tiletopw.png    |  Bin 238 -> 215 bytes
 icons/tasklist/floating.png   |  Bin 401 -> 345 bytes
 icons/tasklist/floatingw.png  |  Bin 401 -> 334 bytes
 icons/titlebar/close.png      |  Bin 411 -> 358 bytes
 icons/titlebar/closer.png     |  Bin 686 -> 611 bytes
 keybinding.c                  |   21 ++++--
 layouts/fair.c                |  103 +++++++++++++++++++++++++++
 layouts/fair.h                |   31 ++++++++
 lib/awful.lua.in              |   36 ++++++++--
 lua.c                         |    8 +--
 mouse.c                       |    2 +-
 structs.h                     |    2 +-
 systray.c                     |   37 ++++++----
 tag.c                         |    6 --
 utils/awsetbg                 |    2 +-
 widgets/textbox.c             |    2 -
 38 files changed, 436 insertions(+), 287 deletions(-)

Attachment: signature.asc
Description: Digital signature

Reply via email to