File: NEWS

package info (click to toggle)
libglib-testing 0.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 264 kB
  • sloc: ansic: 1,307; xml: 31; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 845 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Overview of changes in libglib-testing 0.1.1
============================================

* Bugs fixed:
 - !10 docs: Make the API stability policy a little more mature
 - !11 signal-logger: Don’t pass NULL to G_VALUE_LCOPY()
 - !12 Fix subproject build with recent meson


Overview of changes in libglib-testing 0.1.0
============================================

* Project created

* D-Bus queue and signal logger harnesses built

* Bugs fixed:
 - !1 Signal logger, documentation, coverage and CI
 - !2 build: Simplify pkg-config file generation
 - !3 lib: Fix some argument alignment
 - !4 lib: Add GtDBusQueue for creating mock D-Bus services
 - !5 build: Don’t install things if used as a subproject
 - !6 tests: Don’t use install kwarg to configure_file(); it doesn’t exist
 - !8 dbus-queue: Minor documentation fixes and additions