Update to 6.9.1 LTS release

- Fix a regression introduced in v6.8.0 in readable stream that caused unpipe
  to remove the wrong stream
- https://nodejs.org/en/blog/release/v6.9.1/
This commit is contained in:
Stephen Gallagher 2016-10-20 08:36:04 -04:00
parent a4e2095b05
commit 063f7fefc5
No known key found for this signature in database
GPG Key ID: 7A25556236BAA3A3
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -58,3 +58,4 @@
/node-v6.8.0-stripped.tar.gz
/node-v6.8.1-stripped.tar.gz
/node-v6.9.0-stripped.tar.gz
/node-v6.9.1-stripped.tar.gz

View File

@ -16,7 +16,7 @@
%global nodejs_epoch 1
%global nodejs_major 6
%global nodejs_minor 9
%global nodejs_patch 0
%global nodejs_patch 1
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
%global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
%global nodejs_release 1
@ -403,6 +403,12 @@ NODE_PATH=%{buildroot}%{_prefix}/lib/node_modules %{buildroot}/%{_bindir}/node -
%{_pkgdocdir}/npm/doc
%changelog
* Thu Oct 20 2016 Stephen Gallagher <sgallagh@redhat.com> - -
- Update to 6.9.1 LTS release
- Fix a regression introduced in v6.8.0 in readable stream that caused unpipe
to remove the wrong stream
- https://nodejs.org/en/blog/release/v6.9.1/
* Tue Oct 18 2016 Stephen Gallagher <sgallagh@redhat.com> - -
- Update to 6.9.0 LTS release
- https://nodejs.org/en/blog/release/v6.9.0/

View File

@ -1 +1 @@
51582a2b398074662d49630879a9f6a3 node-v6.9.0-stripped.tar.gz
a2649b6bb0e100067817fde1bc17f826 node-v6.9.1-stripped.tar.gz