[lgogdownloader] branch master updated (c9cfa5d -> 1991552)

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


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

skitt pushed a change to branch master
in repository lgogdownloader.

      from  c9cfa5d   Switch to debhelper compatibility level 10
       new  f4312a5   New upstream version 3.0
       new  a1394c8   Merge tag 'upstream/3.0'
       new  1aad605   New upstream release
       new  fea4a50   Clarify the description regarding DFSG-free games on GOG.com
       new  1991552   Release

The 5 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 +
 debian/changelog                      |    6 +-
 debian/control                        |    9 +-
 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 +-
 22 files changed, 1748 insertions(+), 650 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