This repository has been archived by the owner on Apr 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
fda9f63
commit c00e566
Showing
4 changed files
with
51 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,14 +6,19 @@ This package is written and maintained by Martin Wimpress, <[email protected]> | |
|
||
Other contributors, listed alphabetically, are: | ||
|
||
* Derek Chen-Becker - Added an option to skip rebuilding packages. | ||
* Eshwar Andhavarapu - Added comments in the apt source file. | ||
* Hannes Schmidt - Added an option to use a pre-existing signing key. | ||
* Jameson J Lee - Added support for JCE Unlimited Strength Jurisdiction Policy Files and fixed downloading from Oracle (yet again). | ||
* Ladios Jonquil - Added support for JCE Unlimited Strength Jurisdiction Policy Files and fixed downloading from Oracle (yet again). | ||
* Martin Polden - Fixed download binary packages from Oracle. | ||
* Miah Johnson - Fixed download binary packages from Oracle. | ||
* onlymostlydead - Fixed downloading from Oracle (again). | ||
* Thorsten Möllers - Fixed git cloning for users behind restrictive firewalls. | ||
* Björgvin Ragnarsson | ||
* David Kovach | ||
* Derek Chen-Becker | ||
* Eshwar Andhavarapu | ||
* Greg Swallow | ||
* Hannes Schmidt | ||
* Ihor Kaharlichenko | ||
* Jameson J Lee | ||
* Ladios Jonquil | ||
* Martin Polden | ||
* Miah Johnson | ||
* onlymostlydead | ||
* Peter Leibiger | ||
* Thorsten Möllers | ||
|
||
Many thanks for all contributions! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
OAB-Java | ||
======== | ||
oab-java.sh v0.2.6 - Create a local 'apt' repository for Sun Java 6 and/or Oracle Java 7 packages. | ||
oab-java.sh v0.2.7 - Create a local 'apt' repository for Sun Java 6 and/or Oracle Java 7 packages. | ||
|
||
Copyright (c) Martin Wimpress, http://flexion.org. MIT License | ||
|
||
|
@@ -29,7 +29,7 @@ Like this. | |
:: | ||
|
||
cd ~/ | ||
wget https://github.com/flexiondotorg/oab-java6/raw/0.2.6/oab-java.sh -O oab-java.sh | ||
wget https://github.com/flexiondotorg/oab-java6/raw/0.2.7/oab-java.sh -O oab-java.sh | ||
chmod +x oab-java.sh | ||
sudo ./oab-java.sh | ||
|
||
|
@@ -111,6 +111,16 @@ Because, O.A.B! ;-) | |
History | ||
======= | ||
|
||
0.2.7 | ||
----- | ||
|
||
* Many fixes and improvements. Thanks for all the contributions! | ||
|
||
* Closes: https://github.com/flexiondotorg/oab-java6/issues/72 | ||
* Closes: https://github.com/flexiondotorg/oab-java6/issues/74 | ||
* Closes: https://github.com/flexiondotorg/oab-java6/issues/75 | ||
* Closes: https://github.com/flexiondotorg/oab-java6/issues/77 | ||
|
||
0.2.6 | ||
----- | ||
|
||
|
@@ -283,15 +293,20 @@ This package is written and maintained by Martin Wimpress, <[email protected]> | |
|
||
Other contributors, listed alphabetically, are: | ||
|
||
* Derek Chen-Becker - Added an option to skip rebuilding packages. | ||
* Eshwar Andhavarapu - Added comments in the apt source file. | ||
* Hannes Schmidt - Added an option to use a pre-existing signing key. | ||
* Jameson J Lee - Added support for JCE Unlimited Strength Jurisdiction Policy Files and fixed downloading from Oracle (yet again). | ||
* Ladios Jonquil - Added support for JCE Unlimited Strength Jurisdiction Policy Files and fixed downloading from Oracle (yet again). | ||
* Martin Polden - Fixed download binary packages from Oracle. | ||
* Miah Johnson - Fixed download binary packages from Oracle. | ||
* onlymostlydead - Fixed downloading from Oracle (again). | ||
* Thorsten Möllers - Fixed git cloning for users behind restrictive firewalls. | ||
* Björgvin Ragnarsson | ||
* David Kovach | ||
* Derek Chen-Becker | ||
* Eshwar Andhavarapu | ||
* Greg Swallow | ||
* Hannes Schmidt | ||
* Ihor Kaharlichenko | ||
* Jameson J Lee | ||
* Ladios Jonquil | ||
* Martin Polden | ||
* Miah Johnson | ||
* onlymostlydead | ||
* Peter Leibiger | ||
* Thorsten Möllers | ||
|
||
Many thanks for all contributions! | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters