[ANNOUNCE] Branch libreoffice-4-1 created

Petr Mladek pmladek at suse.cz
Tue May 21 03:49:02 PDT 2013


Hi all,

as promised, we have created a branch for the stabilization of the
4.1.x releases, called 'libreoffice-4-1'. It is based on master, last
pull on May 21, 2013 at about 10am UTC:

    commit a2c9d4f8bbde97f175bae4df771273a61251f402
    Author: Rodolfo Ribeiro Gomes <rodolforg at gmail.com>
    Little cleanup in image loader internal functions

See also the tag libreoffice-4-1-branch-point.

The following rules apply:

        + only bugfixes are allowed
        + no approval needed during beta phase until June 17, 2013
        + 1 approval needed during rc phase and upcoming bug fix releases
        + 3 approvals with different/no affiliation needed for late
          features

IMPORTANT: Every developer is responsible for pushing fixes into all
           appropriate branches. Note that we do not plan any merge
           from this branch to master or vice versa.

           Please, help use to make stable and usable 4.1.0 release.
           Do not forget to push useful fixes to this branch.

           "git cherry-pick commit-id" is your friend :-)
             


The 'master' branch is used for 4.2 development and has the rules:

        + free commit; do your best to do not break build and
          functionality
        + any development allowed


For further information about the roadmap, please check

        http://wiki.documentfoundation.org/ReleasePlan


Now, if you want to switch your clone to the libreoffice-4-1 branch,
do:

./g pull -r
./g checkout -b libreoffice-4-1 origin/libreoffice-4-1

Hopefully it will work for you :-)  Most probably, you will also want to
do (if you haven't done it yet):

git config --global push.default tracking

When you do git push with this, git will push only the branch you are
on; ie. libreoffice-4-1 when you have switched to it.  This will
save you some git shouting at you.

Happy hacking,
Petr




More information about the LibreOffice mailing list