Skip to content
This repository has been archived by the owner on Apr 9, 2019. It is now read-only.

Commit

Permalink
0.2.7 release. Fixes #72. Fixes #74. Fixes #75. Fixes #77.
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Feb 7, 2013
1 parent fda9f63 commit c00e566
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 21 deletions.
23 changes: 14 additions & 9 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,19 @@ This package is written and maintained by Martin Wimpress, <code@flexion.org>

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!
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
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
-----

Expand Down
37 changes: 26 additions & 11 deletions README.rst
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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
-----

Expand Down Expand Up @@ -283,15 +293,20 @@ This package is written and maintained by Martin Wimpress, <code@flexion.org>

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!

Expand Down
2 changes: 1 addition & 1 deletion oab-java.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# - http://irtfweb.ifa.hawaii.edu/~lockhart/gpg/gpg-cs.html

# Version
VER="0.2.6"
VER="0.2.7"

# check the --fqdn version, if it's absent fall back to hostname
HOSTNAME=$(hostname --fqdn 2>/dev/null)
Expand Down

0 comments on commit c00e566

Please sign in to comment.