[Pkg-telepathy-commits] [telepathy-idle] branch upstream updated (4a4001b -> 7901152)

Simon McVittie smcv at debian.org
Thu Apr 3 17:49:44 UTC 2014


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

smcv pushed a change to branch upstream
in repository telepathy-idle.

      from  4a4001b   Imported Upstream version 0.1.16
       new  cc3e137   nano version
       new  68f8a01   Don't crash when a channel with multiple requests fails
       new  edb66cf   Add handle-name to RoomList properties
       new  231b12a   Require a vaguely modern telepathy-glib and GLib
       new  42fd234   ServerConnection: kill async read when disconnecting
       new  983603a   ServerConnection: dispose internal objects
       new  0bf592b   .gitignore: automake 1.13 copies in /test-driver
       new  5c012a0   Import run-test.sh.in from Gabble master
       new  2613f5c   Run regression tests under the run-test.sh "driver"
       new  510153c   .gitignore: update with new test files
       new  1dce856   connection: use a hash table to store aliases
       new  ef7c519   bump tp-glib min version deprecations to 0.20
       new  173ccaa   bump tp-glib min version deprecations to 0.22
       new  2b01622   autogen: Honor NOCONFIGURE=1
       new  d23eabc   Use TP_DISABLE_SINGLE_INCLUDE
       new  0e67251   use TP_SEAL_ENABLE
       new  54092d3   prepare 0.1.17
       new  297c9a8   run-test.sh.in: actually export SSL env variables
       new  2237183   0.2.0
       new  7901152   Imported Upstream version 0.2.0

The 20 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:
 ChangeLog                                   | 179 +++++++
 INSTALL                                     |   8 +-
 Makefile.in                                 | 326 ++++++------
 NEWS                                        |  30 ++
 aclocal.m4                                  | 662 ++++++++++++++----------
 config.guess                                | 184 ++++---
 config.h.in                                 |  12 +-
 config.sub                                  |  97 ++--
 configure                                   | 343 +++++++------
 configure.ac                                |  16 +-
 data/Makefile.in                            | 104 ++--
 depcomp                                     | 455 ++++++++++-------
 extensions/Makefile.in                      | 202 +++++---
 install-sh                                  |  14 +-
 ltmain.sh                                   |  32 +-
 m4/Makefile.in                              | 101 ++--
 m4/libtool.m4                               |  33 +-
 missing                                     | 414 ++++++---------
 src/Makefile.in                             | 220 ++++----
 src/idle-connection-manager.c               |   1 -
 src/idle-connection-manager.h               |   2 +-
 src/idle-connection.c                       |  76 +--
 src/idle-connection.h                       |   4 +-
 src/idle-contact-info.c                     |   5 -
 src/idle-contact-info.h                     |   2 +-
 src/idle-debug.c                            |   3 +-
 src/idle-handles.c                          |   3 +-
 src/idle-handles.h                          |   2 +-
 src/idle-im-channel.c                       |   2 -
 src/idle-im-channel.h                       |   4 +-
 src/idle-im-manager.c                       |   8 +-
 src/idle-muc-channel.c                      |  31 +-
 src/idle-muc-channel.h                      |   7 +-
 src/idle-muc-manager.c                      |  11 +-
 src/idle-parser.h                           |   2 +-
 src/idle-roomlist-channel.c                 |   1 +
 src/idle-roomlist-manager.c                 |   5 +-
 src/idle-server-connection.c                |  20 +-
 src/idle-text.c                             |   2 -
 src/idle-text.h                             |   2 +-
 src/idle.c                                  |   4 +-
 src/protocol.c                              |  15 +-
 src/protocol.h                              |   2 +-
 src/room-config.h                           |   2 +-
 test-driver                                 | 127 +++++
 tests/Makefile.in                           | 758 ++++++++++++++++++++--------
 tests/test-ctcp-tokenize.c                  |   2 +-
 tests/test-text-encode-and-split.c          |   2 +-
 tests/twisted/Makefile.am                   |  66 ++-
 tests/twisted/Makefile.in                   | 440 +++++++---------
 tests/twisted/channels/room-list-channel.py |   2 +-
 tests/twisted/run-test.sh.in                |  74 +++
 tests/twisted/tools/Makefile.in             | 101 ++--
 tools/Makefile.in                           | 101 ++--
 tools/glib-ginterface-gen.py                |   2 +-
 55 files changed, 3222 insertions(+), 2101 deletions(-)
 create mode 100755 test-driver
 create mode 100644 tests/twisted/run-test.sh.in

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



More information about the Pkg-telepathy-commits mailing list