~ubuntu-branches/ubuntu/precise/orbit2/precise

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-09-24 22:30:20 UTC
  • mfrom: (1.2.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20080924223020-gaasw9ry7s363vii
Tags: 1:2.14.16-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
======================= 2.14.16 ============================
 
2
 
 
3
2008-09-16  Jules Colding  <colding@42tools.com>
 
4
 
 
5
        * src/orb/orb-core/corba-orb.c (ORBit_ORB_start_servers):
 
6
        The ORBNetID option was not consistent in relation to
 
7
        ORBIIOPIPName. This fix ensures that ORBIIOPIPName always
 
8
        takes precedence. It also fixed the fact that the given
 
9
        ORBNetID was not applied to all part of the profile,
 
10
        specifically not the IOP_TAG_INTERNET_IOP part.
 
11
 
 
12
2008-09-16  Kjartan Maraas  <kmaraas@gnome.org>
 
13
 
 
14
        * configure.in: Post release bump.
 
15
 
 
16
======================= 2.14.15 ============================
 
17
 
 
18
2008-09-16  Kjartan Maraas  <kmaraas@gnome.org>
 
19
 
 
20
        * NEWS: Update for release.
 
21
        * test/everything/client.c: Remove suspect code causing
 
22
        critical warnings in g_print().
 
23
 
 
24
2008-09-04  Jules Colding  <colding@42tools.com>
 
25
 
 
26
        * src/orb/orb-core/corba-loc.c (ORBit_corbaloc_parse):
 
27
        Fix memory leaks.
 
28
 
 
29
2008-08-28  Kjartan Maraas  <kmaraas@gnome.org>
 
30
 
 
31
        * src/orb/orb-core/Makefile.am: Fix a possible infinite
 
32
        make loop with parallel make. Diego Pettenò. Closes
 
33
        bug #549693.
 
34
 
 
35
======================== 2.14.14 ============================
 
36
 
 
37
2008-08-11  Mike Gorse  <mgorse@novell.com>
 
38
 
 
39
        * src/orb/GIOP/giop.c (giop_tmpdir_init): use ORBIT_SOCKETDIR
 
40
        to propagate the socket dir to children wherever possible: has
 
41
        two benefits: speeds up ORBit2 launch, and allows root owned
 
42
        apps to talk to the user's AT.
 
43
 
 
44
2008-08-06  Jules Colding  <colding@42tools.com>
 
45
 
 
46
        * test/ior-decode.c (main): Fix terminology. The ID previously
 
47
        known as the "Object ID" is really the "Interface Repository ID".
 
48
 
 
49
2008-07-18  Michael Meeks  <michael.meeks@novell.com>
 
50
 
 
51
        * test/typelib-dump.c (dump_tc): remove redundant code
 
52
        causing warnings - thanks JP.
 
53
 
 
54
2008-06-23  Kjartan Maraas  <kmaraas@gnome.org>
 
55
 
 
56
        * src/services/imodule/Makefile.am:
 
57
        * test/everything/Makefile.am:
 
58
        Patch from <dmacks at netspace org> to fix
 
59
        compile failures from passing global -I flags
 
60
        before local ones. Closes bug #538514.
 
61
 
 
62
2008-06-04  Tor Lillqvist  <tml@novell.com>
 
63
 
 
64
        Bug 536505 - Error building 2.14.13 - implicit declaration of
 
65
        function '_strnicmp'
 
66
 
 
67
        * src/orb/orb-core/orbhttp.c: Use g_ascii_strncasecmp() instead of
 
68
        strncasecmp() or _strnicmp(). _strnicmp() is Microsoft-specific and
 
69
        was introduced in this file by accident in the patch for bug
 
70
        524061 below. But actually, you shouldn't be using --enable-http.
 
71
 
1
72
================================ 2.14.13 ============================
2
73
 
3
74
2008-05-29  Christian Persch <chpe@gnome.org>
36
107
        * src/orb/poa/poa.c
37
108
        * src/orb/poa/orbit-adaptor.c
38
109
        * src/orb/orbit-init.c
39
 
        * src/orb/orb-core/orbhttp.c'
 
110
        * src/orb/orb-core/orbhttp.c
40
111
        * src/orb/orb-core/orbit-small.c
41
112
        * util/genrand.c
42
113
        * GIOP/giop-connection.c: Patch by Marcelo Vanzin. Add