Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
spectrum2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Steve Wills
spectrum2
Commits
253505c2
Commit
253505c2
authored
Sep 17, 2018
by
Vitaly Takmazov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 2.0.8 ChangeLog
parent
9b5ec6ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
ChangeLog
ChangeLog
+14
-0
No files found.
CMakeLists.txt
View file @
253505c2
...
...
@@ -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.
7
)
set
(
SPECTRUM_VERSION 2.0.
8
)
ADD_DEFINITIONS
(
-DSPECTRUM_VERSION=
"
${
SPECTRUM_VERSION
}
"
)
endif
(
EXISTS
${
CMAKE_CURRENT_SOURCE_DIR
}
/.git
)
endif
(
SPECTRUM_VERSION
)
...
...
ChangeLog
View file @
253505c2
Version 2.0.8 (2018-09-17):
General:
* Fix some MySQL storage backend issues
* Appveyor build integration
Libpurple backend:
* Fix Steam Guard compatibility in Steam Mobile plugin
* Fix VCard forwarding and room joining issues
Twitter backend:
* 280 characters support
* Support for Direct Messages is disabled until switching to new
Direct Message API
Libcommuni backend:
* split multiline messages into series of PRIVMSG commands
Version 2.0.7 (2018-04-27):
General:
* Fix Web interface and Twitter backend compatibilty with Swiften 4 by switching to C++11-compatible JSON library
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment