diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -8,3 +8,7 @@
 * No code changes.
 * Removed link to Haskell wiki homepage as this will never be done.
 * Removed link to maintainer email.
+
+2.3
+---
+No code changes, just reclaiming ownership and bumping version No.
diff --git a/COrdering.cabal b/COrdering.cabal
--- a/COrdering.cabal
+++ b/COrdering.cabal
@@ -1,22 +1,21 @@
 Name:               COrdering
-Version:            2.2
+Version:            2.3
 Cabal-Version:      >= 1.2
 Build-Type:         Simple
 License:            BSD3
 License-File:       LICENSE
 Copyright:          (c) Adrian Hey 2004-2008
 Author:             Adrian Hey
-Maintainer:
+Maintainer:	    Adrian Hey http://homepages.nildram.co.uk/~ahey/em.png
 Stability:          Stable
 Homepage:
 Package-Url:
 Synopsis:           An algebraic data type similar to Prelude Ordering.
 Description:        Typically this is used as the return type of a combining comparison, which combines two
                     values if they are deemed equal in some sense. Currently combining comparisons are used
-                    extensively by the AVL tree package (AvlTree). This package is no longer actively
-                    maintained and will be tagged as such as soon as Hackage has this feature.
+                    extensively by the AVL tree package (AvlTree).
 Category:           Data
-Tested-With:        GHC == 6.8.2, GHC == 6.8.1
+Tested-With:        GHC == 6.8.3, GHC == 6.8.2, GHC == 6.8.1
 Data-Files:
 Extra-Source-Files: AUTHORS, CHANGELOG
 Extra-Tmp-Files:
