From: Axel Wagner Date: Sun, 31 Jul 2011 14:16:17 +0000 (+0200) Subject: Update changelog and copyright, bump version and more X-Git-Tag: 4.0.1~7^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8d09ed7bf53ebf39c8139146465c520e2edc0837;p=i3%2Fi3 Update changelog and copyright, bump version and more --- diff --git a/i3bar/CHANGELOG b/i3bar/CHANGELOG index 0b6958d2..32d880cd 100644 --- a/i3bar/CHANGELOG +++ b/i3bar/CHANGELOG @@ -1,6 +1,18 @@ +v0.7 +===== +- Make i3bar compatible with i3-4.0 +- Implement disabling the workspace buttons +- Add Color for focused ws +- Add support for I3_SOCKET_PATH-atom - Implement different dock-positions - Hide-on-modifier is now the default behavior +- Change default socketpath to /tmp/i3-ipc.sock +- Use I3SOCK environment-variable +- Bugfix: Stop the reconn-timer before starting it again, else it's running twice +- Bugfix: Don't SIGSTOP child in dockmode +- Bugfix: If hide-on-modifier is set, stop the child after starting - Bugfix: Recover from closed socket +- Some minor bugfixes v0.6 ===== diff --git a/i3bar/LICENSE b/i3bar/LICENSE index 4fe52a0c..6fe0f421 100644 --- a/i3bar/LICENSE +++ b/i3bar/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2010, Axel Wagner +Copyright (c) 2010-2011, Axel Wagner All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/i3bar/doc/i3bar.man b/i3bar/doc/i3bar.man index 84e4c968..5faa16c3 100644 --- a/i3bar/doc/i3bar.man +++ b/i3bar/doc/i3bar.man @@ -1,7 +1,7 @@ i3bar(1) ======== Axel Wagner -v0.6, September 2010 +v0.7, July 2011 == NAME diff --git a/i3bar/include/child.h b/i3bar/include/child.h index 69cfc576..2622b3b0 100644 --- a/i3bar/include/child.h +++ b/i3bar/include/child.h @@ -1,7 +1,7 @@ /* * i3bar - an xcb-based status- and ws-bar for i3 * - * © 2010 Axel Wagner and contributors + * © 2010-2011 Axel Wagner and contributors * * See file LICNSE for license information * diff --git a/i3bar/include/common.h b/i3bar/include/common.h index 8b439ee0..22e3ca43 100644 --- a/i3bar/include/common.h +++ b/i3bar/include/common.h @@ -1,7 +1,7 @@ /* * i3bar - an xcb-based status- and ws-bar for i3 * - * © 2010 Axel Wagner and contributors + * © 2010-2011 Axel Wagner and contributors * * See file LICNSE for license information * diff --git a/i3bar/include/ipc.h b/i3bar/include/ipc.h index ee273a45..35f2d0f7 100644 --- a/i3bar/include/ipc.h +++ b/i3bar/include/ipc.h @@ -1,7 +1,7 @@ /* * i3bar - an xcb-based status- and ws-bar for i3 * - * © 2010 Axel Wagner and contributors + * © 2010-2011 Axel Wagner and contributors * * See file LICNSE for license information * diff --git a/i3bar/include/outputs.h b/i3bar/include/outputs.h index 69a34a12..f74048da 100644 --- a/i3bar/include/outputs.h +++ b/i3bar/include/outputs.h @@ -1,7 +1,7 @@ /* * i3bar - an xcb-based status- and ws-bar for i3 * - * © 2010 Axel Wagner and contributors + * © 2010-2011 Axel Wagner and contributors * * See file LICNSE for license information * diff --git a/i3bar/include/util.h b/i3bar/include/util.h index 1952b039..60949320 100644 --- a/i3bar/include/util.h +++ b/i3bar/include/util.h @@ -1,7 +1,7 @@ /* * i3bar - an xcb-based status- and ws-bar for i3 * - * © 2010 Axel Wagner and contributors + * © 2010-2011 Axel Wagner and contributors * * See file LICNSE for license information * diff --git a/i3bar/include/workspaces.h b/i3bar/include/workspaces.h index 64da21a7..2055d8b8 100644 --- a/i3bar/include/workspaces.h +++ b/i3bar/include/workspaces.h @@ -1,7 +1,7 @@ /* * i3bar - an xcb-based status- and ws-bar for i3 * - * © 2010 Axel Wagner and contributors + * © 2010-2011 Axel Wagner and contributors * * See file LICNSE for license information * diff --git a/i3bar/include/xcb.h b/i3bar/include/xcb.h index b1732905..a7924291 100644 --- a/i3bar/include/xcb.h +++ b/i3bar/include/xcb.h @@ -1,7 +1,7 @@ /* * i3bar - an xcb-based status- and ws-bar for i3 * - * © 2010 Axel Wagner and contributors + * © 2010-2011 Axel Wagner and contributors * * See file LICNSE for license information * diff --git a/i3bar/src/child.c b/i3bar/src/child.c index 982617ff..3f59d060 100644 --- a/i3bar/src/child.c +++ b/i3bar/src/child.c @@ -1,7 +1,7 @@ /* * i3bar - an xcb-based status- and ws-bar for i3 * - * © 2010 Axel Wagner and contributors + * © 2010-2011 Axel Wagner and contributors * * See file LICNSE for license information * diff --git a/i3bar/src/ipc.c b/i3bar/src/ipc.c index 6bfbc3ec..3d2cca58 100644 --- a/i3bar/src/ipc.c +++ b/i3bar/src/ipc.c @@ -1,7 +1,7 @@ /* * i3bar - an xcb-based status- and ws-bar for i3 * - * © 2010 Axel Wagner and contributors + * © 2010-2011 Axel Wagner and contributors * * See file LICNSE for license information * diff --git a/i3bar/src/main.c b/i3bar/src/main.c index 190b04a2..d3107bfb 100644 --- a/i3bar/src/main.c +++ b/i3bar/src/main.c @@ -1,7 +1,7 @@ /* * i3bar - an xcb-based status- and ws-bar for i3 * - * © 2010 Axel Wagner and contributors + * © 2010-2011 Axel Wagner and contributors * * See file LICNSE for license information * @@ -184,7 +184,7 @@ int main(int argc, char **argv) { config.disable_ws = 1; break; case 'v': - printf("i3bar version " I3BAR_VERSION " © 2010 Axel Wagner and contributors\n"); + printf("i3bar version " I3BAR_VERSION " © 2010-2011 Axel Wagner and contributors\n"); exit(EXIT_SUCCESS); break; case 'V': diff --git a/i3bar/src/outputs.c b/i3bar/src/outputs.c index 0619d8b0..8cfdaa98 100644 --- a/i3bar/src/outputs.c +++ b/i3bar/src/outputs.c @@ -1,7 +1,7 @@ /* * i3bar - an xcb-based status- and ws-bar for i3 * - * © 2010 Axel Wagner and contributors + * © 2010-2011 Axel Wagner and contributors * * See file LICNSE for license information * diff --git a/i3bar/src/workspaces.c b/i3bar/src/workspaces.c index 50f7f754..db812673 100644 --- a/i3bar/src/workspaces.c +++ b/i3bar/src/workspaces.c @@ -1,7 +1,7 @@ /* * i3bar - an xcb-based status- and ws-bar for i3 * - * © 2010 Axel Wagner and contributors + * © 2010-2011 Axel Wagner and contributors * * See file LICNSE for license information * diff --git a/i3bar/src/xcb.c b/i3bar/src/xcb.c index e7c08060..62160f40 100644 --- a/i3bar/src/xcb.c +++ b/i3bar/src/xcb.c @@ -1,7 +1,7 @@ /* * i3bar - an xcb-based status- and ws-bar for i3 * - * © 2010 Axel Wagner and contributors + * © 2010-2011 Axel Wagner and contributors * * See file LICNSE for license information *