dconf 0.40.0

2021-03-12 Thread Daniel Playfair Cal
News - common: Add missing G_BEGIN/END_DECLS to allow use of headers from C++ code (Philip Withnall, !67) Download https://download.gnome.org/sources/dconf/0.40/dconf-0.40.0.tar.xz (115K) sha256sum: cf7f22a4c9200421d8d3325c5c1b8b93a36843650c9f95d6451e20f0bcb24533

dconf 0.39.1

2021-02-07 Thread Daniel Playfair Cal
News - build: improve libdconf visible symbols (Inigo Martinez, Daniel Playfair Cal, !59) - engine: do not emit optimistic change notifications unless the local value is different (Daniel Playfair Cal, !2) - build: minor fixes to bash completion script (Philip Withnall, !64

dconf 0.38.0

2020-09-12 Thread Daniel Playfair Cal
News - build: Install bash-completion relative to datadir (Jan Trojnar, !58) - client: add `dconf compile` to shell autocomplete (Andreas Polnas, !60) Download https://download.gnome.org/sources/dconf/0.38/dconf-0.38.0.tar.xz (113K) sha256sum:

dconf 0.35.1

2020-01-05 Thread Daniel Playfair Cal
About dconf === dconf is a simple key/value storage system ideal for storing user preferences News - Writer service: avoid writing to disk and emitting changed signals when write requests do not result in changes to the database (Daniel Playfair Cal, !3) - build: Drop

dconf 0.34.0

2019-09-09 Thread Daniel Playfair Cal
About dconf === dconf is a simple key/value storage system ideal for storing user preferences Download https://download.gnome.org/sources/dconf/0.34/dconf-0.34.0.tar.xz (110K) sha256sum: 943a94ab16121de5580ceaed2605b87444d1bca1c6cd8beefb778bcb0aa2da52

dconf 0.33.2

2019-08-19 Thread Daniel Playfair Cal
About dconf === dconf is a simple key/value storage system ideal for storing user preferences News - Drop references to GDBusConnection objects when D-Bus connections are closed (Andre Magalhaes, #51) Download

dconf 0.33.1

2019-07-15 Thread Daniel Playfair Cal
About dconf === dconf is a simple key/value storage system ideal for storing user preferences News - Factor out a common method to route completion of D-Bus methods through (Cosimo Cecchi, #29) - build: Use weak bindings in gvdb to fix linking with LLD (Ting-Wei Lan, #28)

dconf 0.31.2

2019-02-04 Thread Daniel Playfair Cal
About dconf === dconf is a simple key/value storage system ideal for storing user preferences News - Bin: rewrite dconf utility in C. Updates are no longer conditional on the mtime of the database directory and files. Help information is shown on erroneous usage, but not

dconf 0.30.1

2018-10-22 Thread Daniel Playfair Cal
About dconf === dconf is a simple key/value storage system ideal for storing user preferences News - Engine: Fix memory leak when subscribing to a path (Guido Günther; !25) Download https://download.gnome.org/sources/dconf/0.30/dconf-0.30.1.tar.xz (102K)

dconf 0.30.0

2018-09-02 Thread Daniel Playfair Cal
About dconf === dconf is a simple key/value storage system ideal for storing user preferences News None. Download https://download.gnome.org/sources/dconf/0.30/dconf-0.30.0.tar.xz (102K) sha256sum: 0af256c98395ec5241e830cb0cc760047dfa6d94f2fe93311e021ff94e14a715

dconf 0.29.2

2018-08-26 Thread Daniel Playfair Cal
path with sysconfdir. This is useful for JHBuild environments and systems that don't want to use /etc/dconf. (Ting-Wei Lan; !21, #739229) - Engine: Change overflow thresholds in subscription counts from GMAXUINT32 to GMAXUINT (Daniel Playfair Cal; !20) - Change meson flag used to build Gtk

dconf 0.29.1

2018-08-13 Thread Daniel Playfair Cal
to the given path. In the case that some value changes while a subscription request is in progress, a changed signal is only sent for the path being subscribed to instead of the root path. (Daniel Playfair Cal; !1, !5, #790640) - Engine: fix deadlock which occured when using the engine from