post bump cleanup and replace changes entry with something more useful

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=296
This commit is contained in:
Marcus Rückert 2023-12-12 12:14:19 +00:00 committed by Git OBS Bridge
parent 902f8b703a
commit abcc1a4531
2 changed files with 6 additions and 15 deletions

View File

@ -1,8 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">http://git.haproxy.org/git/haproxy-2.8.git</param>
<param name="changesrevision">aaba8d090ec663906af1fecbad83c26bbccf0761</param>
<param name="url">https://git.haproxy.org/git/haproxy-2.9.git</param>
<param name="changesrevision">fddb8c13b6811b3b34eba0ad58d1f5fd5a3c7f60</param>
</service>
<service name="tar_scm">
<param name="url">https://git.haproxy.org/git/haproxy-2.9.git</param>
<param name="changesrevision">fddb8c13b6811b3b34eba0ad58d1f5fd5a3c7f60</param></service></servicedata>
</servicedata>

View File

@ -2,16 +2,9 @@
Mon Dec 11 09:20:20 UTC 2023 - Dirk Müller <dmueller@suse.com>
- Update to version 2.9.0+git0.fddb8c13b:
* [RELEASE] Released version 2.9.0
* DOC: management: update stream vs session
* BUG/MEDIUM: peers: fix partial message decoding
* DOC: management: fix two latest typos (optionally, exception)
* DOC: config: fix typo abandonned -> abandoned
* DOC: config: clarify session vs stream
* DOC: config: add a few more differences between HTTP/1 and 2+
* DOC: config: update the reminder on the HTTP model and add some terminology
* MINOR: mux-quic: Disable zero-copy forwarding for send by default
* MINOR: mux-quic: Add global option to enable/disable zero-copy forwarding
new major branch:
https://www.haproxy.com/blog/announcing-haproxy-2-9
https://www.mail-archive.com/haproxy@formilux.org/msg44400.html
-------------------------------------------------------------------
Thu Dec 07 14:28:36 UTC 2023 - mrueckert@suse.de