diff --git a/extra/jheidi/etc/bin-client-autoupdater b/extra/jheidi/etc/bin-client-autoupdater index 9eae4fe2..7ae40c41 100755 --- a/extra/jheidi/etc/bin-client-autoupdater +++ b/extra/jheidi/etc/bin-client-autoupdater @@ -1,9 +1,9 @@ app=jHeidi -version=Alpha 3.6 -timestamp=20081123000000 +version=Alpha 4 +timestamp=20081229000000 url=http://heidisql.com/jheidi/files/autoupdater/bin/jheidi-bin-autoupdater processKey=jheidi libPath=lib propPath=. -releaseNotes=jHeidi Alpha 3.6 Release Notes\n=====================================\n\nfix more unquoted strings\nfix more unquoted db and table names\nfix unquoted db and field name\nreplace references to non worker initTree\nfix non escaped db name\ndont process unneeded events\nadd status tab to host info\nparent message boxes correctly on multiple monitors systems\nfinally get rid of console scrolling bug\nmove waitoperation string into the worker\nmake data tab loader a worker\nremove slow simulation\nshow loading messages\ndetect long running workers even on initial startup\nhandle refresh for workers properly\nset wait message in worker\nget wait message from worker\nfix threading issues with the JIT compile\ndecrease class load times slightly\nmake tree init a worker\nmake host info script a worker\nfix refresh\nchange refresh to use new worker stuff\nonly bail if the worker is done on longRunningTask, already running must always run\ndont run detector if worker is cancelled immediately\nignore events we dont care about\nchange to new worker params\nrefactor workers to get rid of anon-inners and make workers smarter\nmake devmode only compile when necessary\nset reaper as daemon thread\nfix duplicate worker invocations\ncomment out slow motion simulation\nfix refresh args\nadd better refresh handling\nremove info logging\nfix sql logging db\nfix cache not flushing on refresh\nfix classpath\nsadly handle race condition\ndiff said there was a diff show checking in\nget rid of synchronization and use only the first thread to watchdog the workers let others complete\nfix longrunning task detector interrupts\nfix NPE\nfix NPEs and key the progress waiter so that only one runs per query\nfix corruption due to using nonEDT thread\nfix null pointer\nmake table tab data load asynch in case of long running op\nhandle case where worker is already running\nadd handling for lazy updates and cancelation\nupdate lib with new status bar code\nallow preload code for when a task is long running but not finished\nPut all execution in try block so that stop button will be reset in case of unsucessful connection\nget rid of ununsed condition\nAdd cut copy paste right click menus to editors\nadd popup support\nvarious lib enhancements\nadd conditions to wireevents\ndont flush the cache on refresh if the user is just refreshing the processes tab\nfix bogus args passed to worker\nfix problem with db not showing after host tab selected\nfix overly generous perms\nfix bogus worker cancellation\nupdate ajl lib\nadd worker runoptions\nadd on cancel to kill statement\nupdate ajl lib\nadd run button enable disable\nadd cancel handler\nget rid of blank pixel\nadd ability to cancel JDBC statement on user queries not just the swing \nworker\nfix conn cleanup\nupdate ajl.jar\nfix whitespace\nmake scripts actually work\nadd a key for workers so multiple workers of the same type can be \nlaunched without canceling a worker in progress for a different query\nmoved exe peer code to SystemUtil\nuse a real message loop instead of just handling WM_PAINT messages this finally gets rid of hourglass\nsrc for mutex exe\nupdate version\nstart message loop quicker\ntab changes\nonly create mutex on first invocation\nupdate ajl.jar\nimplement mutex for windows tasklist\ncopy mutex stub to dist dir\nadd bin dir to windows install\nget rid of ExecWait since it puts an ugly hourglass up when launching jHeidi\nadd mutex stub app for windows tasklist\nremove old exe\nuse unix zip to keep perms\nadd chmods for linux builds\nupdate for alpha 3.5\nupdate to v alpha 3.5\nremove jps replace with tasklist\nprepare for MySQL 5.1 bugs\nMake nsis launcher parent to java.exe\nlatest autoupdater\nremove compile warnings\nchange highlite color\nfix search text on windows\nfix compile errors\nupdate ajl jar\ndont use cache for some queries\nfix script file name\nfix refresh\nmake refresh worker aware\nuse non-cached data for dialogs\ncache enhancements\nremove unused script\nflush show tables from cache on create\nflush show databases from cache on create\nexclude from caching\nadd ability to flush individual results\nenable drop table and drop db on selection only\nexclude user queries from caching\nmake refresh button flush DB cache\nfix cache flush\nturn on DB result cache\nremove outdated comment\nupdate ajl jar\nremove unused file\nmake user queries asynch\nfix handling of multiple overlapping tasks\nfix startup state of toolbar buttons\nupdate ajl jar \nadd wires for query toolbar buttons\nenable/disable table toolbar buttons\nremove sysout\nadd support for component wiring\nadded wireevent support and DB changes\ncleanup classes dir when building libs\nget rid of clone use copy constructor\nremove 3 second test delay\nfix insets issue\nupdate ajl jar\nhandle when the worker is cancelled vs done\nmake show table status asynch\nadd generic progress indicator to status bar\nadd better error handling\nfix broken classpath\nfix bogus timestamps\nfix incorrect filename\nadd startEDT in the launch script\n +releaseNotes=jHeidi Alpha 4 Release Notes\n=====================================\n\nadd basic oracle support\n\n jar=autoupdater.jar diff --git a/extra/jheidi/etc/osx-client-autoupdater b/extra/jheidi/etc/osx-client-autoupdater index 33be4b63..d74fccda 100755 --- a/extra/jheidi/etc/osx-client-autoupdater +++ b/extra/jheidi/etc/osx-client-autoupdater @@ -1,10 +1,10 @@ app=jHeidi -version=Alpha 3.6 -timestamp=20081123000000 +version=Alpha 3.4 +timestamp=20081229000000 url=http://heidisql.com/jheidi/files/autoupdater/osx/jheidi-osx-autoupdater processKey=Launch restartCommand=../../MacOS/JavaApplicationStub libPath=lib propPath=. -releaseNotes=jHeidi Alpha 3.6 Release Notes\n=====================================\n\nfix more unquoted strings\nfix more unquoted db and table names\nfix unquoted db and field name\nreplace references to non worker initTree\nfix non escaped db name\ndont process unneeded events\nadd status tab to host info\nparent message boxes correctly on multiple monitors systems\nfinally get rid of console scrolling bug\nmove waitoperation string into the worker\nmake data tab loader a worker\nremove slow simulation\nshow loading messages\ndetect long running workers even on initial startup\nhandle refresh for workers properly\nset wait message in worker\nget wait message from worker\nfix threading issues with the JIT compile\ndecrease class load times slightly\nmake tree init a worker\nmake host info script a worker\nfix refresh\nchange refresh to use new worker stuff\nonly bail if the worker is done on longRunningTask, already running must always run\ndont run detector if worker is cancelled immediately\nignore events we dont care about\nchange to new worker params\nrefactor workers to get rid of anon-inners and make workers smarter\nmake devmode only compile when necessary\nset reaper as daemon thread\nfix duplicate worker invocations\ncomment out slow motion simulation\nfix refresh args\nadd better refresh handling\nremove info logging\nfix sql logging db\nfix cache not flushing on refresh\nfix classpath\nsadly handle race condition\ndiff said there was a diff show checking in\nget rid of synchronization and use only the first thread to watchdog the workers let others complete\nfix longrunning task detector interrupts\nfix NPE\nfix NPEs and key the progress waiter so that only one runs per query\nfix corruption due to using nonEDT thread\nfix null pointer\nmake table tab data load asynch in case of long running op\nhandle case where worker is already running\nadd handling for lazy updates and cancelation\nupdate lib with new status bar code\nallow preload code for when a task is long running but not finished\nPut all execution in try block so that stop button will be reset in case of unsucessful connection\nget rid of ununsed condition\nAdd cut copy paste right click menus to editors\nadd popup support\nvarious lib enhancements\nadd conditions to wireevents\ndont flush the cache on refresh if the user is just refreshing the processes tab\nfix bogus args passed to worker\nfix problem with db not showing after host tab selected\nfix overly generous perms\nfix bogus worker cancellation\nupdate ajl lib\nadd worker runoptions\nadd on cancel to kill statement\nupdate ajl lib\nadd run button enable disable\nadd cancel handler\nget rid of blank pixel\nadd ability to cancel JDBC statement on user queries not just the swing \nworker\nfix conn cleanup\nupdate ajl.jar\nfix whitespace\nmake scripts actually work\nadd a key for workers so multiple workers of the same type can be \nlaunched without canceling a worker in progress for a different query\nmoved exe peer code to SystemUtil\nuse a real message loop instead of just handling WM_PAINT messages this finally gets rid of hourglass\nsrc for mutex exe\nupdate version\nstart message loop quicker\ntab changes\nonly create mutex on first invocation\nupdate ajl.jar\nimplement mutex for windows tasklist\ncopy mutex stub to dist dir\nadd bin dir to windows install\nget rid of ExecWait since it puts an ugly hourglass up when launching jHeidi\nadd mutex stub app for windows tasklist\nremove old exe\nuse unix zip to keep perms\nadd chmods for linux builds\nupdate for alpha 3.5\nupdate to v alpha 3.5\nremove jps replace with tasklist\nprepare for MySQL 5.1 bugs\nMake nsis launcher parent to java.exe\nlatest autoupdater\nremove compile warnings\nchange highlite color\nfix search text on windows\nfix compile errors\nupdate ajl jar\ndont use cache for some queries\nfix script file name\nfix refresh\nmake refresh worker aware\nuse non-cached data for dialogs\ncache enhancements\nremove unused script\nflush show tables from cache on create\nflush show databases from cache on create\nexclude from caching\nadd ability to flush individual results\nenable drop table and drop db on selection only\nexclude user queries from caching\nmake refresh button flush DB cache\nfix cache flush\nturn on DB result cache\nremove outdated comment\nupdate ajl jar\nremove unused file\nmake user queries asynch\nfix handling of multiple overlapping tasks\nfix startup state of toolbar buttons\nupdate ajl jar \nadd wires for query toolbar buttons\nenable/disable table toolbar buttons\nremove sysout\nadd support for component wiring\nadded wireevent support and DB changes\ncleanup classes dir when building libs\nget rid of clone use copy constructor\nremove 3 second test delay\nfix insets issue\nupdate ajl jar\nhandle when the worker is cancelled vs done\nmake show table status asynch\nadd generic progress indicator to status bar\nadd better error handling\nfix broken classpath\nfix bogus timestamps\nfix incorrect filename\nadd startEDT in the launch script\n +releaseNotes=jHeidi Alpha 4 Release Notes\n=====================================\n\nadd basic oracle support\n\n jar=autoupdater.jar diff --git a/extra/jheidi/etc/win-client-autoupdater b/extra/jheidi/etc/win-client-autoupdater index 23f8ce96..cc83940a 100755 --- a/extra/jheidi/etc/win-client-autoupdater +++ b/extra/jheidi/etc/win-client-autoupdater @@ -1,10 +1,10 @@ app=jHeidi -version=Alpha 3.6 -timestamp=20081123000000 +version=Alpha 4 +timestamp=20081229000000 url=http://heidisql.com/jheidi/files/autoupdater/win/jheidi-win-autoupdater restartCommand=jheidi.exe processKey=jheidi.exe libPath=lib propPath=. -releaseNotes=jHeidi Alpha 3.6 Release Notes\n=====================================\n\nfix more unquoted strings\nfix more unquoted db and table names\nfix unquoted db and field name\nreplace references to non worker initTree\nfix non escaped db name\ndont process unneeded events\nadd status tab to host info\nparent message boxes correctly on multiple monitors systems\nfinally get rid of console scrolling bug\nmove waitoperation string into the worker\nmake data tab loader a worker\nremove slow simulation\nshow loading messages\ndetect long running workers even on initial startup\nhandle refresh for workers properly\nset wait message in worker\nget wait message from worker\nfix threading issues with the JIT compile\ndecrease class load times slightly\nmake tree init a worker\nmake host info script a worker\nfix refresh\nchange refresh to use new worker stuff\nonly bail if the worker is done on longRunningTask, already running must always run\ndont run detector if worker is cancelled immediately\nignore events we dont care about\nchange to new worker params\nrefactor workers to get rid of anon-inners and make workers smarter\nmake devmode only compile when necessary\nset reaper as daemon thread\nfix duplicate worker invocations\ncomment out slow motion simulation\nfix refresh args\nadd better refresh handling\nremove info logging\nfix sql logging db\nfix cache not flushing on refresh\nfix classpath\nsadly handle race condition\ndiff said there was a diff show checking in\nget rid of synchronization and use only the first thread to watchdog the workers let others complete\nfix longrunning task detector interrupts\nfix NPE\nfix NPEs and key the progress waiter so that only one runs per query\nfix corruption due to using nonEDT thread\nfix null pointer\nmake table tab data load asynch in case of long running op\nhandle case where worker is already running\nadd handling for lazy updates and cancelation\nupdate lib with new status bar code\nallow preload code for when a task is long running but not finished\nPut all execution in try block so that stop button will be reset in case of unsucessful connection\nget rid of ununsed condition\nAdd cut copy paste right click menus to editors\nadd popup support\nvarious lib enhancements\nadd conditions to wireevents\ndont flush the cache on refresh if the user is just refreshing the processes tab\nfix bogus args passed to worker\nfix problem with db not showing after host tab selected\nfix overly generous perms\nfix bogus worker cancellation\nupdate ajl lib\nadd worker runoptions\nadd on cancel to kill statement\nupdate ajl lib\nadd run button enable disable\nadd cancel handler\nget rid of blank pixel\nadd ability to cancel JDBC statement on user queries not just the swing \nworker\nfix conn cleanup\nupdate ajl.jar\nfix whitespace\nmake scripts actually work\nadd a key for workers so multiple workers of the same type can be \nlaunched without canceling a worker in progress for a different query\nmoved exe peer code to SystemUtil\nuse a real message loop instead of just handling WM_PAINT messages this finally gets rid of hourglass\nsrc for mutex exe\nupdate version\nstart message loop quicker\ntab changes\nonly create mutex on first invocation\nupdate ajl.jar\nimplement mutex for windows tasklist\ncopy mutex stub to dist dir\nadd bin dir to windows install\nget rid of ExecWait since it puts an ugly hourglass up when launching jHeidi\nadd mutex stub app for windows tasklist\nremove old exe\nuse unix zip to keep perms\nadd chmods for linux builds\nupdate for alpha 3.5\nupdate to v alpha 3.5\nremove jps replace with tasklist\nprepare for MySQL 5.1 bugs\nMake nsis launcher parent to java.exe\nlatest autoupdater\nremove compile warnings\nchange highlite color\nfix search text on windows\nfix compile errors\nupdate ajl jar\ndont use cache for some queries\nfix script file name\nfix refresh\nmake refresh worker aware\nuse non-cached data for dialogs\ncache enhancements\nremove unused script\nflush show tables from cache on create\nflush show databases from cache on create\nexclude from caching\nadd ability to flush individual results\nenable drop table and drop db on selection only\nexclude user queries from caching\nmake refresh button flush DB cache\nfix cache flush\nturn on DB result cache\nremove outdated comment\nupdate ajl jar\nremove unused file\nmake user queries asynch\nfix handling of multiple overlapping tasks\nfix startup state of toolbar buttons\nupdate ajl jar \nadd wires for query toolbar buttons\nenable/disable table toolbar buttons\nremove sysout\nadd support for component wiring\nadded wireevent support and DB changes\ncleanup classes dir when building libs\nget rid of clone use copy constructor\nremove 3 second test delay\nfix insets issue\nupdate ajl jar\nhandle when the worker is cancelled vs done\nmake show table status asynch\nadd generic progress indicator to status bar\nadd better error handling\nfix broken classpath\nfix bogus timestamps\nfix incorrect filename\nadd startEDT in the launch script\n +releaseNotes=jHeidi Alpha 4 Release Notes\n=====================================\n\nadd basic oracle support\n\n jar=autoupdater.jar