summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2019-02-14 13:37:00 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2019-02-14 13:37:00 +0000
commit65fff7899e5e68877a571071fa85577ab5d705d6 (patch)
treed478081efb15b0acbfcdccbdab6b6548b335162d
parentb88378278bded7abe7d8ed9b7dbf32702dc4c4f0 (diff)
downloadlibgit2-ethomson/v0_28_1.tar.gz
Release v0.28.1ethomson/v0_28_1
-rw-r--r--docs/changelog.md10
-rw-r--r--include/git2/version.h4
2 files changed, 12 insertions, 2 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 666eecd17..7d1dac62a 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -1,3 +1,13 @@
+v0.28.1
+-------
+
+This is a bugfix release with the following change:
+
+* The deprecated functions (`git_buf_free` and the `giterr_` family of
+ functions) are now exported properly. In the v0.28 release, they were
+ not given the correct external attributes and they did not have the
+ correct linkage visibility in the v0.28 library.
+
v0.28
-----
diff --git a/include/git2/version.h b/include/git2/version.h
index 148808ca0..7b7122000 100644
--- a/include/git2/version.h
+++ b/include/git2/version.h
@@ -7,10 +7,10 @@
#ifndef INCLUDE_git_version_h__
#define INCLUDE_git_version_h__
-#define LIBGIT2_VERSION "0.28.0"
+#define LIBGIT2_VERSION "0.28.1"
#define LIBGIT2_VER_MAJOR 0
#define LIBGIT2_VER_MINOR 28
-#define LIBGIT2_VER_REVISION 0
+#define LIBGIT2_VER_REVISION 1
#define LIBGIT2_VER_PATCH 0
#define LIBGIT2_SOVERSION 28