Release 0.23.1
This commit is contained in:
48
README.rst
48
README.rst
@@ -25,7 +25,7 @@ How to install
|
|||||||
Changelog
|
Changelog
|
||||||
==============
|
==============
|
||||||
|
|
||||||
0.23.1 (2015-XX-XX)
|
0.23.1 (2015-09-26)
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
- Improve support for cffi 1.0+
|
- Improve support for cffi 1.0+
|
||||||
@@ -680,10 +680,10 @@ Other: `#331 <https://github.com/libgit2/pygit2/pull/331>`_
|
|||||||
Authors
|
Authors
|
||||||
==============
|
==============
|
||||||
|
|
||||||
93 developers have contributed at least 1 commit to pygit2::
|
97 developers have contributed at least 1 commit to pygit2::
|
||||||
|
|
||||||
J. David Ibáñez Carlos Martín Nieto Nico von Geyso
|
J. David Ibáñez Carlos Martín Nieto Nico von Geyso
|
||||||
W. Trevor King Dave Borowitz Daniel Rodríguez Troitiño
|
W. Trevor King Dave Borowitz Daniel Rodríguez Troitiño
|
||||||
Richo Healey Christian Boos Julien Miotte
|
Richo Healey Christian Boos Julien Miotte
|
||||||
Richard Möhn Xu Tao Jose Plana
|
Richard Möhn Xu Tao Jose Plana
|
||||||
Matthew Duggan Matthew Gamble Martin Lenders
|
Matthew Duggan Matthew Gamble Martin Lenders
|
||||||
@@ -691,28 +691,30 @@ Authors
|
|||||||
Yonggang Luo Patrick Steinhardt Valentin Haenel
|
Yonggang Luo Patrick Steinhardt Valentin Haenel
|
||||||
Michael Jones Bernardo Heynemann John Szakmeister
|
Michael Jones Bernardo Heynemann John Szakmeister
|
||||||
Vlad Temian Brodie Rao David Versmisse
|
Vlad Temian Brodie Rao David Versmisse
|
||||||
Rémi Duraffort Sebastian Thiel Alok Singhal
|
Rémi Duraffort Santiago Perez De Rosso Sebastian Thiel
|
||||||
Fraser Tweedale Han-Wen Nienhuys Leonardo Rhodes
|
Alok Singhal Fraser Tweedale Han-Wen Nienhuys
|
||||||
Petr Viktorin Ron Cohen Santiago Perez De Rosso
|
Leonardo Rhodes Nicolas Dandrimont Petr Viktorin
|
||||||
Thomas Kluyver Alex Chamberlain Alexander Bayandin
|
Ron Cohen Thomas Kluyver Alex Chamberlain
|
||||||
Amit Bakshi Andrey Devyatkin Arno van Lumig
|
Alexander Bayandin Amit Bakshi Andrey Devyatkin
|
||||||
Ben Davis Eric Schrijver Greg Fitzgerald
|
Arno van Lumig Ben Davis Eric Schrijver
|
||||||
Hervé Cauwelier Huang Huang Ian P. McCullough
|
Greg Fitzgerald Hervé Cauwelier Huang Huang
|
||||||
Jack O'Connor Jared Flatow Jiunn Haur Lim
|
Ian P. McCullough Jack O'Connor Jared Flatow
|
||||||
Jun Omae Kaarel Kitsemets Kevin KIN-FOO
|
Jiunn Haur Lim Jun Omae Kaarel Kitsemets
|
||||||
Sarath Lakshman Vicent Marti Zoran Zaric
|
Kevin KIN-FOO Michael Sondergaard Sarath Lakshman
|
||||||
Adam Spiers Andrew Chin András Veres-Szentkirályi
|
Vicent Marti Zoran Zaric Adam Spiers
|
||||||
Ash Berlin Benjamin Kircher Benjamin Pollack
|
Andrew Chin András Veres-Szentkirályi Ash Berlin
|
||||||
Bryan O'Sullivan Colin Watson Daniel Bruce
|
Benjamin Kircher Benjamin Pollack Bryan O'Sullivan
|
||||||
David Fischer David Sanders Devaev Maxim
|
Colin Watson Daniel Bruce David Fischer
|
||||||
|
David Sanders David Six Devaev Maxim
|
||||||
Eric Davis Erik Meusel Erik van Zijst
|
Eric Davis Erik Meusel Erik van Zijst
|
||||||
Ferengee Gustavo Di Pietro Holger Frey
|
Ferengee Guille -bisho- Gustavo Di Pietro
|
||||||
Hugh Cole-Baker Jasper Lievisse Josh Bleecher Snyder
|
Holger Frey Hugh Cole-Baker Jasper Lievisse Adriaanse
|
||||||
Justin Clift Kyriakos Oikonomakos Lukas Fleischer
|
Josh Bleecher Snyder Justin Clift Kyriakos Oikonomakos
|
||||||
Mathieu Bridon Michael Sondergaard Óscar San José
|
Lukas Fleischer Mathieu Bridon Óscar San José
|
||||||
Peter Dave Hello Philippe Ombredanne Ridge Kennedy
|
Peter Dave Hello Philippe Ombredanne Ridge Kennedy
|
||||||
Ross Nicoll Rui Abreu Ferreira Soasme
|
Ross Nicoll Rui Abreu Ferreira Sheeo
|
||||||
Vladimir Rutsky chengyuhang earl
|
Soasme Vladimir Rutsky chengyuhang
|
||||||
|
earl
|
||||||
|
|
||||||
|
|
||||||
License
|
License
|
||||||
|
@@ -52,7 +52,7 @@ copyright = u'2010-2014 The pygit2 contributors'
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.23'
|
version = '0.23'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.23.0'
|
release = '0.23.1'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
@@ -18,7 +18,7 @@ library that has been built against. The version number has a
|
|||||||
.. py:data:: LIBGIT2_VER_MAJOR
|
.. py:data:: LIBGIT2_VER_MAJOR
|
||||||
|
|
||||||
Integer value of the major version number. For example, for the version
|
Integer value of the major version number. For example, for the version
|
||||||
``0.23.0``::
|
``0.23.2``::
|
||||||
|
|
||||||
>>> print LIBGIT2_VER_MAJOR
|
>>> print LIBGIT2_VER_MAJOR
|
||||||
0
|
0
|
||||||
@@ -26,25 +26,25 @@ library that has been built against. The version number has a
|
|||||||
.. py:data:: LIBGIT2_VER_MINOR
|
.. py:data:: LIBGIT2_VER_MINOR
|
||||||
|
|
||||||
Integer value of the minor version number. For example, for the version
|
Integer value of the minor version number. For example, for the version
|
||||||
``0.23.0``::
|
``0.23.2``::
|
||||||
|
|
||||||
>>> print LIBGIT2_VER_MINOR
|
>>> print LIBGIT2_VER_MINOR
|
||||||
22
|
23
|
||||||
|
|
||||||
.. py:data:: LIBGIT2_VER_REVISION
|
.. py:data:: LIBGIT2_VER_REVISION
|
||||||
|
|
||||||
Integer value of the revision version number. For example, for the version
|
Integer value of the revision version number. For example, for the version
|
||||||
``0.23.0``::
|
``0.23.2``::
|
||||||
|
|
||||||
>>> print LIBGIT2_VER_REVISION
|
>>> print LIBGIT2_VER_REVISION
|
||||||
0
|
2
|
||||||
|
|
||||||
.. py:data:: LIBGIT2_VERSION
|
.. py:data:: LIBGIT2_VERSION
|
||||||
|
|
||||||
The libgit2 version number as a string::
|
The libgit2 version number as a string::
|
||||||
|
|
||||||
>>> print LIBGIT2_VERSION
|
>>> print LIBGIT2_VERSION
|
||||||
'0.23.0'
|
'0.23.2'
|
||||||
|
|
||||||
Errors
|
Errors
|
||||||
======
|
======
|
||||||
|
@@ -38,11 +38,11 @@ while the last number |lq| *.micro* |rq| auto-increments independently.
|
|||||||
|
|
||||||
As illustration see this table of compatible releases:
|
As illustration see this table of compatible releases:
|
||||||
|
|
||||||
+-----------+--------+----------------+----------------------------------------+
|
+-----------+------------------------+--------------------------------+
|
||||||
|**libgit2**| 0.23.0 | 0.22.0, 0.22.1 | 0.21.1, 0.21.2 |
|
|**libgit2**| 0.23.0, 0.23.1, 0.23.2 | 0.22.0, 0.22.1, 0.22.2, 0.22.3 |
|
||||||
+-----------+--------+----------------+----------------------------------------+
|
+-----------+------------------------+--------------------------------+
|
||||||
|**pygit2** | 0.23.0 | 0.22.0 | 0.21.0, 0.21.1, 0.21.2, 0.21.3, 0.21.4 |
|
|**pygit2** | 0.23.0, 0.23.1 | 0.22.0, 0.22.1 |
|
||||||
+-----------+--------+----------------+----------------------------------------+
|
+-----------+------------------------+--------------------------------+
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
|
|
||||||
@@ -59,9 +59,9 @@ directory, do:
|
|||||||
|
|
||||||
.. code-block:: sh
|
.. code-block:: sh
|
||||||
|
|
||||||
$ wget https://github.com/libgit2/libgit2/archive/v0.23.0.tar.gz
|
$ wget https://github.com/libgit2/libgit2/archive/v0.23.2.tar.gz
|
||||||
$ tar xzf v0.23.0.tar.gz
|
$ tar xzf v0.23.2.tar.gz
|
||||||
$ cd libgit2-0.23.0/
|
$ cd libgit2-0.23.2/
|
||||||
$ cmake .
|
$ cmake .
|
||||||
$ make
|
$ make
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
@@ -143,9 +143,9 @@ Install libgit2 (see we define the installation prefix):
|
|||||||
|
|
||||||
.. code-block:: sh
|
.. code-block:: sh
|
||||||
|
|
||||||
$ wget https://github.com/libgit2/libgit2/archive/v0.23.0.tar.gz
|
$ wget https://github.com/libgit2/libgit2/archive/v0.23.2.tar.gz
|
||||||
$ tar xzf v0.23.0.tar.gz
|
$ tar xzf v0.23.2.tar.gz
|
||||||
$ cd libgit2-0.23.0/
|
$ cd libgit2-0.23.2/
|
||||||
$ cmake . -DCMAKE_INSTALL_PREFIX=$LIBGIT2
|
$ cmake . -DCMAKE_INSTALL_PREFIX=$LIBGIT2
|
||||||
$ make
|
$ make
|
||||||
$ make install
|
$ make install
|
||||||
@@ -198,9 +198,9 @@ from a bash shell:
|
|||||||
.. code-block:: sh
|
.. code-block:: sh
|
||||||
|
|
||||||
$ export LIBGIT2=C:/Dev/libgit2
|
$ export LIBGIT2=C:/Dev/libgit2
|
||||||
$ wget https://github.com/libgit2/libgit2/archive/v0.23.0.tar.gz
|
$ wget https://github.com/libgit2/libgit2/archive/v0.23.2.tar.gz
|
||||||
$ tar xzf v0.23.0.tar.gz
|
$ tar xzf v0.23.2.tar.gz
|
||||||
$ cd libgit2-0.23.0/
|
$ cd libgit2-0.23.2/
|
||||||
$ cmake . -DSTDCALL=OFF -DCMAKE_INSTALL_PREFIX=$LIBGIT2 -G "Visual Studio 9 2008"
|
$ cmake . -DSTDCALL=OFF -DCMAKE_INSTALL_PREFIX=$LIBGIT2 -G "Visual Studio 9 2008"
|
||||||
$ cmake --build . --config release --target install
|
$ cmake --build . --config release --target install
|
||||||
$ ctest -v
|
$ ctest -v
|
||||||
|
@@ -42,7 +42,7 @@ import sys
|
|||||||
#
|
#
|
||||||
# The version number of pygit2
|
# The version number of pygit2
|
||||||
#
|
#
|
||||||
__version__ = '0.23.0'
|
__version__ = '0.23.1'
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user