commit - 3a34ebda2e48de7971e4150e2f20f7fd6d4e675a
commit + 19a06f5a748377744d95510219851c924ec85f3a
blob - fe04a2561a8db7974d2aec5c06013f259369c66f
blob + 32d497bdda762e17749da4137cc8a60bffe3ad49
--- CHANGES
+++ CHANGES
+* got 0.116; 2025-07-25
+- make our pack-refs header format align with the expectations of git 2.50.0
+- fix bogus "bad offset in pack file" errors wrongly raised by gotd
+- fix gotd branch protection rejecting commits that already exist on server
+- pick a default branch to clone when the server does not advertise HEAD symref
+- do not clobber changes staged via stage -p during "got revert"
+- enforce additional restrictions on reference names specified in gotsys.conf
+- change gotwebd favicons to show the smiley fish only
+- fix gotd reload when /etc/gotd-secrets.conf is used
+- fix bogus "raw object has unexpected size" errors during deltification
+- fix bug in delta block stretch size calculation resulting in invalid deltas
+- fix gotsysd behaviour when the anonymous user is removed from gotsys.conf
+- add support for email and http/json notifications to gotsysd and gotsys.conf
+
* got 0.115; 2025-06-27
- make errors reported by gotsys-apply-conf actually visible
- stop trying to start gotd from gotsys-apply-conf if gotd is not running