-
Notifications
You must be signed in to change notification settings - Fork 8
/
ChangeLog
45 lines (38 loc) · 2.12 KB
/
ChangeLog
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
37
38
39
40
41
42
43
44
45
0.0.1 (10.04.2015)
* ([email protected]) First version.
0.0.2 (11.04.2015)
* ([email protected]) Executable stack bit removed.
* ([email protected]) Fix for broken ld which doesn't generate proper .note.GNU-stack sections.
* ([email protected]) Broken debug build fixed.
* ([email protected]) State handling code cleaned up a bit.
0.0.3 (12.04.2015)
* ([email protected]) EINTR related fixes (TCP/IP communication)
* ([email protected]) Broken line numeration in script code viewer (jrdb)
* ([email protected]) Pause is not needed to delete breakpoints
0.0.4 (14.04.2015)
* ([email protected]) Pending breakpoints are marked on the breakpoints list
* ([email protected]) Client is warned about the fact that pending breakpoint is registered
* ([email protected]) Evaluation related fixes
* ([email protected]) Extended location tracking
* ([email protected]) Host can be set to null while configuring TCP/IP
* ([email protected]) Warnings are sent to clients if commands are not being handled on the fly.
0.0.5 (17.04.2015)
* ([email protected]) Modules loader integrated with JRDB ResourceManager added to 'utils' shared library.
* ([email protected]) Runtime loadable modules.
* ([email protected]) Broken client version fixed.
0.0.6 (28.04.2016)
* ([email protected]) jrdb: add poor man's signal handling
0.0.7 (20.04.2017)
* ([email protected]) Win32 support.
* ([email protected]) RPM spec.
* ([email protected]) Fix compartment mismatch.
* ([email protected]) Implement 'stop' command.
* ([email protected]) Add CMake find script.
* ([email protected]) Make mutex locking exception-safe
* ([email protected]) Fix dangling reference
* ([email protected]) Some deprecated direct calls to argc, vp removed.
* ([email protected]) Bug fixes.
* ([email protected]) autoconf - c++11 is mandatory since Win32 support was added.
0.0.8 (13.08.2017)
* ([email protected]) Request ID support for non JSON commands.
* ([email protected]) Minor bug fixes.