Skip to content

Commit 7d6e712

Browse files
committed
version 2.10.0
1 parent 7c0dba8 commit 7d6e712

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ SET(ENABLE_NLS TRUE CACHE BOOL "enable translation")
3636
SET(XDG_DIR ${XDG_DIR} CACHE STRING "default xdg dir")
3737

3838
SET(TERMIT_PACKAGE "termit")
39-
SET(TERMIT_PACKAGE_VERSION "2.9.6")
39+
SET(TERMIT_PACKAGE_VERSION "2.10.0")
4040
SET(TERMIT_LOCALE_DIR "${CMAKE_INSTALL_PREFIX}/share/locale")
4141
SET(TERMIT_XDG_DIR "${XDG_DIR}/termit")
4242
SET(TERMIT_PACKAGE_NAME "termit - terminal emulator")

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
version 2.10.0
2+
fixed compilation for OpenBSD
13
prevent building termit with incompatible Gtk and Vte versions
4+
"exec" commandline option now works nearly like in xterm
25
new options:
36
showBorder - show notebook's borders
47
version 2.9.6

0 commit comments

Comments
 (0)