Update of /cvsroot/jsmooth/jsmooth
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv12230
Modified Files:
Changelog
Log Message:
fixed some dates
Index: Changelog
===================================================================
RCS file: /cvsroot/jsmooth/jsmooth/Changelog,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** Changelog 7 Apr 2007 09:51:50 -0000 1.31
--- Changelog 7 Apr 2007 10:33:11 -0000 1.32
***************
*** 5,8 ****
--- 5,12 ----
- Fixed bug #1694136: Typos in strings
- Added welcome panel
+ - Fixed bug relative to the jvm bundle selection when enabled but
+ no directory was defined
+ - Added destination directory parameter in ant task (as suggested
+ in http://sourceforge.net/mailarchive/message.php?msg_name=20050920090245.99697.qmail%40web53103.mail.yahoo.com)
0.9.9-3 (2007-04-03)
***************
*** 42,46 ****
- Updated the documentation w/ arguments mngmt
! 0.9.8
- Fixed the classpath in JRE1.2+ VM DLL instanciation
- Added a jvm.dll search when the location is not defined in the
--- 46,50 ----
- Updated the documentation w/ arguments mngmt
! 0.9.8 (2007-02-20)
- Fixed the classpath in JRE1.2+ VM DLL instanciation
- Added a jvm.dll search when the location is not defined in the
***************
*** 59,63 ****
- Fixes some issues with JVM1.1 process-spawning
! 0.9.7
- Changed the GUI: now it uses l2f-common and does not rely on the
netbeans' form editor to build the interfaces. This is a major
--- 63,67 ----
- Fixes some issues with JVM1.1 process-spawning
! 0.9.7 (2004-03-16)
- Changed the GUI: now it uses l2f-common and does not rely on the
netbeans' form editor to build the interfaces. This is a major
***************
*** 69,73 ****
launched in debug mode.
! 0.9.6
- Now the JVM look-up method also takes the installed JDK into
account (not only the installed JRE)
--- 73,77 ----
launched in debug mode.
! 0.9.6 (2004-03-06)
- Now the JVM look-up method also takes the installed JDK into
account (not only the installed JRE)
***************
*** 86,90 ****
- fixed bug #880439 (Jvm search from environment variables)
! 0.9.5
- ! Made the jar embedding optional. Now, one can choose to
include or not a jar file in the exe. If the jar is not included,
--- 90,94 ----
- fixed bug #880439 (Jvm search from environment variables)
! 0.9.5 (2003-11-23)
- ! Made the jar embedding optional. Now, one can choose to
include or not a jar file in the exe. If the jar is not included,
***************
*** 105,109 ****
- Fixed the README file
! 0.9.4
- ! Added Ant Task support
- ! Added Command Line compiler
--- 109,113 ----
- Fixed the README file
! 0.9.4 (2003-09-23)
- ! Added Ant Task support
- ! Added Command Line compiler
***************
*** 120,124 ****
properties
! 0.9.3
- Added Java Properties management in JSmoothGen
- Added variable management for java properties in wrappers
--- 124,128 ----
properties
! 0.9.3 (2003-09-13)
- Added Java Properties management in JSmoothGen
- Added variable management for java properties in wrappers
***************
*** 140,148 ****
- Fixed issue with parameter string ending with a backslash.
! 0.9.2 (5 Sept 2003)
- Fixed a bug that prevented jsmoothgen to compile if the JIMI API
is not in the path
! 0.9.1 (03 Sept 2003)
- Added the Console Wrapper
- Fixed a bug on the Windowed Wrapper (java.exe was called instead of javaw.exe)
--- 144,152 ----
- Fixed issue with parameter string ending with a backslash.
! 0.9.2 (2003-09-05)
- Fixed a bug that prevented jsmoothgen to compile if the JIMI API
is not in the path
! 0.9.1 (2003-09-03)
- Added the Console Wrapper
- Fixed a bug on the Windowed Wrapper (java.exe was called instead of javaw.exe)
***************
*** 151,155 ****
- Fixed several minor bugs
! 0.9 (28 Aug 2003)
- First public release
- Window Wrapper available
\ No newline at end of file
--- 155,159 ----
- Fixed several minor bugs
! 0.9 (2003-08-31)
- First public release
- Window Wrapper available
\ No newline at end of file
|