File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 14
14
15
15
None.
16
16
17
- ## v1.3.0 (2018-01 )
17
+ ## v1.3.0 (2018-02-09 )
18
18
19
19
* #27 want streaming way to iterate array elements
20
20
* #100 jsprint shows more "hole" values than it should
21
21
* #101 test suite could use common mechanism for standalone tests
22
+ * #102 mdb\_ v8 misprinted object in 32-bit Node v4 core file
23
+ * #104 test suite should take more care to avoid GC during gcore
22
24
23
25
## v1.2.1 (2017-09-20)
24
26
Original file line number Diff line number Diff line change @@ -44,17 +44,17 @@ https://us-east.manta.joyent.com/Joyent_Dev/public/mdb_v8. If you have the
44
44
can list the latest binaries with:
45
45
46
46
$ mfind -t o $(mget -q /Joyent_Dev/public/mdb_v8/latest)
47
- /Joyent_Dev/public/mdb_v8/v1.2.1 /mdb_v8_amd64.so
48
- /Joyent_Dev/public/mdb_v8/v1.2.1 /mdb_v8_ia32.so
47
+ /Joyent_Dev/public/mdb_v8/v1.3.0 /mdb_v8_amd64.so
48
+ /Joyent_Dev/public/mdb_v8/v1.3.0 /mdb_v8_ia32.so
49
49
50
50
You can fetch a specific binary like this (in this case, the 32-bit version
51
- 1.2.1 binary):
51
+ 1.3.0 binary):
52
52
53
- $ mget -O /Joyent_Dev/public/mdb_v8/v1.2.1 /mdb_v8_ia32.so
53
+ $ mget -O /Joyent_Dev/public/mdb_v8/v1.3.0 /mdb_v8_ia32.so
54
54
55
55
or using curl:
56
56
57
- $ curl -O https://us-east.manta.joyent.com/Joyent_Dev/public/mdb_v8/v1.2.1 /mdb_v8_ia32.so
57
+ $ curl -O https://us-east.manta.joyent.com/Joyent_Dev/public/mdb_v8/v1.3.0 /mdb_v8_ia32.so
58
58
59
59
This one-liner will get you the latest 32-bit binary:
60
60
You can’t perform that action at this time.
0 commit comments