| | 2 | |
| | 3 | * 2.1.5 to 2.1.6 upgrade: |
| | 4 | |
| | 5 | What had change: |
| | 6 | - sysconfdir isn't changed to .../etc/jabberd anymore |
| | 7 | - SASL backend is now GnuSASL by default with Cyrus as an alternative |
| | 8 | - configure.in was renamed to configure.ac |
| | 9 | - strndup() and timegm() implementations in subst/ |
| | 10 | - PATH_MAX definition added when necessary |
| | 11 | |
| | 12 | You need to explicitly set --sysconfdir with jabberd subdir if you want to. |
| | 13 | You need to --disable-gsasl and --enable-cyrus if you need to use Cyrus SASL. |
| | 14 | Remove all source dependant patches for missing functions if you have ones. |
| | 15 | |