commit 60acc4d4e0a5e9f3c47b920c82e85fad271e5b89 Author: Erinn Clark erinn@torproject.org Date: Mon Dec 3 16:17:40 2012 +0000
update changelog and minor version for alpha bundles --- build-scripts/linux-alpha.mk | 2 +- build-scripts/osx-alpha.mk | 2 +- build-scripts/windows-alpha.mk | 2 +- changelog.linux-2.4 | 6 ++++++ changelog.osx-2.4 | 6 ++++++ changelog.windows-2.4 | 6 ++++++ 6 files changed, 21 insertions(+), 3 deletions(-)
diff --git a/build-scripts/linux-alpha.mk b/build-scripts/linux-alpha.mk index a08466b..ca3a362 100644 --- a/build-scripts/linux-alpha.mk +++ b/build-scripts/linux-alpha.mk @@ -15,7 +15,7 @@
## Architecture ARCH_TYPE=$(shell uname -m) -BUILD_NUM=1 +BUILD_NUM=2 PLATFORM=Linux
## Build machine specific settings diff --git a/build-scripts/osx-alpha.mk b/build-scripts/osx-alpha.mk index 3c1e050..665ce4a 100644 --- a/build-scripts/osx-alpha.mk +++ b/build-scripts/osx-alpha.mk @@ -15,7 +15,7 @@
## Architecture ARCH_TYPE=i386 -BUILD_NUM=1 +BUILD_NUM=2 PLATFORM=MacOS
## Set OSX-specific backwards compatibility options diff --git a/build-scripts/windows-alpha.mk b/build-scripts/windows-alpha.mk index ead5b9b..7f4ba1d 100644 --- a/build-scripts/windows-alpha.mk +++ b/build-scripts/windows-alpha.mk @@ -13,7 +13,7 @@ ### Configuration ### #####################
-BUILD_NUM=1 +BUILD_NUM=2 PLATFORM=Windows
## Location of required libraries diff --git a/changelog.linux-2.4 b/changelog.linux-2.4 index 7472eb1..314cf68 100644 --- a/changelog.linux-2.4 +++ b/changelog.linux-2.4 @@ -1,3 +1,9 @@ +Tor Browser Bundle (2.4.6-alpha-2); suite=linux + + * Update Makefiles to use the right changelogs and READMEs + + -- Erinn Clark erinn@torproject.org Mon Dec 3 16:13:47 GMT 2012 + Tor Browser Bundle (2.4.6-alpha-1); suite=linux
* Initial release diff --git a/changelog.osx-2.4 b/changelog.osx-2.4 index d5d1234..f822f4e 100644 --- a/changelog.osx-2.4 +++ b/changelog.osx-2.4 @@ -1,3 +1,9 @@ +Tor Browser Bundle (2.4.6-alpha-2); suite=osx + + * Update Makefiles to use the right changelogs and READMEs + + -- Erinn Clark erinn@torproject.org Mon Dec 3 16:13:43 GMT 2012 + Tor Browser Bundle (2.4.6-alpha-1); suite=osx
* Initial release diff --git a/changelog.windows-2.4 b/changelog.windows-2.4 index 33de3b1..2a18e45 100644 --- a/changelog.windows-2.4 +++ b/changelog.windows-2.4 @@ -1,3 +1,9 @@ +Tor Browser Bundle (2.4.6-alpha-2); suite=windows + + * Update Makefiles to use the right changelogs and READMEs + + -- Erinn Clark erinn@torproject.org Mon Dec 3 16:13:45 GMT 2012 + Tor Browser Bundle (2.4.6-alpha-1); suite=windows
* Initial release
tor-commits@lists.torproject.org