Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

Commit

Permalink
prep 0.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-medeiros committed Feb 7, 2014
1 parent 04c74bf commit eefe73a
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion org.dsource.ddt-base-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.dsource.ddt-base"
label="%featureName"
version="0.9.0.qualifier"
version="0.9.1.qualifier"
provider-name="%providerName"
plugin="org.dsource.ddt.ide.ui">

Expand Down
2 changes: 1 addition & 1 deletion org.dsource.ddt-base-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>org.dsource.ddt-base</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

</project>
18 changes: 9 additions & 9 deletions org.dsource.ddt-feature/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion org.dsource.ddt-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.dsource.ddt"
label="%featureName"
version="0.9.0.qualifier"
version="0.9.1.qualifier"
provider-name="%providerName"
plugin="org.dsource.ddt.ide.ui">

Expand Down
2 changes: 1 addition & 1 deletion org.dsource.ddt-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>org.dsource.ddt</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

</project>
2 changes: 1 addition & 1 deletion org.dsource.ddt.dtool/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion org.dsource.ddt.dtool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>org.dsource.ddt.dtool</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.9.1-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions org.dsource.ddt.ide.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion org.dsource.ddt.ide.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>org.dsource.ddt.ide.core</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
2 changes: 1 addition & 1 deletion org.dsource.ddt.ide.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion org.dsource.ddt.ide.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>org.dsource.ddt.ide.ui</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>

0 comments on commit eefe73a

Please sign in to comment.