Skip to content

Commit

Permalink
bumping to 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jul 18, 2017
1 parent 2b58b0d commit dbd36dd
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Generated automatically by 'make darcs-dist'
See https://github.com/stevengj/h5utils for the complete git
history of h5utils.
8 changes: 0 additions & 8 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,3 @@ clean-hook:
rm -f h5read.oct

nobase_dist_pkgdata_DATA = $(COLORMAPS)

# Somewhat hackish. The "right" way to do this is by a dist-hook target,
# but then darcs check will fail because it doesn't run in the darcs
# repository.
darcs-dist: distdir
darcs changes --summary > $(distdir)/ChangeLog
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
$(am__remove_distdir)
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Here, we describe what has changed between releases of the [h5utils](README.md) package.

## h5utils-1.13 ##

*7/18/17*

* Fixed `h5topng` compilation for modern libpng versions. Thanks to
Daisuke Fujimura (@fd00 on github) for posting patches.

* Moved hosting to Github and translated documentation to Markdown.

## h5utils 1.12.1 ##

*6/24/09*
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ This package is developed by [Steven G. Johnson](http://math.mit.edu/~stevenj/),

# Download and Install

The latest version is h5utils 1.12.1, which can be downloaded in source-code form at:
The latest version is h5utils 1.13, which can be downloaded in source-code form at:

* http://ab-initio.mit.edu/h5utils/h5utils-1.12.1.tar.gz
* http://ab-initio.mit.edu/h5utils/h5utils-1.13.tar.gz

What's new in each version is described in the [release notes](NEWS.md) file.

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(h5utils, 1.12.1, [email protected])
AC_INIT(h5utils, 1.13, [email protected])
AM_INIT_AUTOMAKE([foreign silent-rules 1.6])
AM_SILENT_RULES(yes)
AC_CONFIG_SRCDIR([h5topng.c])
Expand Down

0 comments on commit dbd36dd

Please sign in to comment.