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