v. 0.6.0.1 (2012-06-04)
	* Complete deboostification.
	* Depend on any version of libconfig to enable ubuntu build.
v. 0.6.0 (2012-06-02)
	* EEG Microcontinuity lite.
	* ScoringFacility: show power spectrum.
	* ScoringFacility: implement SaveMontageAsSVG.
	* ScoringFacility: Autoscale on profiles.
	* Use libconfig instead of boost, eat less fat.
	* Also use libconfig for montage files (which would easily crash
	  on garbage).
	* Use libunique to prevent multiple application instances running.
	* Fix Ubuntu build which uses --as-needed.
	* Many smaller fixes and UI tweaks.

v. 0.5.90 (2012-04-08)
	* Groundwork for EEG microcontinuity (not there yet, slated for 0.6).
	* Artifact window type and factor are no longer saved in EDF
	  sidecar file.
	* Autoscale profiles on measurements overview.
	* Purge any mention of 'MVT' score.
	* More accurate dnd and scan_tree behaviour wrt incorrectly placed
	  EDF sources, and more informative diagnostics.
	* Fixed a couple of access-after-free in edf header parser.
	* Fixed a segfault resulting when AZAmendment1 is in effect.
	* Avoid unnecessary tree rescan on operating freq change on
	  measurement overview.
	* Buildable with g++-4.7.

v. 0.5.3.1 (2012-02-22)
	* edfhed: one more pedantic fix (error_t to int) to enable hurd-i386 build.
v. 0.5.3 (2012-02-21)
	* Flip pages when extending selection in ScoringFacility.
	* Hypnogram alt (coloured) view.
	* Don't crash on invalid row selected in GlobalAnnotations dialog.
	* edfhed: implement useful options -R, -T and -t.
	* edfhed: one pedantic fix (error_t to int) to enable hurd-i386 build.

v. 0.5.2 (2012-02-05)
	* ModelrunFacility: add controls to highlight sleep stages.
	* ModelrunFacility: add option to smooth empirical SWA.
	* Add colour buttons for timeline day and night.
	* edfhed can set fields now.
	* Safely handle no-baseline conditions when scanning tree.

v. 0.5.1.1 (2012-01-22)
	* debian: enable dh_autoreconf.
v. 0.5.1 (2012-01-17)
	* Fix channel enumeration, don't crash on non-10-20 ones.
	* More accurate sorting of channels (now all channels appear
	  nicely in Scoring Facility).
	* Provide aghermann.ebuild (in gentoo dir after make dist-bzip2).
	* Other assorted fixes and code refactoring.
	* Fix operating freq range in Experiment.tar.bz2, now 2-3 Hz.
	* Don't sed glade files in install-data-hook (fixes emerge).

v. 0.5.0 (2012-01-10)
	* Fix crashes in Export Signal and a host of less critical fixes.
	* More accurate display and interpolation for power profiles.
	* Put checkboxes for amendments onto Modelrun Facility toolbar.
	* Update SWA profile on Measurements overview tab to reflect any
	  changes after artifact marking in scoring facility.
	* Implement simulation batch run.
	* Rewrite custom score import, fix it wrt unequal page count in
	  file vs hypnogram.
	* Preserve tried model runs in simulations overview (after
	  switching tabs).
	* Assign correct channel/freq. range values when re-opening
	  a previously obtained model run.

v. 0.4.4 (2012-01-03)
	* Fix multiple AZAmendment1-related issues in modelrun facility.
	* 'ClearAll' button on Simulations tab (for lack of better
	  handling of obtained modruns).
	* Prettier text widgets in modelrun facility; a more informative log.
v. 0.4.3.5 (2011-12-30)
	* debian/copyright: add attribution for src/libexstrom/exstrom.hh.
v. 0.4.3.4 (2011-12-30)
	* debian/control: fill out build-depends.
v. 0.4.3.3 (2011-12-25)
	* configure.in: a more accurate test for C++0x features we require
	  of host g++.
	* debian/*: many housekeeping fixes.
v. 0.4.3.2 (2011-12-20)
	* libsigfile.so now an internal library (make lintian well pleased).
v. 0.4.3.1 (2011-12-10)
	* Use AC_OPENMP, fix compile breakage on non-smp hosts.
v. 0.4.3 (2011-12-07)
	* Don't produce .so files for internal libraries
	  (libsigfile.so remains).
	* edf.cc: fix one (non-fatal) -Wuninitialized.
	* Fixes per lintian warnings.
	* Use precompiled headers.
	* Introduce MIME type 'application/x-edf' and bind edfhed-gtk to it.
	* Correct zero-based day ticks in measurements overview.

v. 0.4.2 (2011-11-25)
	* Use native fftw threads instead of custom omp code.
	* Arrange expdesign controls into Main menu, with new items "Global notch
	  filter" and "Global montage reset".
	* Fix export of modrun results.
	* Fix disappearing modruns.
	* Don't forget to close edf files (else we hit open files limit
	  after a couple tree rescans).
	* Split edf-handling code from libaghcore into libedf (no edf+ yet).

v. 0.4.1 (2011-11-08)
	* Fix finding prev artifact-containing page.
	* Make preview reversible in ICA, along with other improvements.
	* Notch filters; filters now properly saved.
	* Scoring facility: Re-enable "Accept and take next" menu item.

v. 0.4.0 (2011-10-31)
	* Independent Component Analysis using itpp routines.
	* Scoring facility: show "current" channel.
	* Menu item "Reset montage" (from main measurements overview).
	* simulations-parametrs tab: androidesque explanatory labels for
	  amendment check boxes.
	* scoring-facility: Display current score on montage.
	* scoring-facility: Mark annotated regions on hypnogram.

v. 0.3.5 (2011-10-13)
	* (Hidden) configure option to select main floating point type
	  used in ui (TFloat; mainly to test it works both with double and
	  float).
	* Fix issues with menus in scoring facility.
	* Bring back to life EMG profile.
	* Smooth PSD profile.
	* Groundwork for ICA.

v. 0.3.4 (2011-10-02):
	* General purpose annotations (not those stored in EDF+ files,
	  which are not yet supported).
	* edfhed: make it a simple terminal-only EDF header viewer.
	* edfhed-gtk: provide a .desktop entry; detect whether it is
	  invoked from a terminal or via a menu, and act reasonably
	  accordingly.
	* man: add simple man pages for all executables.
	* debian/control: change priority to Optional.
	* rescan_tree: grey out when any scoring facilities are open to
	  prevent segfaults.
	* delete zero-length ancillary dot files.
	* routine bugfixes.

v. 0.3.3 (2011-09-09):
	* Experiment.tar.bz2: Sample dataset at
	  johnhommer.com/academic/code/aghermann, and a button to automate
	  download on first start.

Major changes going from 0.2.x to 0.3 were:
	* the move to pure C++;
	* move to Gtk3;
	* unified scoring facility signal view on a single drawing area.

Changes from 0.1 to 0.2 (2010):
	* use STL (those were really dark ages before this!);
	* thoroughly reengineer the class tree;
	* eventually use cairo for all drawing;
	* mmap large files;
	* use fftw rather than hand-written code which I suspected of
	  out-of-range memory access, but never understood sufficiently to
	  fix anyway;
	* use libresample and some borrowed code from exstrom.com for
	  gentle curves.
