From fa74493c4011793d453fb598d73e7e21d5760605 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sat, 12 Jul 2014 14:17:02 +0200 Subject: Add a CHANGELOG file describing a general view of 1.0 features --- CHANGELOG | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..1e99ffc --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,14 @@ +Version 1.0 2014-12-07 + + - First stable release. + - Mostly complete MUC to IRC, and IRC to MUC support + - Complete handling of private messages + - Full IRC modes support: setting any IRC mode, and receiving notifications + for every mode change + - Verbose connection status notifications + - Conversion from IRC formatting to XHTML-im + - Ad-hoc commands support + - Basic TLS support: auto-accepts all certificates, no cipher + configuration, no way to force usage of TLS (it is used only if + available, clear connection is automatically used as a fallback) + - IPv6 support -- cgit v1.2.3 From b578aebc039a38b9c9234af98ae106d78b48c450 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sat, 12 Jul 2014 14:17:23 +0200 Subject: Release version 1.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 70ead76..48ce504 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(biboumi) set(${PROJECT_NAME}_VERSION_MAJOR 1) set(${PROJECT_NAME}_VERSION_MINOR 0) -set(${PROJECT_NAME}_VERSION_SUFFIX "~dev") +set(${PROJECT_NAME}_VERSION_SUFFIX "") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++1y -pedantic -Wall -Wextra") -- cgit v1.2.3