summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-07-27 13:24:10 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-07-27 13:24:10 -0700
commitad16e8ffb58ddb92ec51ce117a7c08b228c70a92 (patch)
tree61a22300d86b957b28b8965aaccc0432c4fe9845
parent1f124bf1accbad60b31a463ff59232d2f5626100 (diff)
downloadbrdo-ad16e8ffb58ddb92ec51ce117a7c08b228c70a92.tar.gz
brdo-ad16e8ffb58ddb92ec51ce117a7c08b228c70a92.tar.bz2
Back to 7.x-dev
-rw-r--r--CHANGELOG.txt19
-rw-r--r--includes/bootstrap.inc2
2 files changed, 20 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 3f953cef2..f4e783309 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,4 +1,23 @@
+Drupal 7.7-dev, xxxx-xx-xx (development version)
+----------------------
+
+
+Drupal 7.6, 2011-07-27
+----------------------
+- Fixed support for remote streamwrappers.
+- AJAX now binds to 'click' instead of 'mousedown'.
+- 'Translatable' flag on fields created in UI now defaults to FALSE, to match those created via the API.
+- Performance enhancement to permissions page on large numbers of permissions.
+- More secure password generation.
+- Fix for temporary directory on Windows servers.
+- run-tests.sh now uses proc_open() instead of pcntl_fork() for better Windows support.
+- Numerous upgrade path fixes.
+- Numerous documentation fixes.
+- Numerous notice fixes.
+- Numerous fixes to improve PHP 5.4 support.
+- Numerous RTL improvements.
+
Drupal 7.5, 2011-07-27
----------------------
- Fixed security issue (Access bypass), see SA-CORE-2011-003.
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index e9837da30..d6d30fd2c 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -8,7 +8,7 @@
/**
* The current system version.
*/
-define('VERSION', '7.5');
+define('VERSION', '7.7-dev');
/**
* Core API compatibility.