diff options
author | P. J. McDermott <pjm@nac.net> | 2012-04-09 21:41:43 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-04-09 21:41:43 (EDT) |
commit | 6aec87109397ec433e9877322ce03250e54a8c71 (patch) | |
tree | 8fd56d4a7a0050efba38ff13b8af65b428d7d62f | |
parent | 84c196ed20254587dcb50212b37977963425c019 (diff) |
Prepare for a version 0.2.1 release.
-rw-r--r-- | ChangeLog | 7 | ||||
-rwxr-xr-x | configure | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +0.2.1 () + + [ P. J. McDermott ] + * Make oh-installfiles really support pathname expansion patterns in + 'install' files. + * Exit if a single installable architecture cannot be found. + 0.2.0 (2012-03-21) [ P. J. McDermott ] @@ -20,7 +20,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. PACKAGE='opkhelper' -VERSION='0.2.0' +VERSION='0.2.1' print_usage() { |