Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 0034086

Browse files
author
Julien Gilli
committed
2015.03.23, Version 0.12.1 (Stable)
* openssl: upgrade to 1.0.1m (Addressing multiple CVES)
1 parent a43219b commit 0034086

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

ChangeLog

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
2015.02.06, Version 0.12.0 (Stable)
1+
2015.03.23, Version 0.12.1 (Stable)
2+
3+
* openssl: upgrade to 1.0.1m (Addressing multiple CVES)
4+
5+
6+
2015.02.06, Version 0.12.0 (Stable), 2b18916ff054309a07408719b62e2b6a4f1e056a
27

38
* npm: Upgrade to 2.5.1
49

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define NODE_MINOR_VERSION 12
2727
#define NODE_PATCH_VERSION 1
2828

29-
#define NODE_VERSION_IS_RELEASE 0
29+
#define NODE_VERSION_IS_RELEASE 1
3030

3131
#ifndef NODE_TAG
3232
# define NODE_TAG ""

0 commit comments

Comments
 (0)