Mifos v1.1.x Release Notes

Target audience: Mifos specialists.

These release notes contain important information about the Mifos project release version 1.1 and higher (version 1.1.x). In addition to an overview of the major changes since the previous major release (1.0), known limitations and bugs and other information are addressed here. Be sure to read this document before you begin using Mifos.

Release History

Prerequisites

Hardware and software requirements are covered in the install guide, included with the version 1.1.x release package.

Major Changes for 1.1.x

New Features

Install-time Configuration

Configuration of Mifos has changed dramatically since version 1.0. See Configuring Mifos for details.

Connection Pooling

It is recommended that connection pooling be enabled for all Mifos instances (development, test, production). If you have an existing my.hibernate.properties file, modify it by adding the following lines:

hibernate.c3p0.acquire_increment=1 
hibernate.c3p0.idle_test_period=100 
hibernate.c3p0.max_size=20
hibernate.c3p0.max_statements=0 
hibernate.c3p0.min_size=5 
hibernate.c3p0.timeout=100

See the Hibernate manual for more information.

Known Issues

Deployment isolation

There have been unconfirmed reports that deploying multiple instances of Mifos inside the same Tomcat installation may cause problems. We advise isolating deployments by only deploying a single instance of Mifos inside a single installation of Tomcat until further notice.

Browser Requirements

Mifos v1.1.x only supports IE 6.0. There are many known firefox bugs and we do not recommend using firefox with this release.

Filed in the Issue Tracker

List of known bugs at the time of release

`Current list of known bugs <https://mifos.dev.java.net/issues/buglist.cgi?issue_type=DEFECT&issue_type=ENHANCEMENT&issue_type=FEATURE&issue_type=TASK&issue_type=PATCH&component=mifos&issue_status=NEW&issue_status=STARTED&issue_status=REOPENED&email1=&emailtype1=exact&emailassigned_to1=1&email2=&emailtype2=exact&emailreporter2=1&issueidtype=include&issue_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=&short_desc_type=fulltext&long_desc=&long_desc_type=fulltext&issue_file_loc=&issue_file_loc_type=fulltext&status_whiteboard=&status_whiteboard_type=fulltext&keywords=Patch&keywords_type=notokens&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&order=Reuse+same+sort+as+last+time&Submit+query=Submit+query>`_.

Fixed Issues

Use the following links to see which issues were fixed in Mifos version 1.1.0 and 1.1.4:

Acknowledgements

The project owners would like to thank those who have been actively involved in the Mifos community. Your code contributions, ideas, documentation assistance and testing have been extremely helpful in moving the project forward.

A big thanks to the entire Mifos community!