changeset 692:62ff60d60d81

merge
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 05 Feb 2010 16:20:11 +0100
parents 8562d568a07a (diff) 9274676de8d3 (current diff)
children f492d8c6182b
files
diffstat 2 files changed, 18 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Feb 05 16:19:19 2010 +0100
+++ b/Makefile	Fri Feb 05 16:20:11 2010 +0100
@@ -5,7 +5,6 @@
 TARGET             := i686-pc-mingw32
 SOURCEFORGE_MIRROR := kent.dl.sourceforge.net
 
-VERSION   := 2.11
 PREFIX    := $(PWD)/usr
 LOG_DIR   := $(PWD)/log
 TIMESTAMP := $(shell date +%Y%m%d_%H%M%S)
@@ -18,6 +17,7 @@
 SHELL     := bash
 SED       := $(shell gsed --help >/dev/null 2>&1 && echo g)sed
 INSTALL   := $(shell ginstall --help >/dev/null 2>&1 && echo g)install
+VERSION   := $(shell $(SED) -n 's,^.*<span id="latest-version">\([^<]*\)</span>.*$$,\1,p' '$(TOP_DIR)/doc/index.html')
 
 # unset any environment variables which might cause trouble
 AR =
--- a/doc/index.html	Fri Feb 05 16:19:19 2010 +0100
+++ b/doc/index.html	Fri Feb 05 16:20:11 2010 +0100
@@ -405,7 +405,7 @@
 
     <dl>
 
-    <dt>2010-xx-xx &ndash; Release 2.11</dt>
+    <dt>2010-xx-xx &ndash; Release <span id="latest-version">2.11</span></dt>
     <dd>
         <p>
         <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.11.tar.gz">Download</a> |
@@ -413,12 +413,27 @@
         </p>
 
         <p>
-        This release adds support for ...
+        This release fixes some minor build issues,
+        and contains a first small set of test programs
+        to check the package builds.
+        </p>
+
+        <p>
+        The build rules are simplified
+        by calling generators like Autotools and Flex,
+        instead of patching the generated files.
         </p>
 
         <p>
         Almost all packages are updated to their latest version.
         </p>
+
+        <p>
+        Many new packages are supported:
+        aubio, devil, directx, exiv2, fftw, gsoap, id3lib,
+        liblo, libpano13, libsamplerate, openscenegraph
+        and portaudio.
+        </p>
     </dd>
 
     <dt>Old Releases</dt>