[springlobby] branch master updated (3fd0d7f -> 23c62eb)
Markus Koschany
apo at moszumanska.debian.org
Sat May 6 18:46:08 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a change to branch master
in repository springlobby.
from 3fd0d7f Update changelog
new c31d65a New upstream version 0.256+dfsg
new b2625b3 Merge tag 'upstream/0.256+dfsg'
new 197492e Switch to compat level 10.
new a264498 Drop deprecated springlobby.menu file and don't install the xpm icon any more.
new 5cfa9ea Update copyright year
new da5ee88 update changelog
new 23c62eb Update man page timestamp
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 1 +
ChangeLog | 6 +
VERSION | 2 +-
debian/changelog | 9 +
debian/compat | 2 +-
debian/control | 2 +-
debian/copyright | 2 +-
debian/manpages/springlobby.6.txt | 2 +-
debian/rules | 2 +-
debian/springlobby.install | 1 -
debian/springlobby.menu | 6 -
debian/springlobby.xpm | 294 ---------------------
springlobby_config.h | 2 +-
src/CMakeLists.txt | 1 +
src/battle.cpp | 19 +-
src/downloader/lib/.travis.yml | 3 +-
src/downloader/lib/CMakeLists.txt | 2 +-
src/downloader/lib/src/CMakeLists.txt | 6 +-
.../lib/src/Downloader/Http/HttpDownloader.cpp | 9 +
.../lib/src/Downloader/Http/HttpDownloader.h | 2 +-
src/downloader/lib/src/Downloader/IDownloader.cpp | 10 +
src/downloader/lib/src/Downloader/IDownloader.h | 13 +-
.../lib/src/Downloader/Rapid/RapidDownloader.cpp | 3 +-
.../lib/src/Downloader/Rapid/RapidDownloader.h | 2 +-
src/downloader/lib/src/Downloader/Rapid/Repo.cpp | 2 +-
src/downloader/lib/src/Downloader/Rapid/Sdp.cpp | 226 ++++++++--------
src/downloader/lib/src/Downloader/Rapid/Sdp.h | 22 +-
src/downloader/lib/src/FileSystem/File.cpp | 6 +-
src/downloader/lib/src/FileSystem/FileSystem.cpp | 95 ++++++-
src/downloader/lib/src/FileSystem/FileSystem.h | 9 +-
src/downloader/lib/src/FileSystem/HashMD5.h | 2 +-
src/downloader/lib/src/lib/CMakeLists.txt | 10 +-
.../lib/src/lsl/lslunitsync/CMakeLists.txt | 2 +-
src/downloader/lib/src/lsl/lslunitsync/c_api.cpp | 6 +
src/downloader/lib/src/lsl/lslunitsync/c_api.h | 1 +
.../lib/src/lsl/lslunitsync/unitsync.cpp | 89 ++++---
src/downloader/lib/src/lsl/lslunitsync/unitsync.h | 6 +-
src/downloader/lib/src/main.cpp | 6 +
src/downloader/lib/src/pr-downloader.cpp | 13 +-
src/downloader/lib/src/pr-downloader.h | 12 +
src/downloader/lib/test/CMakeLists.txt | 11 +-
src/gui/chatpanel.cpp | 2 +-
src/gui/singleplayertab.cpp | 14 +-
src/gui/ui.cpp | 14 -
src/gui/ui.h | 1 -
src/ibattle.cpp | 48 ++--
src/serverevents.cpp | 2 +-
src/socket.cpp | 2 +-
src/springlobbyapp.cpp | 7 +
src/stacktrace.h | 2 +
src/sysinfo.cpp | 5 +
src/tasserver.cpp | 25 +-
52 files changed, 465 insertions(+), 576 deletions(-)
delete mode 100644 debian/springlobby.menu
delete mode 100644 debian/springlobby.xpm
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/springlobby.git
More information about the Pkg-games-commits
mailing list