Overview of changes in libgsystemservice 0.3.0
==============================================

* Expand support for different credentials types (notably pidfds) and rework
  credentials API (!30, !32)

* Bugs fixed:
  - #5 Make depenency on reuse optional (Philip Withnall)
  - #6 Allow gtk-doc to be disabled (Philip Withnall)
  - !24 Make licensing information machine readable as per REUSE
  - !29 config-file: Fix a -Wmaybe-uninitialized false positive
  - !30 peer-manager: Expand support for different credentials types
  - !31 service: Add gss_service_error_to_exit_status()
  - !32 peer-manager-dbus: Ignore sandboxing failures getting peer’s argv


Overview of changes in libgsystemservice 0.2.0
==============================================

* Add support for a debug controller in `GssService` (!22)

* Bugs fixed:
 - #4 GitLab Pages build fails
 - !20 ci: Rename master branch to main
 - !21 Fix use as a subproject
 - !22 service: Add support for debug controller


Overview of changes in libgsystemservice 0.1.0
==============================================

* Initial release

* Support for D-Bus services which own a name and have an inactivity timeout, `GssService`

* Support for loading hierarchical configuration files, `GssConfigFile`

* Support for managing peers connecting to a service on D-Bus, `GssPeerManager`

* Bugs fixed:
 - #2 test_config_file_fallback_per_file leaks temporary directory
 - #3 xgettext can't understand G_GINT64_FORMAT constant in translatable string
 - !1 CI support
 - !2 peer-manager: Eliminate a redundant g_strdup()
 - !3 config-file: Add a test for using GssConfigFile with just the GResource
 - !4 config-file: Fix a typo in a gtk-doc comment
 - !5 Add API documentation
 - !6 ci: Run coverage target after test target to force ordering
 - !7 ci: Drop an extraneous configure option
 - !8 docs: Fix bug reporting location in README
 - !9 Build cleanups
 - !10 Don't install .test files with -Dinstalled_tests=false
 - !11 build: Simplify pkg-config file generation
 - !13 Don't install library, .h, .pc and docs if used as a subproject
 - !15 service: Allow services to be run as root
 - !16 Warning fixes
 - !17 tests: Fix a -Werror=format= warning
 - !18 service: Check if the service exited during startup
