summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-01-22 17:51:10 (EST)
committer P. J. McDermott <pjm@nac.net>2014-01-22 17:51:10 (EST)
commit341aeba21c5621d2b7c837ffdadb35e47346c99b (patch)
tree58f879a5ab7a4a1584ab287f949429fc66435284
parent038d90cff45705ece59a6d5b2aa6cbfae0395b96 (diff)
Release opkhelper 3.0.0-beta4.opkhelper-3.0.0-beta4
-rw-r--r--ChangeLog8
-rwxr-xr-xconfigure2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6fd1638..76e5c8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+3.0.0-beta4 (2014-01-22)
+
+ [ P. J. McDermott ]
+ * Remove _oh_local() and _oh_return() kludges and use the built-in local
+ utility instead.
+ * Add amd64-linux-glibc and i686-linux-glibc architecture data to the
+ architecture table.
+
3.0.0-beta3 (2013-06-01)
[ P. J. McDermott ]
diff --git a/configure b/configure
index e722a63..2acd045 100755
--- a/configure
+++ b/configure
@@ -20,7 +20,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
package_name='opkhelper'
-package_version='3.0.0-beta3'
+package_version='3.0.0-beta4'
package_description='OPK Build Helper Tools'
package_library='libopkhelper.3.0'