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