From: Wolfgang Bangerth
Date: Thu, 4 Jun 2009 14:45:52 +0000 (+0000)
Subject: Release tasks for 6.2.1.
X-Git-Tag: v8.0.0~7643
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43d69fb0e6cac7bb1b9d8f9b93a97f73002d61aa;p=dealii.git
Release tasks for 6.2.1.
git-svn-id: https://svn.dealii.org/trunk@18903 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/doxygen/deal.dox b/deal.II/doc/doxygen/deal.dox
index 88a2398c95..636abed737 100644
--- a/deal.II/doc/doxygen/deal.dox
+++ b/deal.II/doc/doxygen/deal.dox
@@ -12,7 +12,8 @@ INPUT = headers/ \
tutorial/doxygen \
../news/changes.h \
../news/6.0.0-vs-6.1.0.h \
- ../news/6.1.0-vs-6.2.0.h
+ ../news/6.1.0-vs-6.2.0.h \
+ ../news/6.2.0-vs-6.2.1.h
HTML_OUTPUT = deal.II
LATEX_OUTPUT = LaTeX/deal.II
diff --git a/deal.II/doc/news/6.2.0-vs-6.2.1.h b/deal.II/doc/news/6.2.0-vs-6.2.1.h
new file mode 100644
index 0000000000..aabd3a6a27
--- /dev/null
+++ b/deal.II/doc/news/6.2.0-vs-6.2.1.h
@@ -0,0 +1,45 @@
+/**
+ * @page changes_between_6.2.0_and_6.2.1 Changes between Version 6.2.0 and 6.2.1
+
+
+This is the list of changes made between the release of
+deal.II version 6.2.0 and version 6.2.1:
+
+
+
+
+ -
+
+ A trivial mistake made deal.II unable to compile against any PETSc
+ version prior to 3.0.0. This is now fixed.
+
+
+
+ -
+
+ When running in parallel, the @ref step_18 "step-18" tutorial program
+ produced an error indicating that resetting user pointers was not
+ possible. This is now fixed.
+
+
+
+ -
+
+ The documentation tar-ball we provide for those who do not want to re-build
+ their own documentation locally using doxygen, did not include any typeset
+ formulas (an oversight: we used a machine without a latex installation to
+ build this package). The 6.2.1 package gets this right.
+
+
+
+ -
+
+ Some versions of gcc 3.3.x had a bug that showed with code recently introduced
+ into our sources in that it erroneously warned about perfectly legitimate
+ constructs. This is now fixed.
+
+
+
+
+
+*/
diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html
index 887c813aa5..3c904cac78 100644
--- a/deal.II/doc/news/news.html
+++ b/deal.II/doc/news/news.html
@@ -32,6 +32,19 @@
here.
+ -
+ 2009/06/10: Version 6.2.1 released
+
+ -
+ deal.II version 6.2.0 contained a couple of minor but
+ annoying bugs in its interaction with PETSc. The
+ documentation package also did not include any typeset
+ formulas. Release 6.2.1 corrects these mistakes.
+ A complete list of changes between
+ versions 6.2.0 and 6.2.1 can be found here.
+
+
-
2009/04/27: Version 6.2 released