Version 0.0.5 (2013-10-03) ========================== Another fixed-version release. What's new: shell/git: git_get_remote_url git_get_current_branch_name git_get_branch_list git_create_branch git_checkout fork: fork() atfork() log: logging facilities error: finalizers and error handling filesystem: create_temporary_directory join_path normalize_path rm_tree testing/decorators.lua: temporary_directory temporary_package_path http: some utility code to work with HTTP dsl: some utilities to work with embedded DSLs process: retry_n_times Changes: shell/git: git_load_config and git_config_get_remote_url are deprecated make.sh: add --no-restart option lua-aplicado/shell: add command output to error message add stderr to stdout redirect to passthrough lua-aplicado/shell/luarocks: redirect stderr for luarocks_show_rock_dir rockspec: no longer depending on lua-getdate added missing luasec dependency filesystem: Change lfs.* to posix.* Throw errors in find_all_files() Version 0.0.4 (2012-04-16) ========================== Fourth fixed-version release Changes and improvements: etc/list-exports/config.lua: header added make.sh: fix Version 0.0.3 (2012-04-04) ========================== Third fixed-version release Changes and improvements: new pre-commit hook Bug fixes: removed trailing spaces Version 0.0.2 (2012-02-14) ========================== Second fixed-version release New stuff: shell: dumb ad-hoc code to work with sh-like shell shell/remote: dumb ad-hoc code to work with sh-like shells remotely shell/luarocks: dumb ad-hoc code to work with luarocks shell/remote_luarocks: dumb ad-hoc code to work with luarocks remotely shell/git: dumb ad-hoc code to work with git shell/send_email: dumb ad-hoc code to send e-mails with sendmail filesystem: load_all_files_with_curly_placeholders, is_directory, does_file_exist, splitpath, get_filename_from_path, get_extension csv: basic code to convert csv-data to lua table expat: xml_convert_lom: converts lxp.lom result to human readable table random: random_seed_from_string Changes and improvements: filesystem: load_all_files: enhanced error reporting remove_recursively: new optional parameter to force file removal do_atomic_op_with_file: "..." handling added, now uses xpcall instead of pcall, io.open flags changed from a+ to r+ chunk_inspector: added globals check inside subfunctions. Bug fixes: filesystem: find_all_files: fixed error handling Version 0.0.1 (2010-09-12) ========================== First fixed-version release