~ubuntu-branches/ubuntu/trusty/sblim-sfcb/trusty-proposed

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Carrez
  • Date: 2009-06-08 12:04:49 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090608120449-byfplk09rqz8rtg6
Tags: 1.3.3-0ubuntu1
* New upstream release.
* debian/rules: Removed rpath hacks, SFCB default build handles that now.
* Removed 1934753-remove-assignment.diff, now upstream.
* Refreshed patch cim-schema-location.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Changes in 1.3.3
 
2
================
 
3
 
 
4
New features:
 
5
 
 
6
- 2150019 sfcb test suite 
 
7
- 2192073 Add thread information to trace output
 
8
- 2226259 Make UDS Authentication optional
 
9
- 2412189 More flexible access control with unix socket connections
 
10
- 2581295 Add GNU code coverage tool support for SFCB.
 
11
- 2583170 Add test rule including gcov 
 
12
 
 
13
Bugs fixed:
 
14
 
 
15
- 2028194 Failure in generating indication
 
16
- 2027392 Bug in Query processing
 
17
- 2158198 syslog call incorrect
 
18
- 2164750 sfcb does not handle some malformed HTTP requests correctly
 
19
- 2169514 spRcvMsg doesn't check malloc return
 
20
- 2169527 Some XML parsing error strings do not have sufficient space
 
21
- 2169532 sprintf doesn't check size of buffer
 
22
- 2168834 sfcbmof unaligned access when installing sblim-sfcb
 
23
- 2169607 sqlLexer assumes line lengths under MAXBUF
 
24
- 2172023 mlogf call cleanups
 
25
- 2172888 http content-length is not constrained
 
26
- 2175426 possible int overflow
 
27
- 2175507 sockaddr_un not allocated for localconnect server
 
28
- 2175401 xml tests too verbose
 
29
- 2158091 sfcb modules belong in private dir
 
30
- 2193250 No data in http request causes segfault.
 
31
- 2185304 SFCB doesn't shut down properly a good portion of the time. 
 
32
- 2192049 Potential memory leak in providerDrv.c:forkProvider()
 
33
- 2189206 duplicate call CMNewObjectPath to profileProvider.c
 
34
- 2192030 adapt to autoconf 2.63, automake 1.10
 
35
- 2189234 provProcMax can be too low
 
36
- 2192058 Potential buffer overflow in msgqueue.c:localConnectServer
 
37
- 2210462 Memory Corruption in CMSetProperty()
 
38
- 2192041 cleanup semaphore array access
 
39
- 2143287 Memory leak in getInstance up-call
 
40
- 2192053 _methProvider return value not checked propery
 
41
- 2168840 Fix various compiler warnings.
 
42
- 2169807 XML parser does not handle all character references
 
43
- 2042150 Mismatched CMPI error code and error message
 
44
- 2021888 Bug in creating CIM instance
 
45
- 2192023 sfcb deadlocks on nsHt initialization
 
46
- 2391132 Check for empty string in decode64
 
47
- 2390100 mlogf called with unsafe arguments
 
48
- 2390523 buffer overrun in cimslpSLP.c
 
49
- 2433594 sfcb causing 'unaligned access' errors on IA64
 
50
- 2316307 SFCB segfaults on missing instance file
 
51
- 2390515 Fix multiple resource leaks in SFCB detected by Coverity
 
52
- 2407344 Message size should be checked for a reasonable value
 
53
- 2494774 getControlChars/getControlNum calls sometimes segfault
 
54
- 2140807 Indication subscriptions don't persist across sfcbrepos
 
55
- 2521173 DST being handled incorrectly
 
56
- 2531609 CIM_ListenerDestinationCIMXML not enforcing "Required"
 
57
- 2390533 Memory leak in httpAdapter.c
 
58
- 2550426 Concurrency issue with LocalConnect
 
59
- 2550880 sfcb sometimes hangs when processing large messages
 
60
- 2192062 providerMgr doesn't check forkProvider() return values
 
61
- 2561165 The genSslCert.sh SSL certificate setup has tempfile races. 
 
62
- 2551127 httpAdapter may not terminate
 
63
- 2590121 localConnectServer only retries once after interrupt
 
64
- 2610487 Make test suite optional
 
65
 
 
66
Changes in 1.3.2
 
67
================
 
68
 
 
69
New features:
 
70
 
 
71
- 1978218 SFCB support for HTTP over a unix socket
 
72
- 2048878 sfcb does not implement setObjectPath
 
73
- 1945390 Request for SLP service URL hostname override 
 
74
- 2150019 sfcb test suite 
 
75
 
 
76
Bugs fixed:
 
77
 
 
78
- 2101035 classProvider core dumps under slp/CIM client load 
 
79
- 2093273 Fix "cimomConfig" + myGetInstances memory leaks
 
80
- 2023638 SFCB not considering UTC offset in calculating binary time
 
81
- 2039216 Memory leak in getSfcbUuid
 
82
- 2001486 SFCB extrinsic method output parameter problems
 
83
- 1923373 Fixed SFCB GetClass defaults optional IncludeQualifiers=false
 
84
- 1928541 Fixed sfcb binary interface memory leak on CMGetObjectPath
 
85
- 1946202 getPropQualifier function attempts to free non-malloced mem
 
86
- 1928541 sfcb binary interface memory leak on CMGetObjectPath
 
87
- 1970808 sfcb hangs after getinstance requests
 
88
- 1945374 CIM_ObjectManagerCommunicationMechanism.Version not set
 
89
- 1983569 enumerate qualifier call causes qualifier provider to die
 
90
- 1991296 httpAdapter doesn't check content_length correctly
 
91
- 1934753 indCIMXMLExport.c fails to compile on gcc 4.3
 
92
- 1993385 sfcb restarts itself on startup
 
93
- 1914077 MI function signatures missing CMPIStatus * parameter
 
94
- 1999175 CMAddContextEntry doesn't update entries, only adds
 
95
- 2001879 sfcb string compares for qualifier name are case-sensitive
 
96
- 1998030 SFCB core dumps during garbage collection
 
97
- 2002392 Memory leaks in sfcb 1.2.5-35f
 
98
- 2015639 SFCB SLP registration process crashes after 2nd registration
 
99
- 2024019 SFCB can't handle large error messages
 
100
- 2041967 sfcb trace messages have hard-coded size max
 
101
- 2039216 Memory leak in getSfcbUuid
 
102
- 2043672 Tighten SSL security for sfcb
 
103
- 2025214 SFCB XML parser needs to unescape newlines
 
104
- 2048875 sfcb silently crashes when sent certain EmbeddedObjects
 
105
- 2023638 SFCB not considering UTC offset in calculating binary time
 
106
- 2050421 Namespace not set for EmbeddedObjects in an XML value array
 
107
- 1918880 SFCB - Escaped XML sequences in embedded instances
 
108
- 2060748 compile fails when --disable-debug configure flag is set
 
109
- 2062904 small memory leak after exportIndication
 
110
- 2100911 getSchema.sh: line 17: [: =: unary operator expected
 
111
- 2100707 NULL properties in property list returned with value
 
112
- 1877578 sfcb appears to leak memory while handling indications
 
113
- 2138163 sfcb: Wrong PID when running as daemon
 
114
- 2049872 "--- Warning: fd is closed" message from binary intf app
 
115
- 2143315 Remove unnecessary lines in providerDrv & cimcClient
 
116
- 2064360 Internal provider SIGSEGV when calling getProperty
 
117
- 2079099 SFCB should load providers with RTLD_GLOBAL
 
118
 
 
119
Changes in 1.3.1
 
120
================
 
121
 
 
122
New features:
 
123
- 1953683 allow sfcb to be built to support localconnect only
 
124
 
 
125
 
 
126
Bugs fixed:
 
127
- 1879319 (partly rolled back to fix local connect issue)
 
128
- 1919970 Fixed Provider process not terminated after idle (w/ LocalConnect)
 
129
- 1951133 Fixed httpAdapter crashes if auth library can't be loaded
 
130
- 1920539 Fixed sfcb crashes in getinstance
 
131
- 1896550 Memory leak in exportIndication
 
132
- 1959063 "accept error" on provider unloading (LocalConnect)
 
133
 
1
134
Changes in 1.3.0
2
135
================
3
136