From eefe73a9b19fb76fb2680c62ad5257cb8fc026c4 Mon Sep 17 00:00:00 2001 From: Bruno Medeiros Date: Fri, 7 Feb 2014 16:29:16 +0000 Subject: [PATCH] prep 0.9.1 release --- org.dsource.ddt-base-feature/feature.xml | 2 +- org.dsource.ddt-base-feature/pom.xml | 2 +- org.dsource.ddt-feature/changelog.txt | 18 +++++++++--------- org.dsource.ddt-feature/feature.xml | 2 +- org.dsource.ddt-feature/pom.xml | 2 +- org.dsource.ddt.dtool/META-INF/MANIFEST.MF | 2 +- org.dsource.ddt.dtool/pom.xml | 2 +- org.dsource.ddt.ide.core/META-INF/MANIFEST.MF | 4 ++-- org.dsource.ddt.ide.core/pom.xml | 2 +- org.dsource.ddt.ide.ui/META-INF/MANIFEST.MF | 2 +- org.dsource.ddt.ide.ui/pom.xml | 2 +- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/org.dsource.ddt-base-feature/feature.xml b/org.dsource.ddt-base-feature/feature.xml index 1b302d89e..6354c2139 100644 --- a/org.dsource.ddt-base-feature/feature.xml +++ b/org.dsource.ddt-base-feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/org.dsource.ddt-base-feature/pom.xml b/org.dsource.ddt-base-feature/pom.xml index cb5912372..360baa316 100644 --- a/org.dsource.ddt-base-feature/pom.xml +++ b/org.dsource.ddt-base-feature/pom.xml @@ -11,7 +11,7 @@ org.dsource.ddt-base - 0.9.0-SNAPSHOT + 0.9.1-SNAPSHOT eclipse-feature diff --git a/org.dsource.ddt-feature/changelog.txt b/org.dsource.ddt-feature/changelog.txt index 349ccaaff..27816bab6 100644 --- a/org.dsource.ddt-feature/changelog.txt +++ b/org.dsource.ddt-feature/changelog.txt @@ -2,18 +2,18 @@ = DDT Change Log = -== DDT 0.9.1 === - * UI cleanup: "Interpreter Container" now named "D Standard Library" - * Fixed issue #20: GDC incluce/d/*/ library location layout not recognized - * Fixed issue #36: Editor/parser doesn't recognize new operator's nested class instantiation syntax. - * Updated UserGuide documentation: added info for debugging, Code Templates, Auto-Indent. Restructured sections and updated/removed old info. +== DDT 0.9.1 (2014-02-07) === + * Added debug hover to D editor. When a CDT debug session is active, this hover presents detailed info for the variable under the cursor, similar to the Variables view. + * Added D 2.064 support for eponymous template shortcut syntax for alias and enum. + * Added D 2.064 support for the package.d import rule. ([https://github.com/bruno-medeiros/DDT/issues/33 #33]) * Fixed bug: working directory option of a D launch configuration not honored when run in debug mode. * Fixed bug: environment variables non-append option of a D launch configuration not honored. - * Fixed some potential issues related to debugging occurring unless the user had full CDT manually installed. + * Fixed some potential issues related to debugging occurring unless the user had full CDT feature manually installed. + * Fixed [https://github.com/bruno-medeiros/DDT/issues/20 #20]: GDC `incluce/d/*/` library location layout not recognized + * Fixed [https://github.com/bruno-medeiros/DDT/issues/36 #36]: Editor/parser doesn't recognize `new` operator's nested class instantiation syntax. * Cleaned up the behavior and labels of D Application launch configuration dialog. - * Added debug hover to editor. Will present variables info of currently running session. - * Added D 2.064 package.d import rule. - * Added D 2.064 alias and enum eponymous template shortcut syntax. + * UI cleanup: "Interpreter Container" now named "D Standard Library" + * Updated UserGuide documentation: added info for debugging, Code Templates, Auto-Indent. Restructured sections and updated/removed old info. == DDT 0.9.0 (2013-11-14) == * Issue #13: Added integrated debugging support, using CDT's GDB debugger integration. Supports: diff --git a/org.dsource.ddt-feature/feature.xml b/org.dsource.ddt-feature/feature.xml index 3527c78c1..83c0bea6e 100644 --- a/org.dsource.ddt-feature/feature.xml +++ b/org.dsource.ddt-feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/org.dsource.ddt-feature/pom.xml b/org.dsource.ddt-feature/pom.xml index 30257a3cd..18c308811 100644 --- a/org.dsource.ddt-feature/pom.xml +++ b/org.dsource.ddt-feature/pom.xml @@ -11,7 +11,7 @@ org.dsource.ddt - 0.9.0-SNAPSHOT + 0.9.1-SNAPSHOT eclipse-feature diff --git a/org.dsource.ddt.dtool/META-INF/MANIFEST.MF b/org.dsource.ddt.dtool/META-INF/MANIFEST.MF index 39a8e56cd..405165346 100644 --- a/org.dsource.ddt.dtool/META-INF/MANIFEST.MF +++ b/org.dsource.ddt.dtool/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.dsource.ddt.dtool;singleton:=true -Bundle-Version: 0.8.1.qualifier +Bundle-Version: 0.9.1.qualifier Bundle-Vendor: %pluginProvider Bundle-Localization: plugin Bundle-ActivationPolicy: lazy diff --git a/org.dsource.ddt.dtool/pom.xml b/org.dsource.ddt.dtool/pom.xml index 4ae1c34df..cbdf9393e 100644 --- a/org.dsource.ddt.dtool/pom.xml +++ b/org.dsource.ddt.dtool/pom.xml @@ -11,7 +11,7 @@ org.dsource.ddt.dtool - 0.8.1-SNAPSHOT + 0.9.1-SNAPSHOT eclipse-test-plugin diff --git a/org.dsource.ddt.ide.core/META-INF/MANIFEST.MF b/org.dsource.ddt.ide.core/META-INF/MANIFEST.MF index afaf6a9df..8f0cddde4 100644 --- a/org.dsource.ddt.ide.core/META-INF/MANIFEST.MF +++ b/org.dsource.ddt.ide.core/META-INF/MANIFEST.MF @@ -2,13 +2,13 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.dsource.ddt.ide.core;singleton:=true -Bundle-Version: 0.9.0.qualifier +Bundle-Version: 0.9.1.qualifier Bundle-Vendor: %pluginProvider Bundle-Activator: mmrnmhrm.core.DeeCore Bundle-Localization: plugin Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.7 -Require-Bundle: org.dsource.ddt.dtool;bundle-version="[0.8.1,0.9.0)";visibility:=reexport, +Require-Bundle: org.dsource.ddt.dtool;bundle-version="[0.9.1,0.10.0)";visibility:=reexport, org.eclipse.core.runtime;bundle-version="3.6.0", org.eclipse.core.resources;bundle-version="3.6.0", org.eclipse.core.filebuffers;bundle-version="3.5.0", diff --git a/org.dsource.ddt.ide.core/pom.xml b/org.dsource.ddt.ide.core/pom.xml index 1e14f53de..954cd158c 100644 --- a/org.dsource.ddt.ide.core/pom.xml +++ b/org.dsource.ddt.ide.core/pom.xml @@ -11,7 +11,7 @@ org.dsource.ddt.ide.core - 0.9.0-SNAPSHOT + 0.9.1-SNAPSHOT eclipse-plugin \ No newline at end of file diff --git a/org.dsource.ddt.ide.ui/META-INF/MANIFEST.MF b/org.dsource.ddt.ide.ui/META-INF/MANIFEST.MF index cb4370130..b3c9242d2 100644 --- a/org.dsource.ddt.ide.ui/META-INF/MANIFEST.MF +++ b/org.dsource.ddt.ide.ui/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-Vendor: %pluginProvider Bundle-SymbolicName: org.dsource.ddt.ide.ui;singleton:=true -Bundle-Version: 0.9.0.qualifier +Bundle-Version: 0.9.1.qualifier Bundle-Activator: org.dsource.ddt.ui.DeeUIPlugin Bundle-Localization: plugin Bundle-ActivationPolicy: lazy diff --git a/org.dsource.ddt.ide.ui/pom.xml b/org.dsource.ddt.ide.ui/pom.xml index 0d2fd7c23..515a4db0d 100644 --- a/org.dsource.ddt.ide.ui/pom.xml +++ b/org.dsource.ddt.ide.ui/pom.xml @@ -11,7 +11,7 @@ org.dsource.ddt.ide.ui - 0.9.0-SNAPSHOT + 0.9.1-SNAPSHOT eclipse-plugin