<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jcarr/git2go/Build_bundled_static.go, branch v0.0.35</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wit.com/jcarr/git2go/atom?h=v0.0.35</id>
<link rel='self' href='http://cgit.wit.com/jcarr/git2go/atom?h=v0.0.35'/>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/'/>
<updated>2022-10-04T14:50:57Z</updated>
<entry>
<title>libgit2 v1.5.0 #major (#929)</title>
<updated>2022-10-04T14:50:57Z</updated>
<author>
<name>Sanskar Jaiswal</name>
<email>hey@aryan.lol</email>
</author>
<published>2022-10-04T14:50:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=c1ec21d89caa0cdb0aefd6f6b8f95648418a3543'/>
<id>urn:sha1:c1ec21d89caa0cdb0aefd6f6b8f95648418a3543</id>
<content type='text'>
Update libgit2 to v1.5.0. Replace `SmartProxyOptions()` with `SmartRemoteConnectOptions()`.

Fixes: https://github.com/libgit2/git2go/issues/899

Signed-off-by: Sanskar Jaiswal &lt;jaiswalsanskar078@gmail.com&gt;
Co-authored-by: lhchavez &lt;lhchavez@lhchavez.com&gt;</content>
</entry>
<entry>
<title>libgit2 v1.3.0 #major (#840)</title>
<updated>2021-10-14T11:42:42Z</updated>
<author>
<name>lhchavez</name>
<email>lhchavez@lhchavez.com</email>
</author>
<published>2021-10-14T11:42:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=6eae74c128e37e590d3a5da3fe0561add4b94d5c'/>
<id>urn:sha1:6eae74c128e37e590d3a5da3fe0561add4b94d5c</id>
<content type='text'>
This commit introduces libgit2 v1.3.0 to git2go, which brings a large
number of [bugfixes and
features](https://github.com/libgit2/libgit2/releases/tag/v1.3.0).

This also marks the start of the v33 release.</content>
</entry>
<entry>
<title>libgit2 v1.2.0 #major</title>
<updated>2021-09-06T01:52:01Z</updated>
<author>
<name>lhchavez</name>
<email>lhchavez@lhchavez.com</email>
</author>
<published>2021-09-03T13:40:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=018647fd481a7eb4af97d5f61afc0fddfe76fc24'/>
<id>urn:sha1:018647fd481a7eb4af97d5f61afc0fddfe76fc24</id>
<content type='text'>
This commit introduces libgit2 v1.2.0 to git2go, which brings a large
number of [bugfixes and
features](https://github.com/libgit2/libgit2/releases/tag/v1.2.0).

This also marks the start of the v32 release.
</content>
</entry>
<entry>
<title>Declare forward-compatibility with libgit2 v1.2.0  #minor (#800)</title>
<updated>2021-09-05T03:07:24Z</updated>
<author>
<name>lhchavez</name>
<email>lhchavez@lhchavez.com</email>
</author>
<published>2021-09-05T03:07:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=549706bb573653469fbcc35c839759987c318d0c'/>
<id>urn:sha1:549706bb573653469fbcc35c839759987c318d0c</id>
<content type='text'>
We can't yet ship a fully libgit2 v1.2.0-compatible library due to a
missing public symbol, but we can allow the v1.1.0-era codebase to link
against libgit2 v1.2.0 in the meantime.</content>
</entry>
<entry>
<title>fix buldled static build on Windows/MinGW (#761)</title>
<updated>2021-04-04T01:45:09Z</updated>
<author>
<name>Vladimir Buzuev</name>
<email>44682889+vladimir-buzuev@users.noreply.github.com</email>
</author>
<published>2021-04-04T01:45:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=0d7c8dadb465a0236d0f130a0cfd5179502f191d'/>
<id>urn:sha1:0d7c8dadb465a0236d0f130a0cfd5179502f191d</id>
<content type='text'>
seems like need more libraries in LDFLAGS:

* ws2_32 for socket, connect, htonl, etc
* ole32 for CoInitializeEx
* rpcrt4 for UuidCreate
* crypt32 for CertFreeCertificateContext</content>
</entry>
<entry>
<title>Rename the build files (#724)</title>
<updated>2020-12-13T23:20:16Z</updated>
<author>
<name>lhchavez</name>
<email>lhchavez@lhchavez.com</email>
</author>
<published>2020-12-13T23:20:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=4b2ac7c998be677d865367908787f17fb570c679'/>
<id>urn:sha1:4b2ac7c998be677d865367908787f17fb570c679</id>
<content type='text'>
This change renames the build files so they come lexicographically
before any source files. This makes the compile errors (due to
mismatched libgit2 versions) easier to understand, since the
`Build_*.go` files will be tried before the rest, and the `#error` in
those files will kick in, leading to a much better experience.

This unfortunately goes a bit against the defacto standard of using only
lowercase characters in filenames, but the better developer experience
(and better self-diagnosis when things go wrong instead of having to
open a new issue) is worth the deviation.

Fixes: #711
Fixes: #617</content>
</entry>
</feed>
