[Pkg-cli-libs-commits] [dbus-sharp] 03/07: Merge tag 'upstream/0.8.0'

Jo Shields directhex at alioth.debian.org
Fri Oct 11 10:11:28 UTC 2013


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

directhex pushed a commit to annotated tag debian/0.8.0-1
in repository dbus-sharp.

commit 0c0c94a52100fc02b930759cd134eb1ce5087584
Merge: 3db2062 641d1c1
Author: Jo Shields <directhex at apebox.org>
Date:   Fri Oct 11 11:43:26 2013 +0200

    Merge tag 'upstream/0.8.0'
    
    Upstream version 0.8.0
    
    Conflicts:
    	src/BusObject.cs
    	src/dbus-sharp.dll.config

 INSTALL                                      |   15 +-
 Makefile.am                                  |   14 +-
 Makefile.in                                  |  413 ++++++++------
 aclocal.m4                                   |  582 ++++++++++++--------
 configure                                    |  745 +++++++++++++++++++-------
 configure.ac                                 |   54 +-
 dbus-sharp-1.0.pc.in => dbus-sharp-2.0.pc.in |    2 +-
 dbus-sharp.sln                               |   37 ++
 examples/Makefile.in                         |  116 +++-
 examples/TestExportInterface.cs              |    4 +-
 install-sh                                   |   35 +-
 missing                                      |  461 ++++++----------
 src/Address.cs                               |  112 ----
 src/{Address.cs => AddressEntry.cs}          |   70 +--
 src/ArgDirection.cs                          |   15 +
 src/AssemblyInfo.cs                          |   27 +
 src/Bus.cs                                   |   87 ++-
 src/BusException.cs                          |   36 ++
 src/BusObject.cs                             |  259 ++-------
 src/Connection.cs                            |  237 ++++----
 src/DBus.cs                                  |    4 +-
 src/DProxy.cs                                |   11 +-
 src/ExportObject.cs                          |  114 ++--
 src/Introspection.cs                         |   10 +-
 src/Makefile.am                              |   87 +--
 src/Makefile.in                              |  205 ++++---
 src/Mapper.cs                                |  143 ++---
 src/Message.cs                               |  499 -----------------
 src/MessageReader.cs                         |  494 -----------------
 src/ObjectPath.cs                            |  159 ++++++
 src/Protocol.cs                              |  525 ------------------
 src/Protocol/DBusStruct.cs                   |  102 ++++
 src/Protocol/DType.cs                        |   36 ++
 src/Protocol/DValue.cs                       |  143 +++++
 src/Protocol/EndianFlag.cs                   |   15 +
 src/Protocol/FieldCode.cs                    |   25 +
 src/Protocol/Header.cs                       |  130 +++++
 src/Protocol/HeaderFlag.cs                   |   17 +
 src/{ => Protocol}/MatchRule.cs              |   65 ++-
 src/Protocol/Message.cs                      |  104 ++++
 src/Protocol/MessageContainer.cs             |  189 +++++++
 src/Protocol/MessageDumper.cs                |  119 ++++
 src/{ => Protocol}/MessageFilter.cs          |    4 +-
 src/Protocol/MessageReader.cs                |  725 +++++++++++++++++++++++++
 src/Protocol/MessageType.cs                  |   25 +
 src/{ => Protocol}/MessageWriter.cs          |  186 +++----
 src/{ => Protocol}/PendingCall.cs            |   41 +-
 src/Protocol/ProtocolInformation.cs          |  123 +++++
 src/{ => Protocol}/Signature.cs              |  377 +++++++------
 src/{ => Protocol}/SocketTransport.cs        |    0
 src/Protocol/Transport.cs                    |  216 ++++++++
 src/Transport.cs                             |  383 -------------
 src/{ => Transports}/UnixNativeTransport.cs  |    5 +-
 src/{ => Transports}/UnixTransport.cs        |    2 +-
 src/TypeImplementer.cs                       |  478 +++--------------
 src/TypeRental.cs                            |  504 -----------------
 src/Unix/UnixError.cs                        |   46 ++
 src/{Unix.cs => Unix/UnixSocket.cs}          |  153 ------
 src/Unix/UnixStream.cs                       |  106 ++++
 src/Wrapper.cs                               |  158 ------
 src/dbus-sharp.csproj                        |  101 ++++
 src/dbus-sharp.dll.config                    |    1 -
 tests/AddressTest.cs                         |   80 +++
 tests/AuthenticationTest.cs                  |   32 ++
 tests/BusTests.cs                            |   45 ++
 tests/ExportInterfaceTest.cs                 |  344 ++++++++++++
 tests/IntrospectorTest.cs                    |  120 +++++
 tests/Makefile.am                            |   53 ++
 {src => tests}/Makefile.in                   |  207 ++++---
 tests/MatchRuleTest.cs                       |  106 ++++
 tests/MessageReaderTest.cs                   |  193 +++++++
 tests/MessageWriterTest.cs                   |   57 ++
 tests/ObjectPathTest.cs                      |   89 +++
 tests/RenamedInterfaceTest.cs                |   79 +++
 tests/SignatureTest.cs                       |  219 ++++++++
 tests/dbus-sharp-tests.csproj                |   68 +++
 tools/Makefile.in                            |  116 +++-
 77 files changed, 6643 insertions(+), 5316 deletions(-)


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/dbus-sharp.git



More information about the Pkg-cli-libs-commits mailing list