|
| 1 | +m2ee-tools 0.3.6.1, 19 Mar 2012 |
| 2 | + * m2ee-tools is python 2.4 compatible again (remove a conditional expression) |
| 3 | + * Add missing autosubscribe option in file logging example config |
| 4 | + * Use sys.exit() instead of exit() |
| 5 | + |
| 6 | +m2ee-tools 0.3.6, 9 Feb 2012 |
| 7 | + * Fix crash when message field in critical logmessage is not present |
| 8 | + |
| 9 | +m2ee-tools 0.3.5, 2 Jan 2012 |
| 10 | + * Fix: Remove leftover test code causing 'Caused by: bla' |
| 11 | + * Fix: if running the Mendix Runtime from source using eclipse, dont try |
| 12 | + to find where m2ee/runtime jars live |
| 13 | + * Fix: also put model lib into classpath when running Mendix from source |
| 14 | + |
| 15 | +m2ee-tools 0.3.4, 17 Oct 2011 |
| 16 | + * Fix MicroFlowConstants -> MicroflowConstants typo, which causes mf |
| 17 | + constants not to be recognized if put in custom section in m2ee.yaml |
| 18 | + Thanks to Jonathan van Alteren < [email protected]> |
| 19 | + |
| 20 | +m2ee-tools 0.3.3, 7 Sep 2011 |
| 21 | + |
| 22 | + * Fix nagios output: don't put status information in performance data |
| 23 | + section |
| 24 | + * Now compatible with 2.5.0 < Mendix <= 3.0.0-rc1 |
| 25 | + * Fix missing send_mime_types functionality (mime types were being ignored |
| 26 | + until now) |
| 27 | + * Stop application startup when sending configuration causes error messages |
| 28 | + * Add munin-config-cache, so munin_config will output last-known configuration, |
| 29 | + while munin_values won't output values. |
| 30 | + This prevents graphs from disappearing when an application is not running. |
| 31 | + * Improve feedback when "pid alive, m2ee does not respond": more verbose |
| 32 | + explanation; tell user to consider restarting the application process. |
| 33 | + |
| 34 | +m2ee-tools 0.3.2, unreleased |
| 35 | + |
| 36 | + * Fix string formatting issues |
| 37 | + * get_logged_in_user_names is now who or w |
| 38 | + |
| 39 | +m2ee-tools 0.3.1, 7 Jun 2011 |
| 40 | + |
| 41 | + * Fix string formatting error in restoredb error output |
| 42 | + * instead of all to stderr, log everything below ERROR to to stdout, |
| 43 | + log everything that's ERROR and more serious to stderr |
| 44 | + |
| 45 | +m2ee-tools 0.3.0, 30 May 2011 |
| 46 | + |
| 47 | + * Add help text explaining available commands |
| 48 | + * Add health check functionality |
| 49 | + * Integrate munin and nagios plugin into m2ee scripts. Yay! |
| 50 | + * Always use effective uid for os.path.expanduser (fixes issues with |
| 51 | + running as munin-plugin) |
| 52 | + * Don't read deprecated m2eerc-file if yaml version is present |
| 53 | + * Remove conditional expressions in command line argument processing |
| 54 | + because they make python 2.4 cry |
| 55 | + * Update Mendix copyright and license notices, cleanup third-party licenses |
| 56 | + * Implement sending monitoring_pass at startup |
| 57 | + * Cleanup pidfile handling and detection of running / not running |
| 58 | + * Implement setting output verbosity at startup using -v/-q |
| 59 | + * Use python logging module for logging instead of print statements |
| 60 | + * Refactored startup code |
| 61 | + * Add option to save ddl commands besides view/execute |
| 62 | + * Fix minute/month formatting typo in filenames for ddl/pg_dump output |
| 63 | + * Search for /etc/m2ee/m2ee.yaml and ~/.m2ee/m2ee.yaml by default, |
| 64 | + m2eerc-variants are now deprecated |
| 65 | + * Fallback to using sqlite3 binary via subprocess module when import sqlite3 |
| 66 | + fails (e.g. when running using python 2.4) |
| 67 | + * Add warning about using experimental profiling code in production |
| 68 | + * Add configuration file examples |
| 69 | + * Allow mxjar_repo to be a list of multiple locations |
| 70 | + |
| 71 | +m2ee-tools 0.2.3, 29 Mar 2011 |
| 72 | + |
| 73 | + * Prevent m2ee from hanging when the xas is unresponsive |
| 74 | + * Add preserve_environment and custom_environment |
| 75 | + * Prevent m2ee from hanging when the xas is unresponsive |
| 76 | + * Immediately write pid of jvm when available |
| 77 | + |
| 78 | +m2ee-tools 0.2.2, 17 Feb 2011 |
| 79 | + |
| 80 | + * Make psql/pg_dump/pg_restore to be used configurable |
| 81 | + * Add psql convenience command |
| 82 | + * Fix crash when trying to start before unpacking anything |
| 83 | + * Quick implementation of loglevel get/set FEATURE~~1111 |
| 84 | + |
| 85 | +m2ee-tools 0.2.1, 30 Nov 2010 |
| 86 | + |
| 87 | + * Call tail with -F instead of -f at log |
| 88 | + * Add agile request-profiler client |
| 89 | + * Add post-unpack-hook option |
| 90 | + * Let java itself search for .jar files in lib directories |
| 91 | + * Move java classpath after javaopts on command line |
| 92 | + * Changes for Mendix 2.5.0: |
| 93 | + - Don't automatically ask for creation of admin user (check was broken |
| 94 | + anyway). Calling create_admin_user manually is still possible. |
| 95 | + - Implement interactive update_admin_user action to allow reset of user |
| 96 | + account password, even when it's not 1. |
| 97 | + - Add get_logged_in_user_names and simple about action |
| 98 | + - Print (a maximum of 10) logged in users when executing status action |
| 99 | + - Include lib/userlib/* (jars) in the classpath as well |
| 100 | + * fix allow_destroy_db |
| 101 | + |
| 102 | +m2ee-tools 0.1.0, 11 May 2010 |
| 103 | + |
| 104 | + * Initial release |
0 commit comments