[Pkg-voip-commits] [bctoolbox] 59/60: Merge tag '0.6.0' into debian/sid

Bernhard Schmidt berni at moszumanska.debian.org
Sun Oct 15 22:42:29 UTC 2017


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

berni pushed a commit to branch debian/sid
in repository bctoolbox.

commit 741d1ce3f74f707509af0e0b3c57a3cc3741a9fa
Merge: d73824d 99472e6
Author: Bernhard Schmidt <berni at debian.org>
Date:   Sun Oct 15 23:05:39 2017 +0200

    Merge tag '0.6.0' into debian/sid
    
    0.6.0

 CMakeLists.txt                  |  42 ++---
 NEWS                            |   4 +
 bctoolbox.pc.in                 |   2 +-
 build/CMakeLists.txt            |   5 +-
 build/osx/Info.plist.in         |  43 +++++
 cmake/BcGitVersion.cmake        |  54 ++++++
 cmake/BcToolboxCMakeUtils.cmake |  81 +++++++++
 cmake/BcToolboxConfig.cmake.in  |  48 +++--
 cmake/FindBCUnit.cmake          |  68 -------
 cmake/gitversion.h.in           |  21 +++
 config.h.cmake                  |   2 +
 include/CMakeLists.txt          |   5 +-
 include/bctoolbox/Makefile.am   |   2 +-
 include/bctoolbox/defs.h        |  34 ++++
 include/bctoolbox/exception.hh  |   9 +-
 include/bctoolbox/list.h        |   4 +-
 include/bctoolbox/logging.h     |  63 ++++++-
 include/bctoolbox/map.h         |   4 +-
 include/bctoolbox/parser.h      |  94 ++++++++++
 include/bctoolbox/port.h        |  87 +++++----
 include/bctoolbox/vconnect.h    | 219 ++++++++++++++++++++++
 include/bctoolbox/vfs.h         |   9 +
 src/CMakeLists.txt              |  73 +++++---
 src/Makefile.am                 |   6 +-
 src/containers/list.c           |  13 +-
 src/containers/map.cc           |   5 +
 src/crypto/mbedtls.c            |   9 +-
 src/crypto/polarssl.c           |  10 +-
 src/crypto/polarssl1.2.c        |  12 +-
 src/logging/logging.c           | 392 ++++++++++++++++++++++++++++++++++++----
 src/parser.c                    |  95 ++++++++++
 src/tester.c                    |  10 +-
 src/utils/exception.cc          |   2 +
 src/utils/port.c                | 297 +++++++++++++-----------------
 src/vconnect.c                  | 214 ++++++++++++++++++++++
 src/vfs.c                       |  38 ++++
 tester/CMakeLists.txt           |   1 +
 tester/bctoolbox_tester.c       |  19 +-
 tester/bctoolbox_tester.h       |   1 +
 tester/parser.c                 |  46 +++++
 tester/port.c                   |  85 ++++-----
 41 files changed, 1773 insertions(+), 455 deletions(-)

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



More information about the Pkg-voip-commits mailing list