Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
13690108
Unverified
Commit
13690108
authored
Sep 22, 2021
by
Edward Thomson
Committed by
GitHub
Sep 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changelog: separate releases with a horizontal rule
parent
61bbb2d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
docs/changelog.md
+18
-0
No files found.
docs/changelog.md
View file @
13690108
...
@@ -44,6 +44,8 @@ This is release v1.3.0, "Zugunruhe". This release includes only minor new featu
...
@@ -44,6 +44,8 @@ This is release v1.3.0, "Zugunruhe". This release includes only minor new featu
**Full Changelog**
: https://github.com/libgit2/libgit2/compare/v1.2.0...v1.3.0
**Full Changelog**
: https://github.com/libgit2/libgit2/compare/v1.2.0...v1.3.0
---------------------------------------------------------------------
v1.2
v1.2
-----
-----
...
@@ -217,6 +219,8 @@ This is meant to be the final minor release in the v1 lineage. v2.0 will be the
...
@@ -217,6 +219,8 @@ This is meant to be the final minor release in the v1 lineage. v2.0 will be the
**Full Changelog**
: https://github.com/libgit2/libgit2/compare/v1.1.0...v1.2.0
**Full Changelog**
: https://github.com/libgit2/libgit2/compare/v1.1.0...v1.2.0
---------------------------------------------------------------------
v1.1
v1.1
----
----
...
@@ -306,6 +310,8 @@ This is a bugfix release with the following changes:
...
@@ -306,6 +310,8 @@ This is a bugfix release with the following changes:
has been fixed. Previously, fetching from servers like Gerrit, that
has been fixed. Previously, fetching from servers like Gerrit, that
sent large data packets, would error.
sent large data packets, would error.
---------------------------------------------------------------------
v1.0
v1.0
----
----
...
@@ -785,6 +791,8 @@ release:
...
@@ -785,6 +791,8 @@ release:
* Tyler Ang-Wanek
* Tyler Ang-Wanek
* Tyler Wanek
* Tyler Wanek
---------------------------------------------------------------------
v0.28
v0.28
-----
-----
...
@@ -933,6 +941,8 @@ v0.28
...
@@ -933,6 +941,8 @@ v0.28
out such files is not allowed as this can make a Git implementation write
out such files is not allowed as this can make a Git implementation write
outside of the repository and bypass the fsck checks for CVE-2018-11235.
outside of the repository and bypass the fsck checks for CVE-2018-11235.
---------------------------------------------------------------------
v0.27
v0.27
---------
---------
...
@@ -1049,6 +1059,8 @@ v0.27
...
@@ -1049,6 +1059,8 @@ v0.27
`
git_odb_backend
` interface have changed their signatures to allow providing
`
git_odb_backend
` interface have changed their signatures to allow providing
the object's size and type to the caller.
the object's size and type to the caller.
---------------------------------------------------------------------
v0.26
v0.26
-----
-----
...
@@ -1293,6 +1305,8 @@ v0.25
...
@@ -1293,6 +1305,8 @@ v0.25
to provide the name of a merge driver to be used to handle files changed
to provide the name of a merge driver to be used to handle files changed
during a merge.
during a merge.
---------------------------------------------------------------------
v0.24
v0.24
-------
-------
...
@@ -1408,6 +1422,8 @@ v0.24
...
@@ -1408,6 +1422,8 @@ v0.24
*
`git_remote_connect()`
now takes a
`custom_headers`
argument to set
*
`git_remote_connect()`
now takes a
`custom_headers`
argument to set
the extra HTTP header fields to send.
the extra HTTP header fields to send.
---------------------------------------------------------------------
v0.23
v0.23
------
------
...
@@ -1707,6 +1723,8 @@ v0.23
...
@@ -1707,6 +1723,8 @@ v0.23
*
It is no longer allowed to call
`git_buf_grow()`
on buffers
*
It is no longer allowed to call
`git_buf_grow()`
on buffers
borrowing the memory they point to.
borrowing the memory they point to.
---------------------------------------------------------------------
v0.22
v0.22
------
------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment