diff options
author | Keith Packard <keithp@keithp.com> | 2014-08-17 21:21:31 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-08-17 21:21:31 -0700 |
commit | c475594348e44a20ee0a52f11ba609af300ef5e2 (patch) | |
tree | 28ac2dc012f3f541cb59c974da5091c175fb7c92 | |
parent | 768036f551e90e33005250e4585d7c96f74339cf (diff) |
Update for 1.4.21.4.2branch-1.4
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/Makefile | 3 | ||||
-rw-r--r-- | doc/altusmetrum.xsl | 16 | ||||
-rw-r--r-- | doc/telegps.xsl | 9 |
4 files changed, 26 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index fdae9b6f..9c735eaa 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ(2.57) -AC_INIT([altos], 1.4.1) +AC_INIT([altos], 1.4.2) AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE diff --git a/doc/Makefile b/doc/Makefile index c39450c7..0f63e9c9 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -16,7 +16,8 @@ RELNOTES=\ release-notes-1.3.1.html \ release-notes-1.3.2.html \ release-notes-1.4.html \ - release-notes-1.4.1.html + release-notes-1.4.1.html \ + release-notes-1.4.2.html PICTURES=\ altosui.png \ diff --git a/doc/altusmetrum.xsl b/doc/altusmetrum.xsl index c68bbac9..a008fcef 100644 --- a/doc/altusmetrum.xsl +++ b/doc/altusmetrum.xsl @@ -41,6 +41,13 @@ </legalnotice> <revhistory> <revision> + <revnumber>1.4.2</revnumber> + <date>17 August 2014</date> + <revremark> + Minor release fixing some Windows Java installation bugs. + </revremark> + </revision> + <revision> <revnumber>1.4.1</revnumber> <date>24 June 2014</date> <revremark> @@ -5421,7 +5428,14 @@ NAR #88757, TRA #12200 <appendix> <title>Release Notes</title> <simplesect> - <title>Version 1.41</title> + <title>Version 1.4.2</title> + <xi:include + xmlns:xi="http://www.w3.org/2001/XInclude" + href="release-notes-1.4.2.xsl" + xpointer="xpointer(/article/*)"/> + </simplesect> + <simplesect> + <title>Version 1.4.1</title> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="release-notes-1.4.1.xsl" diff --git a/doc/telegps.xsl b/doc/telegps.xsl index bf7eec5a..f7f1fa1c 100644 --- a/doc/telegps.xsl +++ b/doc/telegps.xsl @@ -1305,7 +1305,14 @@ NAR #88757, TRA #12200 <appendix> <title>Release Notes</title> <simplesect> - <title>Version 1.41</title> + <title>Version 1.4.2</title> + <xi:include + xmlns:xi="http://www.w3.org/2001/XInclude" + href="release-notes-1.4.2.xsl" + xpointer="xpointer(/article/*)"/> + </simplesect> + <simplesect> + <title>Version 1.4.1</title> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="release-notes-1.4.1.xsl" |