[Pkg-voip-commits] [linphone] branch master updated (3ee5b5d -> 133e1f7)

Felix Lechner felix.lechner at gmail.com
Sat Jul 4 06:03:55 UTC 2015


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

lechner-guest pushed a change to branch master
in repository linphone.

      from  3ee5b5d   Pointed Vcs: fields in control to git instead of svn
      adds  c16fcff   Imported Upstream version 3.8.5
       new  b1bfff2   Merge tag 'upstream/3.8.5'
       new  6fb8b73   New Debian version in changelog Add Build-Depends: libbzrtp-dev
       new  1daf0f1   Updated liblinphone7.symbols
       new  5106655   Updated libmediastreamer-base4.symbols
       new  133e1f7   Added Build-Depends: libsrtp0-dev

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:
 Makefile.in                           |   8 +-
 NEWS                                  |  16 +
 README                                |   3 +-
 README.macos.md                       |   4 +-
 build/Makefile.in                     |   4 -
 build/macos/Makefile.in               |   4 -
 config.h.in                           |   3 -
 configure                             | 241 +--------
 configure.ac                          |  40 +-
 console/Makefile.in                   |   4 -
 coreapi/Makefile.am                   |  16 +-
 coreapi/Makefile.in                   | 130 +++--
 coreapi/account_creator.c             | 256 +++++++++
 coreapi/account_creator.h             | 215 ++++++++
 coreapi/help/Makefile.in              |   4 -
 coreapi/liblinphone_gitversion.h      |   2 +-
 coreapi/linphonecore.h                |  35 +-
 coreapi/misc.c                        |  14 +-
 coreapi/private.h                     |  49 +-
 coreapi/proxy.c                       |  92 ----
 coreapi/remote_provisioning.c         |   5 +-
 coreapi/sipsetup.c                    |   6 -
 coreapi/sipsetup.h                    |   3 +
 coreapi/sipwizard.c                   | 266 ----------
 coreapi/xmlrpc.c                      | 379 ++++++++++++++
 coreapi/xmlrpc.h                      | 212 ++++++++
 debian/changelog                      |   4 +-
 debian/control                        |   2 +
 debian/liblinphone7.symbols           |  31 +-
 debian/libmediastreamer-base4.symbols | 236 ++++++++-
 gtk/Makefile.am                       |   6 +-
 gtk/Makefile.in                       |  28 +-
 gtk/audio_assistant.c                 |   9 +-
 gtk/main.c                            |   4 -
 gtk/main.ui                           |   1 +
 gtk/password.ui                       |   1 -
 gtk/propertybox.c                     |  21 +-
 gtk/setupwizard.c                     | 939 ++++++++++++++++------------------
 gtk/status_icon.c                     |  53 +-
 gtk/support.c                         |  21 +-
 include/Makefile.in                   |   4 -
 linphone.spec                         |   2 +-
 m4/Makefile.in                        |   4 -
 pixmaps/Makefile.in                   |   4 -
 po/ar.po                              | 684 +++++++++++++------------
 po/cs.po                              | 678 ++++++++++++------------
 po/de.po                              | 737 +++++++++++++-------------
 po/es.po                              | 634 ++++++++++++-----------
 po/fr.po                              | 684 +++++++++++++------------
 po/he.po                              | 678 ++++++++++++------------
 po/hu.po                              | 678 ++++++++++++------------
 po/it.po                              | 668 +++++++++++++-----------
 po/ja.po                              | 650 ++++++++++++-----------
 po/nb_NO.po                           | 668 +++++++++++++-----------
 po/nl.po                              | 670 +++++++++++++-----------
 po/pl.po                              | 554 +++++++++++---------
 po/pt_BR.po                           | 560 +++++++++++---------
 po/ru.po                              | 688 +++++++++++++------------
 po/sr.po                              | 680 ++++++++++++------------
 po/sv.po                              | 664 +++++++++++++-----------
 po/tr.po                              | 676 +++++++++++++-----------
 po/zh_CN.po                           | 668 +++++++++++++-----------
 po/zh_TW.po                           | 668 +++++++++++++-----------
 scripts/Makefile.in                   |   4 -
 share/C/Makefile.in                   |   4 -
 share/Makefile.in                     |   4 -
 share/cs/Makefile.in                  |   4 -
 share/fr/Makefile.in                  |   4 -
 share/it/Makefile.in                  |   4 -
 share/ja/Makefile.in                  |   4 -
 share/xml/Makefile.in                 |   4 -
 tester/Makefile.in                    |   4 -
 tester/setup_tester.c                 |  27 +-
 tools/Makefile.in                     |   4 -
 74 files changed, 8818 insertions(+), 7217 deletions(-)
 create mode 100644 coreapi/account_creator.c
 create mode 100644 coreapi/account_creator.h
 delete mode 100644 coreapi/sipwizard.c
 create mode 100644 coreapi/xmlrpc.c
 create mode 100644 coreapi/xmlrpc.h

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



More information about the Pkg-voip-commits mailing list