Skip to content

Commit

Permalink
Merge branch 'develop' into stable for v2015.05.04
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed May 4, 2015
2 parents 67b4d7a + bd4dc09 commit a62337e
Show file tree
Hide file tree
Showing 4 changed files with 523 additions and 115 deletions.
14 changes: 13 additions & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,19 @@ Alex Van't Hof alexvh
Angelo Gründler plueschopath [email protected]
Ari Aosved devaos [email protected]
Boris Feld Lothiraldan
Brad Thurber bradthurber
bruce-one bruce-one
C. R. Oldham cro [email protected]
Cam camereonsparr
Chris Rebert cvrebert [email protected]
Christer Edwards cedwards
Dag Viggo Lokøen dagvl [email protected]
Dan Mick dmick [email protected]
David J. Felix DavidJFelix
deployboy deployboy
Diego Woitasen diegows diego[email protected]
Diego Woitasen diegows diego@flugel.it
Elias Probst eliasp
Erik Ankrom erikankrom
Erik Johnson terminalmage [email protected]
Forrest Alvarez gravyboat
Fred Reimer freimer [email protected]
Expand All @@ -38,27 +42,35 @@ Juan A. Moyano wincus [email protected]
Karl Grzeszczak karlgrz
Kenneth Wilke KennethWilke
Liu Xiaohui oreh [email protected]
Mark Lee malept
markgaylard markgaylard
Matt Black mafrosis
Matthew Garrett cingeyedog [email protected]
Matthew Mead-Briggs mattmb
Matthew Willson ixela
Matthieu Guegan mguegan
Michael Scherer mscherer
Mike Carlson m87carlson [email protected]
Mike Place cachedout [email protected]
nevins-b nevins-b
Niels Abspoel aboe76
Nitin Madhok nmadhok [email protected]
panticz panticz
Paul Brian lifeisstillgood [email protected]
Pavel Snagovsky paha
Pedro Algarvio s0undt3ch [email protected]
Pedro Paulo pedropaulovc
ptonelli ptonelli
Raymond Barbiero visualphoenix
Roberto Aguilar rca [email protected]
Roman Inflianskas rominf [email protected]
Ronald van Zantvoort The-Loeki [email protected]
Skyler Berg skylerberg [email protected]
Tate Eskew tateeskew
Thomas S. Hatch thatch45 [email protected]
Tony Narlock tony
Valentin Bud valentinbud [email protected]
Vladimir Kozhukalov kozhukalov
Whit Morriss whitmo [email protected]
Wout wfhg
========================== ===================== ============================
15 changes: 15 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Version 2015.05.04:
* Fix the configuration path for FreeBSD. #567/#552. Thanks Ronald van Zantvoort(The-Loeki).
+ Fix non grouping support in POSIX sed. Thanks Ronald van Zantvoort(The-Loeki).
* Add Debian 8 support. Thanks Matt Black(mafrosis)
* Improve Debian version parsing. Thanks Mark Lee(malept)
* Make sure we update packages list one Chris Lea's PPA repository is added.
* Hard code the Debian Squeeze backports to the DE mirror since the main repository is down.
Thanks @panticz. #589.
* Only install git if not already installed. #560
* Fix openSUSE 13.2 where we need to pass --replaceflags. Thanks Roman Inflianskas(rominf).
#504.
* Make sure that a recent enough requests package is installed in Debian/Ubuntu.
* Install tornado on git installs for the develop branch if necessary. #580
* Add support for Ubuntu 15.04

Version 2015.03.15:
* Add multi-master support. Thanks Fred Reimer(freimer). #555

Expand Down
22 changes: 12 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,19 +88,19 @@ have ``fetch`` available though:
If you have any SSL issues install ``ca_root_nssp``:

..code:: console
.. code:: console
pkg install ca_root_nssp
And either copy the certificates to the place where fetch can find them:

..code:: console
.. code:: console
cp /usr/local/share/certs/ca-root-nss.crt /etc/ssl/cert.pem
Or link them to the right place:

..code:: console
.. code:: console
ln -s /usr/local/share/certs/ca-root-nss.crt /etc/ssl/cert.pem
Expand Down Expand Up @@ -319,21 +319,21 @@ Supported Operating Systems
---------------------------
- Amazon Linux 2012.09
- Arch
- CentOS 5/6
- Debian 6.x/7.x/8(git installations only)
- Fedora 17/18
- CentOS 5/6/7
- Debian 6/7/8
- Fedora 17/18/20/21/22
- FreeBSD 9.1/9.2/10
- Gentoo
- Linaro
- Linux Mint 13/14
- OpenSUSE 12.x
- OpenSUSE 12/13
- Oracle Linux 5/5
- Red Hat 5/6
- Red Hat Enterprise 5/6
- Scientific Linux 5/6
- SmartOS
- SuSE 11 SP1/11 SP2
- Ubuntu 10.x/11.x/12.x/13.04/13.10
- SUSE Linux Enterprise 11 SP1/11 SP2/11 SP3
- Ubuntu 10.x/11.x/12.x/13.x/14.x/15.04
- Elementary OS 0.2


Expand Down Expand Up @@ -381,7 +381,9 @@ Please run the following commands and report their output when creating a ticket
Testing in Vagrant
------------------
You can use Vagrant_ to easily test changes on a clean machine. The ``Vagrantfile`` defaults to an
Ubuntu box. First, install Vagrant, then::
Ubuntu box. First, install Vagrant, then:

.. code:: console
$ vagrant up
$ vagrant ssh
Expand Down
Loading

0 comments on commit a62337e

Please sign in to comment.