Skip to content

Commit 31580da

Browse files
committed
2.1.0 Changelog
1 parent 8eea173 commit 31580da

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,10 @@ else(SPECTRUM_VERSION)
222222
OUTPUT_VARIABLE GIT_REVISION
223223
OUTPUT_STRIP_TRAILING_WHITESPACE
224224
)
225-
set(SPECTRUM_VERSION 2.0.x-git-${GIT_REVISION})
225+
set(SPECTRUM_VERSION 2.1.x-git-${GIT_REVISION})
226226
add_definitions(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
227227
else(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
228-
set(SPECTRUM_VERSION 2.0.13)
228+
set(SPECTRUM_VERSION 2.1.0)
229229
add_definitions(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
230230
endif(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
231231
endif(SPECTRUM_VERSION)

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
Version 2.0.13 (2020-07-13):
212
General:
313
* improve compatibility with latest build tools

0 commit comments

Comments
 (0)