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

Commit 82adb6e

Browse files
Prep 0.12.1
1 parent 41aab47 commit 82adb6e

15 files changed

Lines changed: 19 additions & 17 deletions

File tree

documentation/ChangeLog.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
## release ChangeLog
22

33
### (NextVersion)
4-
* Fixed: when invoking toolchain programs, add tool directory to beginning of PATH, not end.
4+
5+
### 0.12.1
6+
* Go build now displays GOOS and GOARCH environment variables, if a non-default value is set.
7+
* Added UserGuide note about using Homebrew GDB in OS X.
8+
* Fixed: when invoking Go toolchain programs, add tool directory to beginning of PATH, not end.
59
* Fixed: In Linux, the "Build Target" group UI widget height is broken, too short. (#150)
610
* Fixed: if build tool reports many error messages, the Eclipse project build will take too long to finish.
7-
* Added UserGuide note about using Homebrew GDB in OS X.
811
* Fixed: "Run As"/"Debug As" launch shortcut incorrectly matching pre-existing launch configurations.
912
* Fixed: project not being refreshed when Build Target build invoked directly from Project Explorer.
1013
* Fixed: "null" text inserted when cancel pressed in "Variables..." and other dialogs.
11-
* Go build now displays GOOS and GOARCH environment variables, if a non-default value is set.
1214
* Fixed: Launch Configuration Main tab fields incorrectly modified when a new Build Target is selected (if Build Target is not using defaults)
1315

1416

feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="goclipse_feature"
44
label="GoClipse"
5-
version="0.12.0.qualifier"
5+
version="0.12.1.qualifier"
66
provider-name="The GoClipse Development Team"
77
plugin="com.googlecode.goclipse.ui">
88

feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<artifactId>goclipse_feature</artifactId>
14-
<version>0.12.0-SNAPSHOT</version>
14+
<version>0.12.1-SNAPSHOT</version>
1515
<packaging>eclipse-feature</packaging>
1616

1717
</project>

plugin_ide.core.tests/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-SymbolicName: com.googlecode.goclipse.core.tests;singleton:=true
4-
Bundle-Version: 0.12.0.qualifier
4+
Bundle-Version: 0.12.1.qualifier
55
Bundle-Name: com.googlecode.goclipse.core Tests
66
Fragment-Host: com.googlecode.goclipse.core
77
Bundle-RequiredExecutionEnvironment: JavaSE-1.8

plugin_ide.core.tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<artifactId>com.googlecode.goclipse.core.tests</artifactId>
14-
<version>0.12.0-SNAPSHOT</version>
14+
<version>0.12.1-SNAPSHOT</version>
1515
<packaging>eclipse-test-plugin</packaging>
1616

1717
<build>

plugin_ide.core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: GoClipse Core
44
Bundle-SymbolicName: com.googlecode.goclipse.core;singleton:=true
5-
Bundle-Version: 0.12.0.qualifier
5+
Bundle-Version: 0.12.1.qualifier
66
Bundle-Activator: com.googlecode.goclipse.Activator
77
Require-Bundle: org.junit;bundle-version="4.11.0";resolution:=optional,
88
org.eclipse.core.runtime;bundle-version="3.9.0";visibility:=reexport,

plugin_ide.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<artifactId>com.googlecode.goclipse.core</artifactId>
14-
<version>0.12.0-SNAPSHOT</version>
14+
<version>0.12.1-SNAPSHOT</version>
1515
<packaging>eclipse-plugin</packaging>
1616

1717
</project>

plugin_ide.debug/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: GoClipse Debug
44
Bundle-SymbolicName: com.googlecode.goclipse.debug;singleton:=true
5-
Bundle-Version: 0.12.0.qualifier
5+
Bundle-Version: 0.12.1.qualifier
66
Bundle-Localization: plugin
77
Bundle-Activator: com.googlecode.goclipse.debug.ui.GoDebugUI
88
Bundle-Vendor: The GoClipse Development Team

plugin_ide.debug/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<artifactId>com.googlecode.goclipse.debug</artifactId>
14-
<version>0.12.0-SNAPSHOT</version>
14+
<version>0.12.1-SNAPSHOT</version>
1515
<packaging>eclipse-plugin</packaging>
1616

1717
</project>

plugin_ide.ui.tests/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: UI Tests
44
Bundle-SymbolicName: com.googlecode.goclipse.ui.tests;singleton:=true
5-
Bundle-Version: 0.12.0.qualifier
5+
Bundle-Version: 0.12.1.qualifier
66
Fragment-Host: com.googlecode.goclipse.ui
77
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
88
Require-Bundle: org.junit;bundle-version="4.10.0",

0 commit comments

Comments
 (0)