mirror of
https://github.com/tmux/tmux.git
synced 2025-03-29 10:18:49 +00:00
Update CHANGES and configure.ac for 1.9a release
This commit is contained in:
parent
150ef86800
commit
80d9964a30
11
CHANGES
11
CHANGES
@ -1,3 +1,14 @@
|
|||||||
|
CHANGES FROM 1.9 to 1.9a 22 February 2014
|
||||||
|
|
||||||
|
NOTE: This is a bug-fix release to address some important bugs which just
|
||||||
|
missed the 1.9 deadline, but were found afterwards.
|
||||||
|
|
||||||
|
Normal Changes
|
||||||
|
==============
|
||||||
|
|
||||||
|
* Fix crash due to uninitialized lastwp member of layout_cell
|
||||||
|
* Fix -fg/-bg/-style with 256 colour terminals.
|
||||||
|
|
||||||
CHANGES FROM 1.8 to 1.9, 20 February 2014
|
CHANGES FROM 1.8 to 1.9, 20 February 2014
|
||||||
|
|
||||||
NOTE: This release has bumped the tmux protocol version. It is therefore
|
NOTE: This release has bumped the tmux protocol version. It is therefore
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
# Miscellaneous autofoo bullshit.
|
# Miscellaneous autofoo bullshit.
|
||||||
AC_INIT(tmux, 1.10)
|
AC_INIT(tmux, 1.9a)
|
||||||
|
|
||||||
AC_CONFIG_AUX_DIR(etc)
|
AC_CONFIG_AUX_DIR(etc)
|
||||||
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
||||||
@ -45,7 +45,7 @@ AC_CHECK_HEADERS(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Is this a debug build?
|
# Is this a debug build?
|
||||||
found_debug=yes
|
#found_debug=yes
|
||||||
AC_ARG_ENABLE(
|
AC_ARG_ENABLE(
|
||||||
debug,
|
debug,
|
||||||
AC_HELP_STRING(--enable-debug, create a debug build),
|
AC_HELP_STRING(--enable-debug, create a debug build),
|
||||||
|
Loading…
Reference in New Issue
Block a user