]> git.sur5r.net Git - i3/i3/commitdiff
Update changelog and copyright, bump version and more
authorAxel Wagner <mail@merovius.de>
Sun, 31 Jul 2011 14:16:17 +0000 (16:16 +0200)
committerAxel Wagner <mail@merovius.de>
Sun, 31 Jul 2011 14:16:17 +0000 (16:16 +0200)
16 files changed:
i3bar/CHANGELOG
i3bar/LICENSE
i3bar/doc/i3bar.man
i3bar/include/child.h
i3bar/include/common.h
i3bar/include/ipc.h
i3bar/include/outputs.h
i3bar/include/util.h
i3bar/include/workspaces.h
i3bar/include/xcb.h
i3bar/src/child.c
i3bar/src/ipc.c
i3bar/src/main.c
i3bar/src/outputs.c
i3bar/src/workspaces.c
i3bar/src/xcb.c

index 0b6958d230345c59c8017907809774466f112e78..32d880cd9b15a50298c5835fb0627178e5d40ac2 100644 (file)
@@ -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
 =====
index 4fe52a0c7d3983ab1c31425e8b722d6597637e99..6fe0f421393841e957f2b3ff18d5d70ed9147572 100644 (file)
@@ -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
index 84e4c96858ac03f1eca365853baa9cd5a135cc41..5faa16c3942374ba976f66cf0f1642fdaa04272c 100644 (file)
@@ -1,7 +1,7 @@
 i3bar(1)
 ========
 Axel Wagner <mail+i3bar@merovius.de>
-v0.6, September 2010
+v0.7, July 2011
 
 == NAME
 
index 69cfc5767a6c9b2c051cc19450215f13c6390e2e..2622b3b0ed647ea9c7bc04b19f0f719221cc8175 100644 (file)
@@ -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
  *
index 8b439ee0af3861e89ce3fdedf88fd4ddd35fbb16..22e3ca4337d292aaa120650101e6becaa10f11b4 100644 (file)
@@ -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
  *
index ee273a453de2d929905afd764f30a63b08b2b072..35f2d0f7cb1f8dff6098c281e9da7e15f4ab2757 100644 (file)
@@ -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
  *
index 69a34a12189763b96c45e1d348726e376a036bf5..f74048da5d5f2604d09419e1ea75d7b4cfeb63a9 100644 (file)
@@ -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
  *
index 1952b03901e7e186bbe79ce2c2d3da7e6e6b9214..6094932071ec299aed1af14f9fe29d8ec468e44a 100644 (file)
@@ -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
  *
index 64da21a7c0fdde98094ab186f6e43ca12138d831..2055d8b8e420bc43ace703b8dd16f1a56f8271e8 100644 (file)
@@ -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
  *
index b17329056c09ed289c2083657f7a4f567d731f1c..a79242912adc2a9c90b34765265870341872886c 100644 (file)
@@ -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
  *
index 982617ffe43dcbc8f2e02258b51036e7ee8ea1b9..3f59d060f51979d15fd367a9444d8d3eb7f451a2 100644 (file)
@@ -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
  *
index 6bfbc3ecd1167108e46b1c64fe1cfcca0a529850..3d2cca5844a0d15de5f503fb077ec203e3a5d2cb 100644 (file)
@@ -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
  *
index 190b04a2843abb6c044229ccc411bd091ae95bcc..d3107bfb071b5c47f198d3acf63a1d6ece4d8195 100644 (file)
@@ -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':
index 0619d8b05e3c61547f9ec5fdd69e79b9f738feff..8cfdaa98eb18abe876d3bab39652a1209abdd3aa 100644 (file)
@@ -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
  *
index 50f7f754c0d557ce284eba660a17ba25617e7f87..db81267379261846303d8f70b5693e2286f7e375 100644 (file)
@@ -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
  *
index e7c08060b1bde4e506cc32916d9852a9f696946f..62160f405ffd23114f74c17abe8df1cbb436d9cb 100644 (file)
@@ -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
  *