Update for e2fsprogs 1.33-WIP-0330 release

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 0fe9fbb..85add88 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,21 @@
-E2fsprogs 1.33-WIP (March 16, 2003)
+E2fsprogs 1.33-WIP (March 30, 2003)
 ===================================
 
+Update Debian files to reflect the fact that I am now the Debian
+maintainer of e2fsprogs.
+
+Move the source tarball generation functions from the top-level
+makefile to the util/gen-tarball script.  
+
+Updated the Turkish .po translation file.
+
+Added heimdall and MIT krb5 extensions to the com_err library to make
+it more compatible with com_err libraries from those distributions.
+
+Changed dumpe2fs to always display the superblock fields relating to
+the journalling and/or directory indexing feature even if those
+features are not enabled.
+
 Updated and clarify copyright statement vis-a-vis alpha releases of
 e2fsprogs.
 
diff --git a/debian/changelog b/debian/changelog
index 5d1a333..cb72114 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+e2fsprogs (1.32+1.33-WIP-2003.03.30-1) unstable; urgency=low
+
+  * Change compile_et to generate header files that use <et/com_err.h>
+    instead of <com_err.h>, so the current version of the header file 
+    is used.  Remove legacy K&R, varargs, and pre-POSIX signal support.
+  * Fix (one more time!) Apple Darwin port in blkid/getsize.c
+
+ -- Theodore Y. Ts'o <tytso@mit.edu>  Sun, 30 Mar 2003 23:34:55 -0500
+
 e2fsprogs (1.32+1.33-WIP-2003.03.25-1) unstable; urgency=low
 
   * New maintainer
diff --git a/version.h b/version.h
index 7fe76a1..4cfa33f 100644
--- a/version.h
+++ b/version.h
@@ -7,4 +7,4 @@
  */
 
 #define E2FSPROGS_VERSION "1.33-WIP"
-#define E2FSPROGS_DATE "25-Mar-2003"
+#define E2FSPROGS_DATE "30-Mar-2003"