Package Release Info

uhttpmock-0.11.0-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libuhttpmock-1_0-1
typelib-1_0-Uhm-1_0
uhttpmock-devel

Change Logs

* Wed Jun 19 2024 dimstar@opensuse.org
- Update to version 0.11.0:
  + Dump hosts during record.
  + Add HTTP/2 support.
  + Add Location field support.
  + Fix memory leak in uhm_message_finalize.
* Tue Mar 05 2024 dimstar@opensuse.org
- Update to version 0.10.0:
  + Bugs fixed:
  - Add PATCH request method.
  - Add CONNECT request method.
* Tue Oct 11 2022 bjorn.lie@gmail.com
- Update to version 0.9.0:
  + This release ports the library to use libsoup 3.x. Note that
    you should stick to using the latest 0.5.x version if the
    tested piece of software still requires libsoup 2.x as the 2
    versions cannot be used in the same programm.
- Replace pkgconfig(libsoup-2.4) with pkgconfig(libsoup-3.0)
  BuildRequires following upstreams port.
- Rename sub-package typelib and shared library following upstreams
  bump of soname.
* Mon Sep 05 2022 bjorn.lie@gmail.com
- Update to version 0.5.5:
  + This release fixes the gtk-doc directory containing the version
    number twice.
- Changes from version 0.5.4:
  + This new release drops support for autotools, by using the
    meson build system, and older versions of libsoup 2.x.
- Add gtk-doc and meson BuildRequires and macros.
- Use ldconfig_scriptlets for post(un) handling.
- Update URL and Source to new home.
* Thu Feb 25 2021 jgwang@suse.com
- Update to version 0.5.3
  * Add an integration tutorial (by Rasmus Thomsen) (#3)
  * Only specify SOUP_SERVER_LISTEN_HTTPS if TLS is enabled (!9)
  * Expand TLS certificate instructions (!10)
  * Add GitLab CI
  * Fix autoconf-archive usage due to them breaking API
  * Bump GObject dependency to 2.38 to use newer private data API
* Fri Dec 28 2018 bjorn.lie@gmail.com
- Update to version 0.5.1:
  + Fix header include path in GIR/VAPI file.
  + Various build system cleanups.
- Tweak Group to silence rpmlint.
- Add pkgconfig(vapigen) BuildRequires: Build vala support.