diff --git a/buildcraft_resources/CHANGELOG.txt b/buildcraft_resources/CHANGELOG.txt
index d83e4879..272a64a7 100644
--- a/buildcraft_resources/CHANGELOG.txt
+++ b/buildcraft_resources/CHANGELOG.txt
@@ -1,5 +1,19 @@
CHANGELOG
+3.2.2
+- Changed: Refactored quarry algorithm for efficiency to reduce CPU usage. (cpw)
+- Changed: Several improvements to the bandwith usage especially on liquid pipes. (CovertJaguar)
+- Changed: Pipes are slightly harder to break. Not quite as hard as in the 1.8.1 version though. (Nevercast)
+- Changed: Moved default item ids out of <4k range. Make sure to keep your configs for old saves! (CovertJaguar)
+- Bugfix: Fixed an issue that could cause negative stacksizes in engine inventories. (CovertJaguar)
+- Bugfix: Fixed an exploit which caused autarchic gates to be able to power wooden conductive pipes. (CovertJaguar)
+- Bugfix: Fixed minor lighting issue in some guis. (tcooc)
+- Bugfix: Several minor issues related to liquids with metadata. (Nevercast, gishicrafter)
+- Bugfix: Fixed a potential NPE when a mod liquid was removed but some of it still remained in pipes. (CovertJaguar)
+- Bugfix: Action state should be displayed correctly in gate gui. (Nevercast)
+- Bugfix: Fixed potential crash when addon liquid pipes do not conform to volume limits of BC pipes. (denoflions)
+- Bugfix: Resolved an issue with facade IMCs. (CovertJaguar)
+
3.2.1
- API: Inventory triggers can now be ISided.
- Changed: Improvements to reduce bandwith used for pipe updates and size of liquid pipe updates.
diff --git a/buildcraft_resources/build.number b/buildcraft_resources/build.number
index 8c7ad6ac..75db1ee2 100644
--- a/buildcraft_resources/build.number
+++ b/buildcraft_resources/build.number
@@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
-#Thu Nov 29 18:32:25 CET 2012
-build.number=8
+#Thu Dec 06 21:13:11 CET 2012
+build.number=9
diff --git a/buildcraft_resources/build.xml b/buildcraft_resources/build.xml
index 186b28d2..b10640b6 100644
--- a/buildcraft_resources/build.xml
+++ b/buildcraft_resources/build.xml
@@ -18,7 +18,7 @@
-
+