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
328a6ef4
Commit
328a6ef4
authored
Feb 07, 2018
by
Vitaly Takmazov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2.0.6
parent
c0aa6483
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
CMakeLists.txt
CMakeLists.txt
+2
-2
ChangeLog
ChangeLog
+16
-0
No files found.
CMakeLists.txt
View file @
328a6ef4
...
...
@@ -254,10 +254,10 @@ else (SPECTRUM_VERSION)
OUTPUT_VARIABLE GIT_REVISION
OUTPUT_STRIP_TRAILING_WHITESPACE
)
set
(
SPECTRUM_VERSION 2.0.
5
-git-
${
GIT_REVISION
}
)
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.
5
)
set
(
SPECTRUM_VERSION 2.0.
6
)
ADD_DEFINITIONS
(
-DSPECTRUM_VERSION=
"
${
SPECTRUM_VERSION
}
"
)
endif
(
EXISTS
${
CMAKE_CURRENT_SOURCE_DIR
}
/.git
)
endif
(
SPECTRUM_VERSION
)
...
...
ChangeLog
View file @
328a6ef4
Version 2.0.6 (2018-02-07):
General:
* Add support for forwading own messages sent from different legacy network client.
XMPP frontend:
* Forward own messages as XEP-280 Carbons. Requires XEP-0356 capable server
and transport should be configured as privileged entity for outgoing messages.
* Fixed compatibility with XEP-0356: now it can be used to provide remote
roster management support.
* Forward images using XEP-0066 attachments. May not be compatible with all backends.
Libpurple backend:
* Forward own messages to frontend. Tested with prpl-skypeweb.
* Fixed compatibility with latest prpl-steam-mobile
Minor bugfixes:
* packaging updates and improvements
* better compatibility with newest compilers and libraries
Version 2.0.5 (2017-08-09):
Minor bugfixes:
* fix purple-hangouts login
...
...
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