From fb8fb8706e0d60cee8ec2ae12a73d99c3f15c0bc Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Tue, 7 Sep 2010 13:18:31 -0700 Subject: [PATCH] Update the change log for the tools and sdk. Change-Id: I4e1a779aafd1a658858a00d9706bd679b6621aeb --- changes.txt | 9 +++++++++ eclipse/changes.txt | 8 ++++++++ 2 files changed, 17 insertions(+) diff --git a/changes.txt b/changes.txt index 721d152da..4fe7cd347 100644 --- a/changes.txt +++ b/changes.txt @@ -1,5 +1,14 @@ Change log for Android SDK Tools. +Revision 8: +- New SDK component: platform-tools. This makes all platform use the same + latest version of aapt/aidl/dx. +- Support for true debug build. No need to change the value of debuggable in + the Android Manifest. + "ant debug" will automatically insert debuggable==true, while "ant release" + will not. + + Revision 7: - Support for Ant rules provided by the Tools components (override the one in the platform component) diff --git a/eclipse/changes.txt b/eclipse/changes.txt index 661faeb74..081965336 100644 --- a/eclipse/changes.txt +++ b/eclipse/changes.txt @@ -1,3 +1,11 @@ +8.0.0 +- New version number scheme following the SDK Tools revision number. +- Support for true debug build. No need to change the value of debuggable in + the Android Manifest. + Incremental build will automatically insert debuggable==true while using + the "export signed/unsigned application package" will not. + + 0.9.8: - New Action "Rename Application Package" (under the "Android Tools" contextual menu) will do a full application package refatoring. - Fixed issue with library project names containing characters that aren't compatible with Eclipse path variable. The link between the main project and the library would fail to create. -- 2.11.0