[lgogdownloader] branch upstream updated (c3aa4c0 -> f4312a5)

Stephen Kitt skitt at moszumanska.debian.org
Thu Nov 24 22:18:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

skitt pushed a change to branch upstream
in repository lgogdownloader.

      from  c3aa4c0   Imported Upstream version 2.28
       new  f4312a5   New upstream version 3.0

The 1 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:
 CMakeLists.txt                        |   34 +-
 README.md                             |   30 +-
 cmake/FindLibcrypto.cmake             |   27 +
 cmake/FindTinyxml.cmake               |   33 -
 cmake/FindTinyxml2.cmake              |   33 +
 include/blacklist.h                   |    2 +
 include/config.h                      |    6 +
 include/downloader.h                  |   24 +-
 include/downloadinfo.h                |   95 ++
 include/globalconstants.h             |    4 +-
 include/message.h                     |  108 +++
 include/ssl_thread_setup.h            |   60 ++
 include/threadsafequeue.h             |   84 ++
 include/util.h                        |    2 +
 main.cpp                              |   70 +-
 man/lgogdownloader.supplemental.groff |   11 +
 src/downloader.cpp                    | 1664 ++++++++++++++++++++++-----------
 src/gamedetails.cpp                   |    7 +
 src/util.cpp                          |   69 +-
 src/website.cpp                       |   20 +-
 20 files changed, 1739 insertions(+), 644 deletions(-)
 create mode 100644 cmake/FindLibcrypto.cmake
 delete mode 100644 cmake/FindTinyxml.cmake
 create mode 100644 cmake/FindTinyxml2.cmake
 create mode 100644 include/downloadinfo.h
 create mode 100644 include/message.h
 create mode 100644 include/ssl_thread_setup.h
 create mode 100644 include/threadsafequeue.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/lgogdownloader.git



More information about the Pkg-games-commits mailing list