Add Audio category to .desktop file.
Bump version to 1.5.1rc1.
Version 1.5.0.
Refresh translation files.
Update NEWS.
Don't use a LASH internal function.
Use g_malloc_n instead of g_malloc where possible.
Fix memory leak in plugin_new.
Remove unused variables and dead stores.
Remove some commented-out code.
Close the ALSA sequencer when exiting.
Rework rack save/load code to avoid type errors.
Add .gitignore.
Update COPYRIGHT_MESSAGE based on Git history.
Remove GNOME 2 support.
Make the rack file parser more robust.
Use zlib for reading and writing rack files.
Use pkg-config to find lrdf.
Add libraries directly to LIBS and CFLAGS.
Make libxml2 mandatory.
Don't use deprecated gtk_set_locale after GTK+ 2.24.
Remove the "Compiled with:" message.
Correct prototypes in plugin_desc.h.
Sort filename lists in Makefile.am files.
Modernise configure.ac.
Update gettext infrastructure to 0.25.1.
Add the GPLv2 version of COPYING.
jack-rack needs to link against libm and libdl.