Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-02-25 | Prepare releaseOTP_R16B | Erlang/OTP | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-29 | Prepare releaseOTP_R16A_RELEASE_CANDIDATE | Erlang/OTP | |
2013-01-09 | Fix some FOP warnings | Hans Bolinder | |
Examples overflowing the width of PDF pages have been fixed. The remaining warnings are due to table cells, and require more work. | |||
2012-09-21 | [reltool] Use application name from .app file instead of directory name | Siri Hansen | |
In the first traversal of library directories, reltool used only the directory names in order to figure out application names. This would succeed if the directory name was AppName only or AppName-AppVsn and AppVsn consisted of integers separated by dots only. If the AppVsn has any other format, then reltool would not find the correct application name. With this commit, reltool will first look for a .app file and use the .app file name as the application name. This will allow different formats of the version identifier in the directory name. Note that reltool can still not sort (and select the latest) amongst version identifiers of other format than integers separated by dots. | |||
2012-09-11 | [reltool] Allow incl_cond=derived on module level | Siri Hansen | |
According to documentation it should be allowed to set incl_cond=include|exclude|derived, but if set to derived on module level, reltool_server would crash. This has been corrected. | |||
2012-09-03 | Prepare releaseOTP_R15B02 | Erlang/OTP | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-29 | Merge branch 'ta/docsmaint' into maint | Henrik Nord | |
* ta/docsmaint: Fix various doc typos for R15B02 Fix various code typos for R15B02 OTP-10245 | |||
2012-08-20 | [reltool] Add documentation for option 'excl_lib' | Siri Hansen | |
2012-07-05 | Fix various doc typos for R15B02 | Tuncer Ayaz | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-04-01 | Prepare releaseOTP_R15B01 | Erlang/OTP | |
2012-03-22 | [reltool] Add configuration parameter lib_dir on application level | Siri Hansen | |
As a way of specifying one specific version of an application, the following configuration parameter is added on application level: {lib_dir,Dir}, Dir = string() This can be useful if the parent directory of the application directory is not suitable to use as a lib dir on system level. | |||
2012-03-19 | [reltool] Fix type spec and doc for app() and mod() | Siri Hansen | |
OTP-9792 Also correct documentation of reltool:install/2: first argument is RelName, not Server. | |||
2011-12-12 | Prepare release | Erlang/OTP | |
2011-12-07 | Merge branch 'siri/reltool/doc-rootdir-recommendataion/OTP-9742' | Siri Hansen | |
* siri/reltool/doc-rootdir-recommendataion/OTP-9742: Add recommendation about RootDir parameter to reltool:eval_target_spec/3 | |||
2011-12-05 | Fix typo in reltool(3) | Tuncer Ayaz | |
2011-12-05 | Add recommendation about RootDir parameter to reltool:eval_target_spec/3 | Siri Hansen | |
2011-10-27 | Remove unused */doc/src/make.dep files | Björn Gustavsson | |
These dependency files was once used when building the documentation, but are no longer needed. | |||
2011-10-04 | Prepare releaseOTP_R14B04 | Erlang/OTP | |
2011-05-24 | Prepare releaseOTP_R14B03 | Erlang/OTP | |
2011-03-14 | Prepare releaseOTP_R14B02 | Erlang/OTP | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2010-07-26 | Correct a couple of reltool documentation errors | Tuncer Ayaz | |
Fix typos and other errors. | |||
2010-06-11 | reltool release | Dan Gudmundsson | |
2010-04-22 | Make some cleanups | Håkan Mattsson | |
2010-04-19 | Removed spurious CDATA in documentation | Håkan Mattsson | |
2010-04-19 | Automatically include applications that must be started | Håkan Mattsson | |
Applications that are required to be started before other applications according to their app-file are now automatically included in the release. The kernel and stdlib applications are automatically included. | |||
2010-04-19 | Add function to return status about the configuration | Håkan Mattsson | |
It is called reltool:get_status/1. The API functions in reltool that may take PidOrOptions as input and actually gets Options does now print out the warnings. | |||
2010-04-19 | Created escript for simplified usage from makefiles | Håkan Mattsson | |
2010-02-15 | ** Empty commit message ** | Håkan Mattsson | |
2010-02-10 | OTP-8057 Removed spurious documentation files. | Håkan Mattsson | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |