File: v0.1.2.md

package info (click to toggle)
gssproxy 0.9.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,516 kB
  • sloc: ansic: 19,391; python: 1,196; xml: 611; makefile: 458; sh: 200
file content (36 lines) | stat: -rw-r--r-- 1,148 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Highlights

- Fixes for various issues found by Coverity
- Switch default configuration backend to use libini_config


# Detailed Changelog

Günther Deschner (4):

-      Add missing newlines to GPDEBUG statements.
-      Abstract configuration layer for gssproxy.
-      Add dinglibs ini configuration detection and backend.
-      Prefer ini_config library support over iniparser support.


Simo Sorce (16):

-      Fix unchecked return values found by Coverity
-      Fix copy and paste error found by Coverity
-      Fix locally dead code error found by coverity
-      Fix uninizialized variables found by Coverity
-      Fix dereference before null error fund by Coverity
-      Fix reporting of wrong error codes
-      Fix resource leaks found by Coverity
-      Fix infinite loop due to bad sign of variable
-      Fix missing break statement found by Coverity
-      Fix dereference after null checks found by Coverity
-      Use send() in client library to avoid SIGPIPE
-      Fix a few more resource leaks
-      Fix use of unintialized variable
-      Remove unused variables
-      Fix tabs in configure.ac
-      Release 0.1.1