Update for e2fsprogs 1.36-rc2 release.

diff --git a/README b/README
index 909e380..49e44ac 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-	This is the new version (1.35) of the second extended file
+	This is the new version (1.36) of the second extended file
 system management programs.
 
 	From time to time, I release new versions of e2fsprogs, to fix
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 1bc783a..8ab7795 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,5 +1,5 @@
-de2fsprogs 1.36-WIP (January 9, 2005)
-====================================
+de2fsprogs 1.36-rc2 (January 11, 2005)
+======================================
 
 All of the patches that were applied to Fedore Core 3's
 e2fsprogs-1.35-11.2 have been integrated, although sometimes with a
@@ -28,6 +28,8 @@
 cause fsck to ignore a parameter on fsck's command line in some rare
 cases, sigh.)
 
+Add support for swap partition label and uuid's in the blkid library.
+
 Badblocks will now correctly display block numbers greater than
 999,999,999 in its progress display.
 
diff --git a/debian/changelog b/debian/changelog
index 74a1924..ef6a366 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+e2fsprogs (1.36rc2-1) unstable; urgency=low
+
+  * New upstream release
+  * Update Italian translation
+  * Add support for swap partition labels and uuid's
+
+ -- Theodore Y. Ts'o <tytso@mit.edu>  Tue, 11 Jan 2005 14:12:17 -0500
+
 e2fsprogs (1.36rc1-1) unstable; urgency=low
 
   * Fix a FTBFS bug for amd64/gcc-3.0 (Closes: #289133)
diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo
index 58dcdaf..0c5be94 100644
--- a/doc/libext2fs.texinfo
+++ b/doc/libext2fs.texinfo
@@ -1,7 +1,7 @@
 \input texinfo    @c -*-texinfo-*-
 @c %**start of header
 @setfilename libext2fs.info
-@settitle The EXT2FS Library (version 1.35)
+@settitle The EXT2FS Library (version 1.36)
 @synindex tp fn
 @comment %**end of header
 
@@ -61,8 +61,8 @@
 
 @title The EXT2FS Library
 @subtitle The EXT2FS Library
-@subtitle Version 1.35
-@subtitle February 2004
+@subtitle Version 1.36
+@subtitle January 2005
 
 @author by Theodore Ts'o
 
@@ -102,7 +102,7 @@
 
 @top The EXT2FS Library
 
-This manual documents the EXT2FS Library, version 1.35.
+This manual documents the EXT2FS Library, version 1.36.
 
 @end ifinfo
 
diff --git a/e2fsprogs.lsm b/e2fsprogs.lsm
index b25eff3..0112b87 100644
--- a/e2fsprogs.lsm
+++ b/e2fsprogs.lsm
@@ -1,16 +1,16 @@
 Begin3
 Title:          EXT2 Filesystem utilities
-Version:        1.35
-Entered-date:   28February2004
+Version:        1.36
+Entered-date:   11January2005
 Description:    The filesystem utilities for the EXT2 filesystem, including 
 		e2fsck, mke2fs, dumpe2fs, fsck, and others.
 Keywords:       utilities, fsck, filesystem, Ext2fs
 Author:         tytso@mit.edu (Theodore Tso)
 Maintained-by:  tytso@mit.edu (Theodore Tso)
 Primary-site:   download.sourceforge.net /pub/sourceforge/e2fsprogs
-		3084kB e2fsprogs-1.35.tar.gz
-		384kB e2fsprogs-libs-1.35.tar.gz
-                1kB   e2fsprogs-1.35.lsm
+		3084kB e2fsprogs-1.36.tar.gz
+		384kB e2fsprogs-libs-1.36.tar.gz
+                1kB   e2fsprogs-1.36.lsm
 Alternate-site: 
 Platforms:	linux 1.2.x/1.3.x/2.0.x/2.1.x/2.2.x/2.3.x/2.4.x/2.5.x/2.6.x
 Copying-policy: GPL/LGPL
diff --git a/version.h b/version.h
index 0f2cbe3..4e51ee2 100644
--- a/version.h
+++ b/version.h
@@ -6,5 +6,5 @@
  * Ts'o.  This file may be redistributed under the GNU Public License.
  */
 
-#define E2FSPROGS_VERSION "1.36-rc1"
-#define E2FSPROGS_DATE "06-Jan-2005"
+#define E2FSPROGS_VERSION "1.36-rc2"
+#define E2FSPROGS_DATE "11-Jan-2005"