From 22f36930a29a64b75b9059f905dd19aafabf66f4 Mon Sep 17 00:00:00 2001 From: "Paul T. Bauman" Date: Fri, 4 Jul 2014 02:43:21 -0400 Subject: [PATCH 1/4] Updating CHANGES for 0.2.0 tag --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 8578d78e..dba4e7e2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +Version 0.2.0 +* Added general units capabilities +* Enabled subdir-objects option in Automake + Version 0.1.0 * Photochemistry modeling * Compatibility with newer VexCL From ebb0f51f6bb583edeaf464ecf5d269bfbc4a8ce0 Mon Sep 17 00:00:00 2001 From: "Paul T. Bauman" Date: Fri, 4 Jul 2014 02:47:11 -0400 Subject: [PATCH 2/4] More updates to CHANGES --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index dba4e7e2..4d4dbf67 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ Version 0.2.0 * Added general units capabilities +* Update in conversion factor for gas constant +* Molar masses are now in mol instead of kmol * Enabled subdir-objects option in Automake +* Assorted bugfixes Version 0.1.0 * Photochemistry modeling From 5362445728cfb44ca637660ff11fd6ebc95c2120 Mon Sep 17 00:00:00 2001 From: "Paul T. Bauman" Date: Fri, 4 Jul 2014 02:57:30 -0400 Subject: [PATCH 3/4] Let's point folks at the users list and not me. Especially since I'm not at ICES anymore... --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e6095456..3aa02d16 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([Antioch], [0.1.0], [pbauman@ices.utexas.edu], [antioch]) +AC_INIT([Antioch], [0.1.0], [antioch-users@googlegroups.com], [antioch]) PACKAGE_DESCRIPTION="A New, Templated Implementation of Chemistry for Hydrodynamics" AC_SUBST([PACKAGE_DESCRIPTION]) PACKAGE_URL="https://github.com/libantioch/antioch/" From 12fa01f0cbc8930e19b8d4d1d6b9a52e1b161e9b Mon Sep 17 00:00:00 2001 From: "Paul T. Bauman" Date: Fri, 4 Jul 2014 11:52:31 -0400 Subject: [PATCH 4/4] Bump version number --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3aa02d16..ba445437 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([Antioch], [0.1.0], [antioch-users@googlegroups.com], [antioch]) +AC_INIT([Antioch], [0.2.0], [antioch-users@googlegroups.com], [antioch]) PACKAGE_DESCRIPTION="A New, Templated Implementation of Chemistry for Hydrodynamics" AC_SUBST([PACKAGE_DESCRIPTION]) PACKAGE_URL="https://github.com/libantioch/antioch/"