Mifos Versions
Oldest version that we know of anyone running in production is mifos-war-r11364 (see Code Snapshots & Builds). The Grameen Koota Deployment was running this until roughly mid-June 2007.
The "Stabilizationpatch_bug fixes" version there is of unknown origin (non-subversion, maybe? Or older than 11364?) and is not recommended (in particular, it doesn't have the 11367 fix, see below).
Here are the changes from 11364 until 11412 (the last revision before the database versioning scheme started to get added; see Lookup Value Overwriting for some of the issues about that). Numbers which are skipped refer to changes in subversion but outside the mifos code (in the documents directory, generally).
11367: fix for performance bug which was a major issue for the Grameen Koota Deployment in June 2007 (made the application unusable beyond about 2 or so branches).
11368: cleanup
11369, 11370, 11371: Three changes to reports by arunkanabar. Not sure that upgrading the .war would get these changes.
11372 Query updated for dispaling Aging information.
11373 Query for dispalying Kendra manager,etc. modified.
11374, 11375: cleanups
11376: fix for issue 1272
11377, 11378, 11379, 11380, 11381: cleanups/tests
11382 looks like just a cleanup (change in description field in database, probably doesn't affect the application)
11383 When meeting of a center was changed, the cron job for changing the future installment dates for Loan was calculating dates from disbursement date. It has been corrected to generate from current date.…
11384, 11385, 11386: cleanups and tests.
11387: Added options 'Voucher' and 'Cheque' to the payment types. This adds those options to the database. Note Iteration15-DBScripts20061012.sql was changed (rather than a new .sql file added). If you are upgrading, you may need to manually add 4 rows to your database (two in the PAYMENT_TYPE table, and the two corresponding ones in the LOOKUP_VALUE_LOCALE table) - see Iteration15-DBScripts20061012.sql.
11388: cleanups
11390 by aditi_mohammedn on 20 November 2006, 01:09:46 -0800 (6 months ago) Configuration -- interest days for loan account and name sequence for client implemented. Interest days seems to be hardcoded to 365 before and after this patch (it just was intended to enable future code changes to make the choice of 360 or 365 configurable). Name sequence: see below.
11391: Configuration -- name sequence for client default implemention changed to first_name,middle_name,last_name,second_last_name. Didn't investigate this one as closely, but it doesn't seem like the order changes (for the Grameen Koota Deployment anyway).
11393: fix issues 1326 and 1329
11398: fix issues 1329,1330 (note 1329 was also mentioned in the last change)
11399: fix issue 907
11400, 11402, 11403, 11405, 11406: tests and cleanups. No known user-visible changes.
11407: fix issue 1199
11409,11410,11411,11412: tests and cleanups. No known user-visible changes.