~ubuntu-branches/ubuntu/saucy/orbit2/saucy

« back to all changes in this revision

Viewing changes to linc2/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2008-01-25 12:34:42 UTC
  • mfrom: (1.2.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20080125123442-ng7dese7qblcrc8l
Tags: 1:2.14.11-0ubuntu1
* Merge with Debian; no remaining Ubuntu changes.
  - Set Maintainer to Ubuntu Desktop Team.
* New upstream release; no API change; bug fixes.
  - Upstream NEWS:
    . Fix off by one in all method name lengths
      Fixes interoperability with other ORBs (J. Specht)
  - Update autoreconf patch, 700-autoreconf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=============================== 2.14.11 ========================
 
2
 
 
3
2008-01-23  Tor Lillqvist  <tml@novell.com>
 
4
 
 
5
        * src/linc-protocols.c (link_protocol_get_sockinfo_ipv4): Add
 
6
        accidentally removed closing brace.
 
7
 
 
8
2008-01-21  Tor Lillqvist  <tml@novell.com>
 
9
 
 
10
        Rework form of addresses used on Windows. Seems to fix the
 
11
        problems reported in bug #363648. See that bug for extensive even
 
12
        if occasionally misleading discussion.
 
13
 
 
14
        * src/linc-protocols.c [Win32]: Change the default value of the
 
15
        use_local_host variable to LINK_NET_ID_IS_IPADDR. This seems to in
 
16
        general be more useful than FQDNs especially for end-user machines
 
17
        with DNS randomness issues.
 
18
 
 
19
        Add some d_printf() calls to print debugging information when DNS
 
20
        lookups are being done. To see them, recompile with
 
21
        CONNECTION_DEBUG defined in src/linc-debug.h and set the
 
22
        LINK_CONNECTION_DEBUG environment variable.
 
23
 
 
24
        (get_netid) [Win32]: Return the numeric "127.0.0.1" in the
 
25
        LINK_NET_ID_IS_LOCAL case.
 
26
 
 
27
        (link_protocol_get_sockinfo_ipv4) [Win32]: always return the
 
28
        numeric IP address instead of doing any gethostbyaddr() etc
 
29
        lookups.
 
30
 
 
31
2007-10-29  Tor Lillqvist  <tml@novell.com>
 
32
 
 
33
        * include/linc/linc-connection.h
 
34
        * src/linc-connection.c
 
35
        * src/linc-server.c: Improve type safety: Change type of parameter
 
36
        of link_connection_ref() and link_connection_unref() from gpointer
 
37
        to LinkConnection*.
 
38
 
 
39
======================== 2.14.10 ==========================
 
40
 
 
41
2007-09-24  Jules Colding  <colding@omesc.com>
 
42
 
 
43
        * include/linc/linc-protocol.h (enum): LinkNetIdType expanded 
 
44
        with one more value. This value will request that ORBit2 is using 
 
45
        a specific NIC when creating network visible objects.
 
46
 
 
47
        * src/linc-protocols.c (get_netid): Support more than 2 NICs.
 
48
        Implement the new LINK_NET_ID_IS_CUSTOM functionality.
 
49
        (link_set_local_hostname): Will set the requested NIC as the
 
50
        one that is chosen when an object is bound to an interface.
 
51
 
 
52
2007-09-22  Jules Colding  <colding@omesc.com>
 
53
 
 
54
        * src/linc-connection.c (link_connection_finalize): 
 
55
        Remove g_assert() on the non-presence of cnx in cnx_list. The 
 
56
        cnx might not yet have gone.
 
57
 
1
58
======================== ORBit2-2.14.9 ====================
2
59
 
3
60
2007-08-14  Jules Colding  <colding@omesc.com>