Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
* Fix a bug where the cursor position was invalidated after a character insertion
* Implement X11 stuff on top of both libX11 (default) and XCB (CMake -DUSE_XCB=ON)
* Handle more options related to font handling
  • Loading branch information
gahr committed Apr 14, 2014
1 parent 5a06702 commit 35e400e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CMAKE_MINIMUM_REQUIRED (VERSION 2.8)

SET (TL_PROJECT_NAME thingylaunch)
SET (TL_PROJECT_VERS 1.2.2)
SET (TL_PROJECT_VERS 2.0.0)

PROJECT (${TL_PROJECT_NAME} CXX C)

Expand Down
5 changes: 5 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- 2.0.0
* Fix a bug where the cursor position was invalidated after a character insertion
* Implement X11 stuff on top of both libX11 (default) and XCB (CMake -DUSE_XCB=ON)
* Handle more options related to font handling

2014-04-08 - 1.2.2
* Fix a bug where an uninitialized XColor struct could cause a segfault on some systems (Emanuel Haupt)

Expand Down

0 comments on commit 35e400e

Please sign in to comment.