~ubuntu-branches/ubuntu/utopic/python-omniorb/utopic

« back to all changes in this revision

Viewing changes to bugfixes-32.xml

  • Committer: Bazaar Package Importer
  • Author(s): Angel Abad
  • Date: 2010-05-12 08:33:48 UTC
  • mfrom: (2.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100512083348-7ajmbfaf876o0epx
Tags: 3.3-1ubuntu1
* Merge from debian unstable (LP: #607245). Remaining changes:
  -  Python 2.6 transition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
 
2
<?xml-stylesheet type="text/xml" href="buglayout.xml"?>
 
3
 
 
4
<!-- The following bugs have been fixed since the omniORBpy 3.0     -->
 
5
<!-- release. This file is transformed into html with bugfixes.xsl. -->
 
6
 
 
7
<!-- Editors: make sure the content you add is well-formed XML.     -->
 
8
 
 
9
<buglist version="3.2">
 
10
 
 
11
<bug id="4" date="Tue Sep 23 10:14:04 BST 2008" user="dgrisby">
 
12
  <summary>Invalid TypeCodes created by to_any</summary>
 
13
  <text>
 
14
  to_any would create invalid sequence and struct TypeCodes when
 
15
  encountering Nones.
 
16
  </text>
 
17
  <listlink href="http://www.omniorb-support.com/pipermail/omniorb-list/2008-August/029667.html"/>
 
18
</bug>
 
19
 
 
20
<bug id="3" date="Tue Sep 16 12:17:44 BST 2008" user="dgrisby">
 
21
  <summary>List containing mixed integers and bools mishandled in to_any</summary>
 
22
  <text>
 
23
  A list containing integers and bools would be considered a sequence
 
24
  of integers, rather than a sequence of Anys.
 
25
  </text>
 
26
</bug>
 
27
 
 
28
<bug id="2" date="Thu Apr  3 10:03:08 BST 2008" user="dgrisby">
 
29
  <summary>Leaks of some exception classes</summary>
 
30
  <reported>Luke Deller</reported>
 
31
  <text>
 
32
  Failed to release Python references.
 
33
  </text>
 
34
  <listlink href="http://www.omniorb-support.com/pipermail/omniorb-list/2008-April/029346.html"/>
 
35
</bug>
 
36
 
 
37
<bug id="1" date="Mon Mar 24 20:02:14 GMT 2008" user="dgrisby">
 
38
  <summary>Memory leak in minor code stringification.</summary>
 
39
  <text>
 
40
  Failed to release Python references.
 
41
  </text>
 
42
  <listlink href="http://www.omniorb-support.com/pipermail/omniorb-dev/2008-March/000244.html"/>
 
43
</bug>
 
44
 
 
45
</buglist>