diff --git a/package.xml b/package.xml
index c0b866bbc..ab1d0748d 100644
--- a/package.xml
+++ b/package.xml
@@ -30,11 +30,11 @@
yes
- 2015-05-11
-
+ 2015-06-09
+
- 1.6.8
- 1.6.8
+ 1.6.9
+ 1.6.9
stable
@@ -43,11 +43,14 @@
Apache License
** Bug
- * [PHP-1442] - php_mongo_stream_notify_io() segfault with stream context options
- * [PHP-1445] - MongoClient does not accept boolean false as "ssl" option
+ * [PHP-1426] - Ensure buffer lengths are checked in bson_to_zval()
+ * [PHP-1448] - Ensure DBPointer namespace length reads as little-endian
+ * [PHP-1450] - Ensure strings are null-terminated in bson_to_zval()
+ * [PHP-1453] - Ensure BSON buffer is checked before reading regex pattern/flags
** Improvement
- * [PHP-1446] - Log original string values for parsed boolean options
+ * [PHP-1449] - Ensure value is freed when bson_to_zval() encounters an error
+ * [PHP-1452] - bson_decode() should require exactly one document in buffer
@@ -217,6 +220,28 @@
+
+ 2015-05-11
+
+
+ 1.6.8
+ 1.6.8
+
+
+ stable
+ stable
+
+ Apache License
+
+** Bug
+ * [PHP-1442] - php_mongo_stream_notify_io() segfault with stream context options
+ * [PHP-1445] - MongoClient does not accept boolean false as "ssl" option
+
+** Improvement
+ * [PHP-1446] - Log original string values for parsed boolean options
+
+
+
2015-04-28
diff --git a/php_mongo.h b/php_mongo.h
index cda58e8a7..87b0c5acd 100644
--- a/php_mongo.h
+++ b/php_mongo.h
@@ -16,7 +16,7 @@
#ifndef PHP_MONGO_H
#define PHP_MONGO_H 1
-#define PHP_MONGO_VERSION "1.6.9-dev"
+#define PHP_MONGO_VERSION "1.6.9"
#define PHP_MONGO_EXTNAME "mongo"
#ifdef HAVE_CONFIG_H