Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SpectrumIM/spectrum2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Takmazov <vitalyster@gmail.com>2018-09-22 00:03:40 +0300
committerVitaly Takmazov <vitalyster@gmail.com>2018-09-22 00:03:40 +0300
commit782a505cf1a1889c1ff1bf32017d29c3701d19a2 (patch)
tree9734ff806d49227075dc260130c1e5c88817d3a6
parentbe3af42a21a7d86712bef28dc112d79a2e164087 (diff)
2.0.9 ChangeLog2.0.9
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog4
2 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 27633c27..c22afab6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -237,7 +237,7 @@ else (SPECTRUM_VERSION)
set(SPECTRUM_VERSION 2.0.x-git-${GIT_REVISION})
ADD_DEFINITIONS(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
else (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
- set(SPECTRUM_VERSION 2.0.8)
+ set(SPECTRUM_VERSION 2.0.9)
ADD_DEFINITIONS(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
endif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
endif (SPECTRUM_VERSION)
diff --git a/ChangeLog b/ChangeLog
index ed8dfafd..56988b7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Version 2.0.9 (2018-09-22):
+ General:
+ * Finally fix MySQL storage backend issues
+
Version 2.0.8 (2018-09-17):
General:
* Fix some MySQL storage backend issues