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
bd692809
Commit
bd692809
authored
Jun 11, 2017
by
Edward Thomson
Committed by
GitHub
Jun 11, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4262 from libgit2/ethomson/bump-v26
Update version number to 0.26
parents
29ef7d3f
2a3cc403
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
8 deletions
+22
-8
CHANGELOG.md
+19
-5
include/git2/version.h
+3
-3
No files found.
CHANGELOG.md
View file @
bd692809
v0.25 + 1
v0.26 + 1
-------
---------
### Changes or improvements
### API additions
### API removals
### Breaking API changes
v0.26
-----
### Changes or improvements
### Changes or improvements
...
@@ -24,12 +35,17 @@ v0.25 + 1
...
@@ -24,12 +35,17 @@ v0.25 + 1
*
We now optionally call
`fsync`
on loose objects, packfiles and their indexes,
*
We now optionally call
`fsync`
on loose objects, packfiles and their indexes,
loose references and packed reference files.
loose references and packed reference files.
*
We can now build against OpenSSL v1.1.
*
We can now build against OpenSSL v1.1
and against LibreSSL
.
*
`GIT_MERGE_OPTIONS_INIT`
now includes a setting to perform rename detection.
*
`GIT_MERGE_OPTIONS_INIT`
now includes a setting to perform rename detection.
This aligns this structure with the default by
`git_merge`
and
This aligns this structure with the default by
`git_merge`
and
`git_merge_trees`
when
`NULL`
was provided for the options.
`git_merge_trees`
when
`NULL`
was provided for the options.
*
Improvements for reading index v4 files.
*
Perform additional retries for filesystem operations on Windows when files
are temporarily locked by other processes.
### API additions
### API additions
*
New family of functions to handle worktrees:
*
New family of functions to handle worktrees:
...
@@ -80,8 +96,6 @@ v0.25 + 1
...
@@ -80,8 +96,6 @@ v0.25 + 1
*
`git_transport_smart_proxy_options()' enables you to get the proxy options for
*
`git_transport_smart_proxy_options()' enables you to get the proxy options for
smart transports.
smart transports.
### API removals
### Breaking API changes
### Breaking API changes
* `
clone_checkout_strategy
` has been removed from
* `
clone_checkout_strategy
` has been removed from
...
...
include/git2/version.h
View file @
bd692809
...
@@ -7,12 +7,12 @@
...
@@ -7,12 +7,12 @@
#ifndef INCLUDE_git_version_h__
#ifndef INCLUDE_git_version_h__
#define INCLUDE_git_version_h__
#define INCLUDE_git_version_h__
#define LIBGIT2_VERSION "0.2
5
.0"
#define LIBGIT2_VERSION "0.2
6
.0"
#define LIBGIT2_VER_MAJOR 0
#define LIBGIT2_VER_MAJOR 0
#define LIBGIT2_VER_MINOR 2
5
#define LIBGIT2_VER_MINOR 2
6
#define LIBGIT2_VER_REVISION 0
#define LIBGIT2_VER_REVISION 0
#define LIBGIT2_VER_PATCH 0
#define LIBGIT2_VER_PATCH 0
#define LIBGIT2_SOVERSION 2
5
#define LIBGIT2_SOVERSION 2
6
#endif
#endif
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