1.3.M05 (2011-03-24)
--------------------
o Added support for HA and backup on Windows.
o Updated index API documentation.
o Fixed a bug in graph-algo that could produce invalid path.
o Fixed a bug in HA that could prevent election of new master.

1.3.M04 (2011-03-10)
--------------------
o A database can now contain 32 billion nodes/relationships and 64 billion properties.
o Backup (and HA since using that feature) disabled when run on Windows).
o Minor bug fixes in ShortestPath in graph-algo.
o Many test issues for Windows resolved.
o Some bug fixes in lucene-index regarding batch insertion (numeric values and memory usage).

1.3.M03 (2011-02-24)
--------------------
o Added optimized (compressed) storage for short strings.
o Incremental and full backups can now be performed over the network (configurable port) using backup tool.
o Added some more convenient Index#remove methods.

1.3.M02 (2011-02-10)
--------------------
o Fixed some problems in HA regarding full replication and master election.
o Moved communication layer of HA into a new component (neo4j-com).
o Removed dependency on shell.
o Improved backup support to be able to take full backups and not only incremental ones.
o Fixed a bug in lucene index (when performing recovery).

1.3.M01 (2011-01-27)
--------------------

o Full online backup (no need to copy store files before hand) in HA and general support for requests with unlimited size.
o A couple of bugs fixed in lucene index.
o More memory efficient handling of transaction streams (extracting and applying).
o New 'eval' shell command which lets you execute JavaScript on the database.

1.2 (2010-12-29)
----------------

-New components since 1.1:
o neo4j-ha, providing High Availability (first in 1.2.M05)
o neo4j-management, JMX support moved to its own component (first in 1.2.M03)
o lucene-index, an integrated index API (first in 1.2.M02)
o udc, Usage Data Collector (first in 1.2.M01)

1.2.M05 (2010-12-02)
--------------------

-New components
o neo4j-ha, providing high availability

-Important changes
o new Evaluator interface improves the traversal API
o support for index hit scores in neo4j-lucene-index
o index caching support added to BatchInserter
o integrated index is now supported by the shell

1.2.M04 (2010-11-18)
--------------------

-Important changes
o added more configuration options to neo4j-lucene-index
o generating javadocs for all components automatically to components.neo4j.org/{component-name}
o Added ImpermanentGraphDatabase to aid in testing in neo4j-kernel

1.2.M03 (2010-11-04)
--------------------

o Monitoring/management over JMX was moved to the new neo4j-management component.
o Added ability to get the name and configuration of existing integrated indexes.

1.2.M02 (2010-10-21)
--------------------

-New components
o Lucene index, an implementation of the integrated index framework
  using lucene as backend. Planned to replace current index service.

-Important changes
o Fixed shutdown issue regarding UDC leaving a thread running.
o A new index framework integrated into the kernel API.
o Getting relationships is faster due to less cache lookups.

1.2.M01 (2010-10-08)
--------------------

-New components
o Udc

-Important changes
o Index:
   - Lucene version upgraded to 3.0.1
o Shell:
   - Apps discoverable with service locator
   - Added read-only mode on server
   - 'host' and 'config' options
o Graph-algo:
   - Find paths of certain length
o Kernel:
   - Lower memory footprint
   - Higher throughput/concurrency for reads
   - Common interface for loading kernel extensions (f.ex. shell)

1.1 (2010-07-29)
----------------

-New components
o Graph-algo
o Online-backup

1.0 (2010-02-16)
----------------

-Initial components
o Kernel
o Index
o Remote-graphdb
o Shell
