GLAME version 0.6.2:
====================
Bugs and feature enhancements include:
- fixed swapfile fsck bug that causes lots of unused storage to be
  left around
- fixed SIGSEGVs in LADSPA plugin handler
- new pan2 plugin, repeat plugin usability enhancement
- more sophisticated LADSPA plugin GUIs
- ask before closing the waveedit window, if files were modified
- scrolling during play is now optional
- filter applying may now (optionally) change size and use multi-channel
  plugins such as LADSPA freeverb

GLAME version 0.6.1:
====================
Lots of bugs have been fixed since 0.6.0, additionally the following
new features were added:
- new normalize plugin with nifty GUI
- samplerate entry in audio I/O preferences section
- complete french/german translation of program messages

GLAME version 0.6.0:
====================
Lots of things have happened since the last stable release 0.4.2,
amongst them are:
- import and export dialogs
- waveedit is capable of undo/redo (to a user-configurable extend),
  redrawing is interactive now, no more stalling on redraw
- largely reworked filternetwork editors with new features like
  grouping, collapse/expand, copying and more MVC like parameter
  setting
- scheme console from within the GUI
- preliminary timeline view
- toolbars for accessing frequent used operations
- user-configurable powerful keybinding infrastructure
- localization has started (german and french for now)
- networks have run-time configurable latency
- non-filter like operations on whole tracks, normalize and fade
- real-time adjustment of parameters

GLAME version 0.4.2:
====================
Bugfix stable release of GLAME. Changes since 0.4.0:
- two major bugs were fixed in the swapfile backend which could
  lead to corrupted swapfiles (and GLAME panicing)
- minor bugfixes and enhancements
- some new plugins and icons

GLAME version 0.4.0:
====================
The second stable release of GLAME - finally. Changes since 0.4.0beta:
- lots of bugfixes
- lots of cosmetic fixes to the GUI that greatly enhance usability
  (such as adding "native" support for playback and recording)
- updated documentation and on-line help

GLAME version 0.4.0beta:
========================
Feature freeze and bug squashing phase. The GUI has been
largely rewritten and extended. Changes since 0.2.0:
- filter backend rewrite
- new midlayer for handling the swapfile and its
  metadata transparently (not scripted yet)
- LADSPA plugin support
- more and better plugins
- one central GUI for filter network and wave stuff
- full featured filter network widget
- swapfile viewing widget as basis for the
- wave viewing and editing widget

GLAME version 0.3.4:
====================
Again a development phase. Many things changed between
0.2.0 and 0.3.4:
- filter backend rewrite which results in
  * out of sync documentation
  * cleaner parameter handling
  * notifiers for GUI and the like
- plugins more flexible, LADSPA plugin support
- GUI has support for pipe parameters, more nice
  context menus

GLAME version 0.2.0:
====================
Not much has changed since the last prerelease apart
from bugfixes and documentation updates.

GLAME version 0.2.0-pre2:
=========================
- usable filternetwork GUI - src/gui/glame
- usable console UI - src/cglame
- the glame midlayer which supports
  * plugins
  * scripting (using guile)
- the filternetwork backend which supports
  * threading, i.e. pipelined processing of all data
  * feedback inside the network does work
  * zero-copy operation inside and between filters
- the swapfile backing store

