Skip to content

Add OS X installation #468

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 60 additions & 23 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,42 @@ How to install
Changelog
==============

0.21.4 (2014-11-04)
-------------------

- Fix credentials callback not set when pushing
`#431 <https://github.com/libgit2/pygit2/pull/431>`_
`#435 <https://github.com/libgit2/pygit2/issues/435>`_
`#437 <https://github.com/libgit2/pygit2/issues/437>`_
`#438 <https://github.com/libgit2/pygit2/pull/438>`_

- Fix ``Repository.diff(...)`` when treeish is "empty"
`#432 <https://github.com/libgit2/pygit2/issues/432>`_

- New ``Reference.peel(...)`` renders ``Reference.get_object()`` obsolete
`#434 <https://github.com/libgit2/pygit2/pull/434>`_

- New, authenticate using ssh agent
`#424 <https://github.com/libgit2/pygit2/pull/424>`_

- New ``Repository.merge_commits(...)``
`#445 <https://github.com/libgit2/pygit2/pull/445>`_

- Make it easier to run when libgit2 not in a standard location
`#441 <https://github.com/libgit2/pygit2/issues/441>`_

- Documentation: review install chapter

- Documentation: many corrections
`#427 <https://github.com/libgit2/pygit2/pull/427>`_
`#429 <https://github.com/libgit2/pygit2/pull/429>`_
`#439 <https://github.com/libgit2/pygit2/pull/439>`_
`#440 <https://github.com/libgit2/pygit2/pull/440>`_
`#442 <https://github.com/libgit2/pygit2/pull/442>`_
`#443 <https://github.com/libgit2/pygit2/pull/443>`_
`#444 <https://github.com/libgit2/pygit2/pull/444>`_


0.21.3 (2014-09-15)
-------------------

Expand Down Expand Up @@ -410,33 +446,34 @@ Other: `#331 <https://github.com/libgit2/pygit2/pull/331>`_
Authors
==============

73 developers have contributed at least 1 commit to pygit2::

J. David Ibáñez Rémi Duraffort Alexander Bayandin
Carlos Martín Nieto Sebastian Thiel Andrew Chin
Nico von Geyso Fraser Tweedale András Veres-Szentkirályi
W. Trevor King Han-Wen Nienhuys Benjamin Kircher
Dave Borowitz Leonardo Rhodes Benjamin Pollack
Daniel Rodríguez Troitiño Petr Viktorin Bryan O'Sullivan
Richo Healey Ron Cohen Daniel Bruce
Christian Boos Thomas Kluyver David Fischer
Julien Miotte Alex Chamberlain David Sanders
Xu Tao Amit Bakshi Devaev Maxim
Jose Plana Andrey Devyatkin Eric Davis
Matthew Gamble Arno van Lumig Erik Meusel
Martin Lenders Ben Davis Erik van Zijst
Petr Hosek Eric Schrijver Ferengee
Victor Garcia Hervé Cauwelier Gustavo Di Pietro
Xavier Delannoy Huang Huang Hugh Cole-Baker
Yonggang Luo Ian P. McCullough Jasper Lievisse Adriaanse
Valentin Haenel Jack O'Connor Josh Bleecher Snyder
77 developers have contributed at least 1 commit to pygit2::

J. David Ibáñez Sebastian Thiel András Veres-Szentkirályi
Carlos Martín Nieto Fraser Tweedale Ash Berlin
Nico von Geyso Han-Wen Nienhuys Benjamin Kircher
W. Trevor King Leonardo Rhodes Benjamin Pollack
Dave Borowitz Petr Viktorin Bryan O'Sullivan
Daniel Rodríguez Troitiño Ron Cohen Daniel Bruce
Richo Healey Thomas Kluyver David Fischer
Christian Boos Alex Chamberlain David Sanders
Julien Miotte Alexander Bayandin Devaev Maxim
Xu Tao Amit Bakshi Eric Davis
Jose Plana Andrey Devyatkin Erik Meusel
Matthew Gamble Arno van Lumig Erik van Zijst
Martin Lenders Ben Davis Ferengee
Petr Hosek Eric Schrijver Gustavo Di Pietro
Victor Garcia Hervé Cauwelier Hugh Cole-Baker
Xavier Delannoy Huang Huang Jasper Lievisse Adriaanse
Yonggang Luo Ian P. McCullough Josh Bleecher Snyder
Valentin Haenel Jack O'Connor Kyriakos Oikonomakos
Michael Jones Jared Flatow Mathieu Bridon
Bernardo Heynemann Jiunn Haur Lim Óscar San José
John Szakmeister Jun Omae Ridge Kennedy
Matthew Duggan Sarath Lakshman Rui Abreu Ferreira
Brodie Rao Vicent Marti earl
Vlad Temian Zoran Zaric
David Versmisse Adam Spiers
Brodie Rao Vicent Marti Soasme
Vlad Temian Zoran Zaric chengyuhang
David Versmisse Adam Spiers earl
Rémi Duraffort Andrew Chin


License
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '0.21'
# The full version, including alpha/beta/rc tags.
release = '0.21.3'
release = '0.21.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
8 changes: 4 additions & 4 deletions docs/general.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@ library that has been built against. The version number has a
.. py:data:: LIBGIT2_VER_MAJOR

Integer value of the major version number. For example, for the version
``0.21.1``::
``0.21.2``::

>>> print LIBGIT2_VER_MAJOR
0

.. py:data:: LIBGIT2_VER_MINOR

Integer value of the minor version number. For example, for the version
``0.21.1``::
``0.21.2``::

>>> print LIBGIT2_VER_MINOR
21

.. py:data:: LIBGIT2_VER_REVISION

Integer value of the revision version number. For example, for the version
``0.21.1``::
``0.21.2``::

>>> print LIBGIT2_VER_REVISION
1
Expand All @@ -44,7 +44,7 @@ library that has been built against. The version number has a
The libgit2 version number as a string::

>>> print LIBGIT2_VERSION
'0.21.1'
'0.21.2'

Errors
======
Expand Down
Loading