[ANN] bzr 2.3.0 released !

vila v.ladeuil+lp at free.fr
Thu Feb 10 16:19:04 UTC 2011


>>>>> Eli Zaretskii <eliz at gnu.org> writes:

    >> From: vila <v.ladeuil+lp at free.fr>
    >> Date: Thu, 10 Feb 2011 14:41:05 +0100
    >> Cc: python-announce-list at python.org, bug-directory at gnu.org, info-gnu at gnu.org
    >> 
    >> 
    >> The Bazaar team is happy to announce availability of a new release of
    >> the bzr adaptive version control system.  Bazaar is part of the GNU
    >> system <http://gnu.org/>.
    >> 
    >> Thanks to everyone who contributed patches, suggestions, and feedback.
    >> 
    >> Bazaar is now available for download from
    >> https://launchpad.net/bzr/2.3/2.3.0 as a source tarball or packaged for
    >> various systems.

    > Thanks!

    > I installed it, and it looks great so far.

    > I have 2 questions after reading the "What's New" section of the docs:

    >  . It says that Texinfo version of the documentation is available, but
    >    I cannot find it anywhere: neither in the files installed by the
    >    Windows installer, nor in the source tarball, not even on the
    >    Bazaar site.  What did I miss?

A *beta* version only. Hmm, re-reading the section, I can see how
ambiguous it is, sorry about that :-/ 

The *tools* to produce a texinfo version of our documentation are
included.

But the *result* is not production-ready yet. We thought we may get more
feedback and help by including what is ready now.

Given the right dependencies installed (mainly sphinx), you can generate
it from source by doing:

  cd doc/en
  make texinfo

The related code is located in bzrlib/doc_generate/{builders,writers}
and the corresponding tests in
bzrlib/tests/doc_generate/{builders,writers}.

    >  . The documentation of the new -rmainline:X.Y.Z revisionspec
    >  confused me.  It is documented to "select the revision which
    >  merged the X.Y.Z revision into the mainline".  Let me see if I
    >  understand this correctly: assuming I have this from "bzr log
    >  -n0":

    >      103134: Glenn Morris 2011-02-05 [merge] Merge from emacs-23; up to r100454.
    >        99634.2.820: Glenn Morris 2011-02-05 * lisp/emacs-lisp/cl-macs.el (return-from): Fix doc typo.
    >        99634.2.819: Chong Yidong 2011-02-05 Last remaining doc additions required by 23.3.
    >        99634.2.818: Glenn Morris 2011-02-03 diary-lib.el fix for bug#7891.
    >        99634.2.817: Glenn Morris 2011-02-03 f90.el fix for bug#7919.
    >        99634.2.816: Glenn Morris 2011-02-03 * doc/emacs/custom.texi (Variables): Fix typo.
    >        99634.2.815: Michael Albinus 2011-02-03 * tramp.texi (Frequently Asked Questions): Mention problems with WinSSHD.

    >    is the intent that I can say "-r mainline:99634.2.818" to get
    >    at 103134?

Yes. Or '-r mainline:tag:bzr-2.3.0'.

     Vincent




     Vincent



More information about the bazaar mailing list