New release v 1.2.5b and specific tools available for AXIGEN users Release Notes

Dear AXIGEN friends,

We would like inform you that we have released today AXIGEN version 1.2.5.
Also, we have placed on our web site a number of tools developed by our support team. These Python scripts for use with AXIGEN Command Line Interface (CLI) help you save time by automating a number of administration tasks.
We would be happy to have your feedback!

1. Main Issues Fixed in 1.2.5
2. Upgrading from a previous 1.2.x version
3. AXIGEN Tools now available on our website


1. Main Issues Fixed in 1.2.5

- CLI: Fixed a crash that was occurring in certain situations when queries to accounts and lists were made.
- Lists: Fixed a crash involving some rare requests to domain storage.

2. Upgrading from a previous 1.2.x version
- RPM package
rpm -Uvh axigen-1.2.5*.rpm

- Gentoo package
./prepare.sh
emerge axigen

- Slackware package
upgradepkg axigen-1.2.5*.tgz

- DEB and Ubuntu packages
dpkg -iG axigen_1.2.5*.deb

- OpenBSD packages:

for upgrading form 1.2.3 (or earlier) to 1.2.5:
pkg_add -r -F update ./axigen-1.2.5_1
cp `pkg_info -L partial-axigen | grep axigen.cfg` \
/var/axigen/run/axigen.cfg
pkg_delete partial-axigen-1.2.3_1

for upgrading from 1.2.4 to 1.2.5:
pkg_add -r -F update ./axigen-1.2.5_1

- FreeBSD/NetBSD packages (don't support the upgrade option):
Stop the AXIGEN daemon
Backup your /var/axigen/run/axigen.cfg configuration file
Uninstall axigen
pkg_delete axigen
Install the new version
pkg_add axigen-1.2.5_1.tgz
Restore your configuration file
Start the AXIGEN daemon

3. AXIGEN Tools now available on our website

Our support team has generated a number of Python scripts for use with AXIGEN Command Line Interface (CLI), which are meant to automate a number of tasks you may come across.