From f0bc3d925d7ecd8de146642f98d8336fb8015979 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sat, 18 Jun 2011 22:02:40 +0000 Subject: [PATCH 1/4] Bump dependencies of Common and DBAL to 2.1.0RC1 --- lib/vendor/doctrine-common | 2 +- lib/vendor/doctrine-dbal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/vendor/doctrine-common b/lib/vendor/doctrine-common index f87ee1be5..565674b9b 160000 --- a/lib/vendor/doctrine-common +++ b/lib/vendor/doctrine-common @@ -1 +1 @@ -Subproject commit f87ee1be5113a4a594827731dd1f5647cfc288fc +Subproject commit 565674b9b376edbc5e31070e91fd85ea6dbd5d60 diff --git a/lib/vendor/doctrine-dbal b/lib/vendor/doctrine-dbal index 0a9943872..f2c150d19 160000 --- a/lib/vendor/doctrine-dbal +++ b/lib/vendor/doctrine-dbal @@ -1 +1 @@ -Subproject commit 0a99438729e59bcb5262b22c06c782de4dfacbb0 +Subproject commit f2c150d194af4ac846362ef8c6bf002402ed5f63 From c6746d4a4a0b66bd7eeb8a2118dd3a786d88f753 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sat, 18 Jun 2011 22:07:14 +0000 Subject: [PATCH 2/4] Merge 2.0.x build.xml changes into master build.xml --- build.xml | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/build.xml b/build.xml index e4c138ef6..e9d2115f0 100644 --- a/build.xml +++ b/build.xml @@ -100,6 +100,9 @@ + + + @@ -166,7 +169,7 @@ script Doctrine/Common/ Doctrine/DBAL/ - Symfony/Component/Yaml/ + Symfony/Component/Yaml/ Symfony/Component/Console/ @@ -188,9 +191,12 @@ - - - + + + + + + @@ -205,11 +211,10 @@ - + - @@ -232,7 +237,7 @@ - bin + bin/ Doctrine/Common/ Doctrine/DBAL/ Doctrine/ORM/ @@ -255,7 +260,7 @@ - bin + bin/ Doctrine/Common/ Doctrine/DBAL/ Doctrine/ORM/ @@ -268,4 +273,5 @@ - \ No newline at end of file + + From 054ac220ac8c24eaeea082aeb4efa06d33318930 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sat, 18 Jun 2011 22:08:37 +0000 Subject: [PATCH 3/4] Release 2.1.0RC1 --- lib/Doctrine/ORM/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/ORM/Version.php b/lib/Doctrine/ORM/Version.php index 002e28930..ac5e7463e 100644 --- a/lib/Doctrine/ORM/Version.php +++ b/lib/Doctrine/ORM/Version.php @@ -36,7 +36,7 @@ class Version /** * Current Doctrine Version */ - const VERSION = '2.1.0BETA2-DEV'; + const VERSION = '2.1.0RC1'; /** * Compares a Doctrine version with the current one. From 197744a57fc3cdc6ee58083fa48aaea37453cb37 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sat, 18 Jun 2011 22:08:52 +0000 Subject: [PATCH 4/4] Bump Dev Version to 2.1.0RC2-DEV --- lib/Doctrine/ORM/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/ORM/Version.php b/lib/Doctrine/ORM/Version.php index ac5e7463e..7041ecf03 100644 --- a/lib/Doctrine/ORM/Version.php +++ b/lib/Doctrine/ORM/Version.php @@ -36,7 +36,7 @@ class Version /** * Current Doctrine Version */ - const VERSION = '2.1.0RC1'; + const VERSION = '2.1.0RC2-DEV'; /** * Compares a Doctrine version with the current one.