On Nov 25, 2010, at 3:25 PM, Michael Ploujnikov wrote:

> Is the README (https://github.com/jwiegley/ledger/blob/
> eda6cbd0146d371653feec70e0eb3ee4e4c56379/README.textile) still correct
> about the designation of the branches? I'm confused as to the
> difference between current and beta. Also, it doesn't feel natural
> that maint is a beta branch while master is the current (stable)
> release since master is the latest. Have these meanings been changed?

It is no longer correct.  'maint' is the current release version
(2.6.2 or 2.6.3?) and 'master' is the current beta, while 'next' is
the current alpha.

However, as strange as it may sound, the beta is far more stable
than the current release version.  This is because it has a much
better design under the hood, takes advantage of Boost to make
C++ more safe, and has significantly more testing.

John

Reply via email to