Updates for a release

Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
diff --git a/NEWS b/NEWS
index de4fb38..98f444d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
 News (mainly features/major bug fixes)
 
+portage-2.3.3
+-----------------
+* Reverted commits:
+    - Bug 552814 Revert "GitSync.update: respect sync-depth
+                 (Shallow fetch is not a practical default at this time,
+                  given performance issues introduced by `git update-index`
+                  and `git prune` (see bug 599008).
+                 )
+
+
 portage-2.3.1
 -----------------
 * Support News-Item-Format 2.0
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index cdb069a..47f4fba 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,7 +1,33 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
-portage-2.3.2
+portage-2.3.3
+==================================
+* Bug Fixes:
+    - Bug 597752 _expand_new_virtuals: constrain output for dep_zapdeps
+    - Bug 599060 parse_metadata_use: apply English language preference
+    - Bug 599240 preserve-libs: handle manually removed libraries better
+    - Bug 600346 dep_zapdeps: make package selections internally consistent
+    - Bug 600128 repos.conf: support strict-misc-digests attribute
+    - Bug 600660 unpack: fix txz unpack support
+    - Bug 600804 _post_src_install_uid_fix: allow files with portage group
+                 permissions
+    - Bug 601466 bin/ebuild: fix EBUILD_FORCE_TEST / RESTRICT interaction
+    - Bug 554070 depgraph: select highest version involved in slot conflict
+    - Bug 598116 _emerge/depgraph.py: Autounmask-write fails when there isn't
+                 a file in package.*/
+* Reverted commits:
+    - Bug 597918 Revert "emerge-webrsync: use gkeys to verify OpenPGP signatures
+                 (too soon, needs some additional gkeys work and release,
+                 this code was not yet in a portage release)
+    - Bug 552814 Revert "GitSync.update: respect sync-depth
+                 (Shallow fetch is not a practical default at this time,
+                  given performance issues introduced by `git update-index`
+                  and `git prune` (see bug 599008).
+                 )
+
+
+    portage-2.3.2
 ==================================
 * Bug Fixes:
     - Bug 594822 GitSync.update: handle git rev-list failure
diff --git a/setup.py b/setup.py
index a8d51b3..2e86855 100755
--- a/setup.py
+++ b/setup.py
@@ -646,7 +646,7 @@
 
 setup(
 	name = 'portage',
-	version = '2.3.2',
+	version = '2.3.3',
 	url = 'https://wiki.gentoo.org/wiki/Project:Portage',
 	author = 'Gentoo Portage Development Team',
 	author_email = 'dev-portage@gentoo.org',