summaryrefslogtreecommitdiff
path: root/src/mailman/docs
diff options
context:
space:
mode:
authorBarry Warsaw2012-02-12 10:01:07 -0500
committerBarry Warsaw2012-02-12 10:01:07 -0500
commitfaa56a174328af3ab76ccd1a5b4c9d630ac9779f (patch)
tree4a91273e2f7b7ae833827a37e1ac71ab90c251fb /src/mailman/docs
parent125ba2db2ba59ad693e6142e9c761d4bad2f478c (diff)
downloadmailman-faa56a174328af3ab76ccd1a5b4c9d630ac9779f.tar.gz
mailman-faa56a174328af3ab76ccd1a5b4c9d630ac9779f.tar.zst
mailman-faa56a174328af3ab76ccd1a5b4c9d630ac9779f.zip
* Schema migrations have been implemented.
Diffstat (limited to 'src/mailman/docs')
-rw-r--r--src/mailman/docs/ACKNOWLEDGMENTS.rst2
-rw-r--r--src/mailman/docs/INTRODUCTION.rst2
-rw-r--r--src/mailman/docs/NEWS.rst3
3 files changed, 4 insertions, 3 deletions
diff --git a/src/mailman/docs/ACKNOWLEDGMENTS.rst b/src/mailman/docs/ACKNOWLEDGMENTS.rst
index 36a386b57..b6c6cc16c 100644
--- a/src/mailman/docs/ACKNOWLEDGMENTS.rst
+++ b/src/mailman/docs/ACKNOWLEDGMENTS.rst
@@ -4,7 +4,7 @@
GNU Mailman Acknowledgments
===========================
-Copyright (C) 1998-2011 by the Free Software Foundation, Inc.
+Copyright (C) 1998-2012 by the Free Software Foundation, Inc.
Core Developers
diff --git a/src/mailman/docs/INTRODUCTION.rst b/src/mailman/docs/INTRODUCTION.rst
index e67439613..fd64efb42 100644
--- a/src/mailman/docs/INTRODUCTION.rst
+++ b/src/mailman/docs/INTRODUCTION.rst
@@ -18,7 +18,7 @@ Learn more about GNU Mailman in the `Getting Started`_ documentation.
Copyright
=========
-Copyright 1998-2011 by the Free Software Foundation, Inc.
+Copyright 1998-2012 by the Free Software Foundation, Inc.
This file is part of GNU Mailman.
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index f101cae06..cdd81d49e 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -2,7 +2,7 @@
Mailman - The GNU Mailing List Management System
================================================
-Copyright (C) 1998-2011 by the Free Software Foundation, Inc.
+Copyright (C) 1998-2012 by the Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Here is a history of user visible changes to Mailman.
@@ -14,6 +14,7 @@ Here is a history of user visible changes to Mailman.
Architecture
------------
+ * Schema migrations have been implemented.
* Implement the style manager as a utility instead of an attribute hanging
off the `mailman.config.config` object.
* PostgreSQL support contributed by Stephen A. Goss. (LP: #860159)