Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarolyn MacLeod2007-05-30 20:57:33 +0000
committerCarolyn MacLeod2007-05-30 20:57:33 +0000
commitc2cef1887502376e51b459f200a23f38e168b2fd (patch)
tree1f542db4c55bc8f275d1118db8cd7a9b8e9aa471
parent52ff68e0ac086701551c8c0f3b36fff0b7b1fdea (diff)
downloadeclipse.platform.swt-c2cef1887502376e51b459f200a23f38e168b2fd.tar.gz
eclipse.platform.swt-c2cef1887502376e51b459f200a23f38e168b2fd.tar.xz
eclipse.platform.swt-c2cef1887502376e51b459f200a23f38e168b2fd.zip
v3345 for I20070531-0010
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java2
-rwxr-xr-xbundles/org.eclipse.swt/buildnotes_swt.html13
2 files changed, 14 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java b/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java
index a0ce773266..809df2a228 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java
@@ -22,7 +22,7 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- static int MINOR_VERSION = 344;
+ static int MINOR_VERSION = 345;
/**
* SWT revision number (must be >= 0)
diff --git a/bundles/org.eclipse.swt/buildnotes_swt.html b/bundles/org.eclipse.swt/buildnotes_swt.html
index 0d67f4d0f3..52fc8a388b 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -11,6 +11,19 @@
Eclipse Platform Build Notes<br>
SWT</h1>
+<h2> SWT Build 3.3 045 - Thursday May 31, 2007 </h2>
+<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
+<blockquote>
+173559 - Javadoc for GC methods requiring advanced graphics
+<br>178758 - SWT.MOVEMENT_* needs better Javadoc
+<br>185862 - AIX 5.3 motif - Characters above \u007f show as "iso8859" in some swt widgets
+<br>189465 - Browser can crash on RHEL3 if xulrunner is present (motif only)
+<br>189862 - Link to wrong file on Snippets page
+<br>189960 - [browser] executing window.print() does not print
+<br>189970 - GC drawImage fails on bidi + icon + double buffered
+<br>190033 - add library build support for s390
+</blockquote>
+
<h2> SWT Build 3.3 044g - Friday May 25, 2007 </h2>
<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
<blockquote>

Back to the top