<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/orber/src, branch OTP-17.2</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>[orber] Fix malformed macros</title>
<updated>2014-07-31T13:20:56+00:00</updated>
<author>
<name>Lars Thorsen</name>
<email>lars.thorsen@ericsson.com</email>
</author>
<published>2014-07-31T13:19:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a5882ef5652f6e44cecc29d7d0b53ebc0d94f007'/>
<id>a5882ef5652f6e44cecc29d7d0b53ebc0d94f007</id>
<content type='text'>
A couple of macros were malformed, missing commas: PROFILEBODY_1_1_TYPEDEF
and PROFILEBODY_1_2_TYPEDEF. Thanks to Vlad Dumitrescu for the fix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A couple of macros were malformed, missing commas: PROFILEBODY_1_1_TYPEDEF
and PROFILEBODY_1_2_TYPEDEF. Thanks to Vlad Dumitrescu for the fix.
</pre>
</div>
</content>
</entry>
<entry>
<title>[orber] Update documentation and fix testcase for IPv4/IPv6</title>
<updated>2014-06-26T12:22:45+00:00</updated>
<author>
<name>Lars Thorsen</name>
<email>lars.thorsen@ericsson.com</email>
</author>
<published>2014-06-26T12:22:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=603280480adac3ff698db538d26966ecfb46d499'/>
<id>603280480adac3ff698db538d26966ecfb46d499</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[orber] Update testcases and fixed some minor faults</title>
<updated>2014-06-25T12:29:58+00:00</updated>
<author>
<name>Lars Thorsen</name>
<email>lars.thorsen@ericsson.com</email>
</author>
<published>2014-06-25T12:29:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9d2abccb228e8288633d392240519138740d41e6'/>
<id>9d2abccb228e8288633d392240519138740d41e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[orber] Remove unused file corba_request.erl</title>
<updated>2014-06-23T06:51:43+00:00</updated>
<author>
<name>Lars Thorsen</name>
<email>lars.thorsen@ericsson.com</email>
</author>
<published>2014-06-17T07:39:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=68b954296eb55009b1dd058a2791c164047ed31b'/>
<id>68b954296eb55009b1dd058a2791c164047ed31b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[orber] Remove a define of ORBVSN when compiling orbers erlang modules</title>
<updated>2014-06-23T06:51:29+00:00</updated>
<author>
<name>Lars Thorsen</name>
<email>lars.thorsen@ericsson.com</email>
</author>
<published>2014-06-12T10:52:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5f129ff7bb5f80bcead08ff6224ff701e3fe3442'/>
<id>5f129ff7bb5f80bcead08ff6224ff701e3fe3442</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[orber] Add possibilty to configure orber to run in both IPv4 and IPv6</title>
<updated>2014-06-23T06:49:24+00:00</updated>
<author>
<name>Lars Thorsen</name>
<email>lars.thorsen@ericsson.com</email>
</author>
<published>2014-06-12T09:21:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ed3927c0db4b59cebdf10049f4b03a7e96383a88'/>
<id>ed3927c0db4b59cebdf10049f4b03a7e96383a88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce runtime_dependencies in .app files</title>
<updated>2014-03-20T15:24:47+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2014-03-10T16:15:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=22ff87a0c8db877e3ce53b6ff915dcc6a75c5c0c'/>
<id>22ff87a0c8db877e3ce53b6ff915dcc6a75c5c0c</id>
<content type='text'>
Most dependencies introduced are exactly the dependencies to other
applications found by xref. That is, there might be real dependencies
missing. There might also be pure debug dependencies listed that
probably should be removed. Each application has to be manually
inspected in order to ensure that all real dependencies are listed.

All dependencies introduced are to application versions used in
OTP 17.0. This since the previously used version scheme wasn't
designed for this, and in order to minimize the work of introducing
the dependencies.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most dependencies introduced are exactly the dependencies to other
applications found by xref. That is, there might be real dependencies
missing. There might also be pure debug dependencies listed that
probably should be removed. Each application has to be manually
inspected in order to ensure that all real dependencies are listed.

All dependencies introduced are to application versions used in
OTP 17.0. This since the previously used version scheme wasn't
designed for this, and in order to minimize the work of introducing
the dependencies.
</pre>
</div>
</content>
</entry>
<entry>
<title>Misc adjustments of OTP version</title>
<updated>2014-02-19T14:30:44+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2014-02-15T23:54:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3fd4e3e770fbed95fd6fa2d547945ac71256339c'/>
<id>3fd4e3e770fbed95fd6fa2d547945ac71256339c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use lists:droplast/1 in orber/orber_interceptors.erl</title>
<updated>2014-01-24T21:55:56+00:00</updated>
<author>
<name>Hans Svensson</name>
<email>hanssv@gmail.com</email>
</author>
<published>2014-01-23T08:56:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b1a93cb1d16e8a65a608727b55ef800dcc75351c'/>
<id>b1a93cb1d16e8a65a608727b55ef800dcc75351c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright years</title>
<updated>2013-06-12T17:37:57+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2013-06-12T17:37:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=710b07ca18417976459335a8b0b81a6f6aa82699'/>
<id>710b07ca18417976459335a8b0b81a6f6aa82699</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
