mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-20 21:37:39 +01:00
bugfix: Client handler process did not exit after connection reset by client
This commit is contained in:
parent
7497777d85
commit
aaead239c4
3 changed files with 7 additions and 3 deletions
4
CHANGES
4
CHANGES
|
|
@ -47,3 +47,7 @@ o msgfmt: bugfix: parse() had small memory leaks
|
||||||
1.1.3-3
|
1.1.3-3
|
||||||
-------
|
-------
|
||||||
o compiling release version with NDEBUG (switching off assertions)
|
o compiling release version with NDEBUG (switching off assertions)
|
||||||
|
|
||||||
|
1.1.3-4
|
||||||
|
-------
|
||||||
|
o bugfix: client handler process did not exit after connection reset by client
|
||||||
|
|
|
||||||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
1.1.3-3-dev
|
1.1.3-4-dev
|
||||||
|
|
|
||||||
|
|
@ -49,8 +49,8 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(USE_COMPILER_DEBUG_OPTS),true)
|
ifeq ($(USE_COMPILER_DEBUG_OPTS),true)
|
||||||
PROJECT_CFLAGS += -Wall -g3
|
PROJECT_CFLAGS += -Wall -g3 -D_DO_TRACE_
|
||||||
PROJECT_CPPFLAGS += -Wall -g3
|
PROJECT_CPPFLAGS += -Wall -g3 -D_DO_TRACE_
|
||||||
PROJECT_LDFLAGS += -Wall -g3
|
PROJECT_LDFLAGS += -Wall -g3
|
||||||
else
|
else
|
||||||
ifeq ($(USE_COMPILER_OPTIMIZATION_OPTS),true)
|
ifeq ($(USE_COMPILER_OPTIMIZATION_OPTS),true)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue