| 1 | arm4 -- History of visible changes. |
|---|
| 2 | |
|---|
| 3 | Copyright (C) 2005i-2006, David Carter <dcarter@arm4.org> |
|---|
| 4 | See the end for copying conditions. |
|---|
| 5 | |
|---|
| 6 | Please send arm4 bug reports to dcarter@arm4.org. |
|---|
| 7 | |
|---|
| 8 | Version 0.3 |
|---|
| 9 | |
|---|
| 10 | The primary purpose of this release is to remove the need for |
|---|
| 11 | the APR library. This has many purposes, including conflicts |
|---|
| 12 | between applications using the library, such as Apache, and the |
|---|
| 13 | lack of flexibility it provides. |
|---|
| 14 | |
|---|
| 15 | Additionally, there have been changes to the database format, so |
|---|
| 16 | old versions of the database will no longer be usable. This will |
|---|
| 17 | probably continue until the release transitions to at least beta |
|---|
| 18 | versions. |
|---|
| 19 | |
|---|
| 20 | The arm4_daemon program has been significantly enhanced. It now |
|---|
| 21 | runs in the background as a daemon should, and can configure |
|---|
| 22 | itself to run as a non-root user. It resides in $prefix/sbin |
|---|
| 23 | instead of $prefix/bin. |
|---|
| 24 | |
|---|
| 25 | Finally, the base of a reporting system has been established |
|---|
| 26 | using the xmlrpc-c library. |
|---|
| 27 | |
|---|
| 28 | New requirements: |
|---|
| 29 | xmlrpc-c |
|---|
| 30 | |
|---|
| 31 | Obsoleted requirements: |
|---|
| 32 | APR |
|---|
| 33 | APR-util |
|---|
| 34 | |
|---|
| 35 | ------------------------------------------------------- |
|---|
| 36 | Copying information: |
|---|
| 37 | |
|---|
| 38 | Copyright (C) 2005i-2006, David Carter <dcarter@arm4.org> |
|---|
| 39 | |
|---|
| 40 | Permission is granted to anyone to make or distribute verbatim copies |
|---|
| 41 | of this document as received, in any medium, provided that the |
|---|
| 42 | copyright notice and this permission notice are preserved, |
|---|
| 43 | thus giving the recipient permission to redistribute in turn. |
|---|
| 44 | |
|---|
| 45 | Permission is granted to distribute modified versions |
|---|
| 46 | of this document, or of portions of it, |
|---|
| 47 | under the above conditions, provided also that they |
|---|
| 48 | carry prominent notices stating who last changed them. |
|---|
| 49 | |
|---|