Horde Application Framework 3.2.4 (Horde 3 branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Horde Application Framework 3.2.4 (Horde 3 branch)
# 1  
Old 01-27-2009
Horde Application Framework 3.2.4 (Horde 3 branch)

The Horde Application Framework is a modular, general-purpose Web application framework. It provides an extensive array of classes that are targeted at the common problems and tasks involved in developing modern Web applications. License: GNU Lesser General Public License (LGPL) Changes:
This is a security release that fixes unescaped output in the tag cloud block and closes a potential local file inclusion vulnerability. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
rel(5)								       Files								    rel(5)

NAME
rel - Release resource file DESCRIPTION
The release resource file specifies which applications are are included in a release (system) based on Erlang/OTP. This file is used by the functions in systools when generating start scripts ( .script , .boot ) and release upgrade files ( relup ). FILE SYNTAX
The release resource file should be called Name.rel . The .rel file contains one single Erlang term, which is called a release specification . The file has the following syntax: {release, {RelName,Vsn}, {erts, EVsn}, [{Application, AppVsn} | {Application, AppVsn, Type} | {Application, AppVsn, IncApps} | {Application, AppVsn, Type, IncApps}]}. * RelName = string() is the name of the release. * Vsn = string() is the version of the release. * EVsn = string() is the version of ERTS the release is intended for. * Application = atom() is the name of an application included in the release. * AppVsn = string() is the version of an application included in the release. * Type = permanent | transient | temporary | load | none is the start type of an application included in the release. If Type = permanent | transient | temporary , the application will be loaded and started in the corresponding way, see applica- tion(3erl) . If Type = load , the application will only be loaded. If Type = none , the application will be neither loaded nor started, although the code for its modules will be loaded. Defaults to permanent * IncApps = [atom()] is a list of applications that are included by an application included in the release. The list must be a subset of the included applications specified in the application resource file ( Application.app ) and overrides this value. Defaults to the empty list. Note: The list of applications must contain the kernel and stdlib applications. SEE ALSO
application(3erl), relup(5), systools(3erl) Ericsson AB sasl 2.1.9.3 rel(5)