Skip to content

Commit

Permalink
Pluto version 0.8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Uday Reddy <udayreddy@gmail.com>
  • Loading branch information
bondhugula committed Feb 29, 2012
1 parent e9cd949 commit 1d97cee
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.8.1

Minor bug fixes; see git log. Bail out with identity transformation on a
failure.

0.8.0

Make it easier for users to apply their own transformations. Separate
Expand Down
4 changes: 2 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ your system, it can be installed easily with, for eg.,

QUICK INSTALL

$ tar zxvf pluto-0.8.0.tgz
$ cd pluto-0.8.0/
$ tar zxvf pluto-0.8.1.tgz
$ cd pluto-0.8.1/
$ ./configure [--enable-debug]
$ make

Expand Down
8 changes: 4 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ Stable release

Run 'install from Pluto's top-level directory

$ tar zxvf pluto-0.8.0.tar.gz
$ cd pluto-0.8.0/
$ tar zxvf pluto-0.8.1.tar.gz
$ cd pluto-0.8.1/
$ ./install
$ make test

OR

$ tar zxvf pluto-0.8.0.tar.gz
$ cd pluto-0.8.0/
$ tar zxvf pluto-0.8.1.tar.gz
$ cd pluto-0.8.1/
$ ./configure [--enable-debug]
$ make
$ make test
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dnl

AC_PREREQ(2.13)

AC_INIT(pluto, 0.8.0, [udayreddy@gmail.com])
AC_INIT(pluto, 0.8.1, [udayreddy@gmail.com])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])

Expand Down

0 comments on commit 1d97cee

Please sign in to comment.