Skip to content

Commit d03b66d

Browse files
author
David Pacheco
committed
#108 clean up from v1.3.0 publish
Reviewed by: Trent Mick <[email protected]> Approved by: Trent Mick <[email protected]>
1 parent 28f2bfa commit d03b66d

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@
1414

1515
None.
1616

17-
## v1.3.0 (2018-01)
17+
## v1.3.0 (2018-02-09)
1818

1919
* #27 want streaming way to iterate array elements
2020
* #100 jsprint shows more "hole" values than it should
2121
* #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
2224

2325
## v1.2.1 (2017-09-20)
2426

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@ https://us-east.manta.joyent.com/Joyent_Dev/public/mdb_v8. If you have the
4444
can list the latest binaries with:
4545

4646
$ 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
4949

5050
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):
5252

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
5454

5555
or using curl:
5656

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
5858

5959
This one-liner will get you the latest 32-bit binary:
6060

0 commit comments

Comments
 (0)