File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -222,10 +222,10 @@ else(SPECTRUM_VERSION)
222
222
OUTPUT_VARIABLE GIT_REVISION
223
223
OUTPUT_STRIP_TRAILING_WHITESPACE
224
224
)
225
- set (SPECTRUM_VERSION 2.0 .x-git-${GIT_REVISION} )
225
+ set (SPECTRUM_VERSION 2.1 .x-git-${GIT_REVISION} )
226
226
add_definitions (-DSPECTRUM_VERSION= "${SPECTRUM_VERSION} " )
227
227
else (EXISTS ${CMAKE_CURRENT_SOURCE_DIR} /.git )
228
- set (SPECTRUM_VERSION 2.0.13 )
228
+ set (SPECTRUM_VERSION 2.1.0 )
229
229
add_definitions (-DSPECTRUM_VERSION= "${SPECTRUM_VERSION} " )
230
230
endif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR} /.git )
231
231
endif (SPECTRUM_VERSION )
Original file line number Diff line number Diff line change
1
+ Version 2.1.0 (2021-10-15):
2
+ General:
3
+ * Swiften 4.0 is now minumum supported Swiften version
4
+ * CMake 3.7 is now minimal supported CMake version (which is present in Debian
5
+ oldoldstable)
6
+ * improve compatibility with latest build tools and dependencies
7
+ * Fix service discovery compatibility with some clients (Gajim)
8
+ libpurple backend:
9
+ * Improved support for passwordless backends
10
+
1
11
Version 2.0.13 (2020-07-13):
2
12
General:
3
13
* improve compatibility with latest build tools
You can’t perform that action at this time.
0 commit comments