diff --git a/NEWS.txt b/NEWS.txt
index 1c90e79394..5ca1f6cdc7 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -12,6 +12,19 @@ Upgrading
single-row and multiget reads already rejected ANY.)
+1.0.2
+=====
+
+Upgrading
+---------
+ - Nothing specific to 1.0.2 but please see the 1.0 upgrading section if
+ upgrading from a version prior to 1.0.0
+
+Features
+--------
+ - Cassandra CLI queries now have timing information
+
+
1.0.1
=====
diff --git a/build.xml b/build.xml
index 2e79338b17..3dcd5a7309 100644
--- a/build.xml
+++ b/build.xml
@@ -347,7 +347,7 @@ url=${svn.entry.url}?pathrev=${svn.entry.commit.revision}
-
+
diff --git a/debian/changelog b/debian/changelog
index 640ae9ee0f..fe459f3530 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cassandra (1.0.2) unstable; urgency=low
+
+ * New release
+
+ -- Sylvain Lebresne Fri, 04 Nov 2011 10:00:12 +0100
+
cassandra (1.0.1) unstable; urgency=low
* New release
diff --git a/lib/snappy-java-1.0.3.jar b/lib/snappy-java-1.0.3.jar
deleted file mode 100644
index d33b0b1cfa..0000000000
Binary files a/lib/snappy-java-1.0.3.jar and /dev/null differ
diff --git a/lib/snappy-java-1.0.4.1.jar b/lib/snappy-java-1.0.4.1.jar
new file mode 100644
index 0000000000..4f2b757d7f
Binary files /dev/null and b/lib/snappy-java-1.0.4.1.jar differ