diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-02-08 14:11:37 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-02-08 14:11:37 +0000 |
commit | 85fd2147af097184e596e5bbbb521bd1f3c0a0f1 (patch) | |
tree | c5efef2baab5948f25ad2755511d41732e10d892 | |
parent | 33d56a36d48933660c35333f4e031d0431540491 (diff) | |
download | rtmux-85fd2147af097184e596e5bbbb521bd1f3c0a0f1.tar.gz rtmux-85fd2147af097184e596e5bbbb521bd1f3c0a0f1.tar.bz2 rtmux-85fd2147af097184e596e5bbbb521bd1f3c0a0f1.zip |
Move to 0.8.
-rw-r--r-- | CHANGES | 6 | ||||
-rw-r--r-- | GNUmakefile | 6 | ||||
-rw-r--r-- | Makefile | 9 | ||||
-rw-r--r-- | TODO | 2 |
4 files changed, 12 insertions, 11 deletions
@@ -1,3 +1,7 @@ +08 February 2009 + +* tmux 0.7 released. + 03 February 2009 * New command, copy-buffer (alias copyb), to copy a session paste buffer to @@ -1079,7 +1083,7 @@ (including mutt, emacs). No status bar yet and no key remapping or other customisation. -$Id: CHANGES,v 1.247 2009-02-03 17:21:19 tcunha Exp $ +$Id: CHANGES,v 1.248 2009-02-08 14:11:37 nicm Exp $ LocalWords: showw utf UTF fulvio ciriaco joshe OSC APC gettime abc DEF OA clr LocalWords: rivo nurges lscm Erdely eol smysession mysession ek dstname RB ms diff --git a/GNUmakefile b/GNUmakefile index 531562ff..e1baed7a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,13 +1,13 @@ -# $Id: GNUmakefile,v 1.70 2009-02-07 08:36:34 nicm Exp $ +# $Id: GNUmakefile,v 1.71 2009-02-08 14:11:37 nicm Exp $ .PHONY: clean PROG= tmux -VERSION= 0.7 +VERSION= 0.8 DATE= $(shell date +%Y%m%d-%H%M) -#FDEBUG= 1 +FDEBUG= 1 META?= \002 @@ -1,16 +1,16 @@ -# $Id: Makefile,v 1.110 2009-02-07 08:36:34 nicm Exp $ +# $Id: Makefile,v 1.111 2009-02-08 14:11:37 nicm Exp $ .SUFFIXES: .c .o .y .h .PHONY: clean update-index.html upload-index.html PROG= tmux -VERSION= 0.7 +VERSION= 0.8 OS!= uname REL!= uname -r DATE!= date +%Y%m%d-%H%M -#FDEBUG= 1 +FDEBUG= 1 META?= \002 # C-b @@ -127,8 +127,7 @@ clean: rm -f ${CLEANFILES} upload-index.html: - scp index.html nicm@shell.sf.net:index.html - ssh nicm@shell.sf.net sh update-index-tmux.sh + scp index.html nicm@web.sf.net:/home/groups/t/tm/tmux/htdocs update-index.html: sed "s/%%VERSION%%/${VERSION}/g" index.html.in >index.html @@ -88,6 +88,4 @@ cannot control it per-session - if the child is suspended in window with eg ^Z it should be restarted, or ^Z should be ignored -- look at osdep-openbsd/freebsd code again to try and make it more accurate - and more consistent. should just pull pgrp members? - clear window title on exit |