From 2d2d23be610b57053a022a548e0afa22925ba112 Mon Sep 17 00:00:00 2001
From: guido
Date: Sat, 18 Dec 2004 18:04:32 +0000
Subject: [PATCH] news on version 5.1
git-svn-id: https://svn.dealii.org/trunk@9822 0785d39b-7218-0410-832d-ea1e28bc413d
---
.../news/{c-5.0.html => 5.0.0-vs-5.1.0.html} | 0
deal.II/doc/news/changes.html | 65 +++++++++++++++++++
deal.II/doc/news/news.html | 13 +++-
3 files changed, 77 insertions(+), 1 deletion(-)
rename deal.II/doc/news/{c-5.0.html => 5.0.0-vs-5.1.0.html} (100%)
create mode 100644 deal.II/doc/news/changes.html
diff --git a/deal.II/doc/news/c-5.0.html b/deal.II/doc/news/5.0.0-vs-5.1.0.html
similarity index 100%
rename from deal.II/doc/news/c-5.0.html
rename to deal.II/doc/news/5.0.0-vs-5.1.0.html
diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html
new file mode 100644
index 0000000000..05f7c6e696
--- /dev/null
+++ b/deal.II/doc/news/changes.html
@@ -0,0 +1,65 @@
+
+
+
+
+ The deal.II news page
+
+
+
+
+
+
+Changes after Version ??.??
+
+
+This is the list of changes made after the release of
+deal.II version ??.??. It is subdivided into changes
+made to the three sub-libraries base ,
+lac , and deal.II , as well as
+changes to the general infrastructure,
+documentation, etc .
+
+
+
+All entries are signed with the names of the author. Regular
+contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
+(Guido Kanschat), RH (Ralf Hartmann).
+
+
+
+
+General
+
+
+
+
+
+
+
+base
+
+
+
+
+
+
+
+lac
+
+
+
+
+
+
+
+deal.II
+
+
+
+
+
+Last update $Date$
+
+
+
diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html
index 0824a00360..ea9b67075e 100644
--- a/deal.II/doc/news/news.html
+++ b/deal.II/doc/news/news.html
@@ -28,13 +28,24 @@
Changes in the library since the last release are
- here.
+ here.
+
+ 2004/12/24: Version 5.1 released
+
+
+ Version 5.1.0 was released today!
+ A complete and long list of changes between
+ versions 5.0.0 and 5.1.0 can be found here .
+
+
2004/10/21: Qr elements of arbitrary order now
support hanging node constraints also in 3d
+
Lagrange elements previously had hanging node constraint matrices
hard coded in 3d, which were only available for r=1,2. Thanks to
--
2.39.5