Skip to content

ChangeLog from 2.1.2 to 3.0 rc1

aquynh edited this page Nov 18, 2014 · 1 revision

Below is the ChangeLog from 2.1.2 to 3.0-rc1


Checkout -next branch

To checkout next branch, simply do this:

    $ git pull
    $ git checkout next

Then make sure to compile and install new code:

    $ ./make.sh
    $ sudo ./make.sh install

The next branch is frequently updated, so make sure to always get the latest code with:

    $ git pull origin next

Any time you want to get back to master branch, do:

    $ git checkout master