Skip to content

Commit c5e3b25

Browse files
committed
Revert "Bump to v0.23.0-alpha.1"
This reverts commit 5c28fd3.
1 parent 5c28fd3 commit c5e3b25

4 files changed

Lines changed: 5 additions & 29 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,5 @@
11
# Change Log
22

3-
## <a name="v0-23-0-alpha.1" href="#v0-23-0-alpha.1">v0.23.0-alpha.1</a> [(2018-10-01)](https://github.com/nodegit/nodegit/releases/tag/v0.23.0-alpha.1)
4-
5-
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.22.2...v0.23.0-alpha.1)
6-
7-
#### Summary of changes
8-
- Added Node 10 support.
9-
- We no longer compile OpenSSL. Instead, we prefer the OpenSSL shipped with Node. In electron builds, we prefer the system openssl on linux, and we get prebuilt static libs from Conan.
10-
- Cleaned up some compiler warnings
11-
- Our http_parser dependency is now a submodule.
12-
- Updated some dependencies in npm to get rid of security vulnerabilities and warnings.
13-
- Exposed transfer progress callback for pushing.
14-
15-
16-
#### Merged PRs into NodeGit
17-
- [warn about node v10 incompatibility in readme #1534](https://github.com/nodegit/nodegit/pull/1534)
18-
- [Define error codes to fix compiler warnings about unused variables #1486](https://github.com/nodegit/nodegit/pull/1486)
19-
- [Include http_parser via submodule #1551](https://github.com/nodegit/nodegit/pull/1551)
20-
- [Update dependencies to get rid of security vulnerabilities #1547](https://github.com/nodegit/nodegit/pull/1547)
21-
- [add github issue template #1548](https://github.com/nodegit/nodegit/pull/1548)
22-
- [Enable git_push_transfer_progress - Help wanted #1500](https://github.com/nodegit/nodegit/pull/1500)
23-
- [Fixed createBranch API params #1552](https://github.com/nodegit/nodegit/pull/1552)
24-
- [Use curl-config to find curl #1555](https://github.com/nodegit/nodegit/pull/1555)
25-
- [Update readme #1554](https://github.com/nodegit/nodegit/pull/1554)
26-
- [Node 10 support #1545](https://github.com/nodegit/nodegit/pull/1545)
27-
28-
293
## <a name="v0-22-2" href="#v0-22-2">v0.22.2</a> [(2018-07-10)](https://github.com/nodegit/nodegit/releases/tag/v0.22.2)
304

315
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.22.1...v0.22.2)

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Linux & macOS | Windows | Coverage | Dependencies
99

1010
**Stable (libgit2@v0.27.3): 0.27.3**
1111

12+
> Not compatible with node 10, at the moment. [We're working on it](https://github.com/nodegit/nodegit/issues/1490).
13+
1214
## Have a problem? Come chat with us! ##
1315

1416
Visit [slack.libgit2.org](http://slack.libgit2.org/) to sign up, then join us in #nodegit.
@@ -79,7 +81,7 @@ sudo apt-get install libssl-dev
7981
Additionally, you need `curl-config` on your system. You need one of these packages:
8082
* libcurl4-gnutls-dev
8183
* libcurl4-nss-dev
82-
* libcurl4-openssl-dev
84+
* libcurl4-openssl-dev
8385

8486
If you are still encountering problems while installing, you should try the
8587
[Building from source](http://www.nodegit.org/guides/install/from-source/)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nodegit",
33
"description": "Node.js libgit2 asynchronous native bindings",
4-
"version": "0.23.0-alpha.1",
4+
"version": "0.22.2",
55
"homepage": "http://nodegit.org",
66
"keywords": [
77
"libgit2",

0 commit comments

Comments
 (0)