Skip to content

Changelog d-conf (0.26.0-2ubuntu3)

2018

d-conf (0.26.0-2ubuntu3) bionic; urgency=medium

   * 0001-Don-t-create-the-user-config-dir-as-world-readable.patch:
     - create the config dir with permissions 700 so it's not world readable
       (lp: #1735929)

2016

d-conf (0.26.0-2) unstable; urgency=medium

   * Convert from cdbs to dh.
   * Bump debhelper compat level to 10.
   * Run the test-suite but don't make it fatal yet. Needs further tweaks to
     run successfully in a build chroot.
   * Bump Standards-Version to 3.9.8.
   * Add Build-Depends-Indep on libglib2.0-doc for proper cross-references in
     the gtk-doc API documentation.

d-conf (0.26.0-1) unstable; urgency=medium

   * New upstream release.
   * Update symbols file for libdconf1 with new API additions.
   * Drop packages for libdconf-dbus. The libdbus-1 backend has been removed
     upstream, dconf now always uses GDBus.
     Drop Build-Depends on libdbus-1-dev accordingly.
   * Update debian/copyright and remove section about libdconf-dbus.
   * Bump Build-Depends on libglib2.0-dev to (>= 2.44.0) as per configure.ac.
   * Drop libdconf-dbg package now that we have automatic dbgsym packages.
   * Ensure proper upgrade from libdconf-dbg to new dbgsym packages by using
     dh_strip --dbgsym-migration. Bump Build-Depends on debhelper accordingly.
   * Bump Standards-Version to 3.9.7.
   * Drop debian/patches/01_env_path.patch, gdm3 now uses the file-db mechanism
     to set the location of the dconf database.

2015

d-conf (0.24.0-2) unstable; urgency=medium

   * Upload to unstable.
   * Drop obsolete Breaks/Replaces from pre-wheezy.
   * Update Homepage: URL.
   * Sort entries in debian/libdconf1.symbols.
   * Point Vcs-* to the unstable branch.
   * Bump Standards-Version to 3.9.6.
   * Bump debhelper compatibility level to 9.

d-conf (0.24.0-1) experimental; urgency=medium

   * New upstream release 0.24.0.
   * This release removes dconf-editor, which has moved to a different source.
     Drop the dconf-editor binary package.

2014

d-conf (0.22.0-1) unstable; urgency=medium

   [ Andreas Henriksson ]
   * debian/watch: only scan for stable releases.
 
   [ Iain Lane ]
   * New upstream release

d-conf (0.21.0-1) experimental; urgency=medium

   * New upstream development release.
   * Preemptively set Vcs-* urls to unstable
   * debian/dconf-editor.install:
     change desktop file name to ca.desrt.dconf-editor.desktop to follow
     upstream change to make application was made DBus-activatable.

d-conf (0.20.0-2) unstable; urgency=medium

   * Force strict dependency between dconf-cli and libdconf1.

d-conf (0.20.0-1) experimental; urgency=medium

   [ Jackson Doak ]
   * New upstream release
   * Bump valac build-depend to 0.18.0

d-conf (0.19.91-1) experimental; urgency=medium

   [ Iain Lane ]
   * Update Vcs-* URLs for experimental
   * Run with dh_install --fail-missing
   * Install the appdata file
   * New upstream release 0.19.91
 
   [ Andreas Henriksson ]
   * New upstream release 0.19.90.
   * Bump glib build-dependency to 2.39.1 according to configure.ac
   * Update debian/patches/01_env_path.patch to apply again.
   * Update debian/libdconf1.symbols with one added symbol.

2013

d-conf (0.18.0-1) unstable; urgency=low

   * New upstream release.
   * Bump build-dependency on libgtk-3-dev to >= 3.4.0
   * debian/dconf-editor.install: don't install usr/share/dconf-editor
     - GLib UI resources are now embedded using glib-compile-resources

d-conf (0.16.1-1) unstable; urgency=low

   [ Jeremy Bicha ]
   * Update homepage
 
   [ Iain Lane ]
   * New upstream release 0.16.1
     + Fix a crash when using DConfChangeset in two threads (as can happen
       during normal writes to dconf).

d-conf (0.16.0-4) unstable; urgency=low

   * In dconf 0.13.4 support for some deprecated profile specification
     syntax was removed which was still in use by gdm3. Add Breaks against
     unfixed versions of gdm3.

d-conf (0.16.0-3) unstable; urgency=low

   * Upload to unstable.
   * Refresh 01_env_path.patch.
   * Bump Standards-Version to 3.9.4. No further changes.

d-conf (0.16.0-2) experimental; urgency=low

   [ Sebastien Bacher ]
   * debian/control.in, debian/dconf-editor.install,
     debian/dconf-cli.install, debian/dconf-tools.install:
     - split dconf-tools in dconf-cli and dconf-editor, the dconf command
       line utility is used outside GNOME/GTK environments and shouldn't
       require gtk. Keep the dconf-tools binary as a transitional one so
       users upgrading still have the editor.
   * debian/control.in, debian/tests:
     - simple build/run autopkg test, thanks Rafal Cieslak and Martin Pitt
 
   [ Iain Lane ]
   * Build-Depend on valac (>= 0.17) to use the default valac instead of
     selecting the (now removed) valac-0.18 directly. (Closes: #709699)
   * Make transitional package Priority: extra and add ${misc:Depends} -
     thanks, Lintian.

d-conf (0.16.0-1) experimental; urgency=low

   [ Josselin Mouette ]
   * libdconf-dev breaks/replaces valac (<< 0.9.5). Closes: #694363.
 
   [ Thomas Bechtold ]
   * New upstream release.
   * debian/patches/git_read_default_value.patch: dropped, applied upstream.
   * debian/libdconf1.symbols: Added new symbols.
   * debian/control.in: Update glib build dependency according to configure.ac.
 
   [ Emilio Pozuelo Monfort ]
   * New upstream release.

2012

d-conf (0.14.0-1) experimental; urgency=low

   * Team upload
 
   [ Emilio Pozuelo Monfort ]
   * New upstream release (Closes: #690801)
     + debian/control.in:
       - Update build dependencies.
     + debian/patches/01_env_path.patch:
       - Updated patch from Robert Ancell.
     + debian/dconf-tools.install,
       debian/rules:
       - Update path for the bash completion file.
     + debian/control.in,
       debian/rules,
       debian/libdconf[01].*:
       - Update for the new SONAME.
     + debian/dconf-service.install,
       debian/dconf-tools.install:
       - Install the manpages (LP: #950154) and translations.
 
   [ Simon McVittie ]
   * Use dpkg-maintscript-helper to clean up the obsolete bash completion file
   * Add NEWS.Debian.gz recommending logging out and back in
   * Add patch from upstream (via Ubuntu) to fix reading default values

d-conf (0.12.1-3) unstable; urgency=low

   * libdconf-dev breaks/replaces valac (<< 0.9.5). Closes: #694363.

d-conf (0.12.1-2) unstable; urgency=low

   * 01_env_path.patch: support the DCONF_PATH environment variable. This
     is necessary for the gdm3 packaging.

d-conf (0.12.1-1) unstable; urgency=low

   * New upstream release. Closes: #664038
   * Bump Build-Depends on cdbs for multiarch support.
   * Update Build-Depends on valac-0.12 to valac-0.16 (>= 0.15.1).
     Closes: #663303
   * Bump Build-Depends on libglib2.0-dev to (>= 2.31.18).
   * Install icon for dconf-editor.
   * Bump Standards-Version to 3.9.3.
   * Update Vcs-* URLs.
   * Update Format URL to the final copyright format 1.0 spec.

2011

d-conf (0.10.0-3) unstable; urgency=low

   * Upload to unstable.
   * debian/control.in:
     - Do not hardcode multiarch-support in Pre-Depends but let debhelper set
       it via ${misc:Pre-Depends} instead.
     - Bump Build-Depends on debhelper accordingly.

d-conf (0.10.0-2) experimental; urgency=low

   * Tighten dependency on libdconf0.
   * Pass multiarch path to the gio modules dir.
   * Break glib < 2.30 because of the multiarch path.
   * Support multiarch:
     + Split the service in dconf-service (multi-arch: foreign).
     + Keep only the gio module in dconf-gsettings-backend (m-a: same).
     + Move libraries to the multiarch path.
     + Make them pre-depend on multiarch-support.
   * -dev recommends -doc.
   * Use the occasion to rename /usr/lib/d-conf to /u/l/dconf.

d-conf (0.10.0-1) experimental; urgency=low

   [ Laurent Bigonville ]
   * debian/watch: Move to .xz tarballs
 
   [ Sjoerd Simons ]
   * New upstream release
   * debian/patches/01-sys-mount-h-include-fix.patch:
     - Removed, merged upstream
   * debian/libdconf0.symbols: Updated
   * Add breaks from libdconf0 to dconf-gsettings-backend to prevent
     issues from mismatches in the d-bus protocol

d-conf (0.7.5-3) unstable; urgency=low

   * Re-enable dconf-editor.

d-conf (0.7.5-2) unstable; urgency=low

   * Strip leading debian/tmp/ from .install files.
   * Bump Standards-Version to 3.9.2. No further changes.
   * Temporarily disable dconf-editor so we can bootstrap d-conf on kfreebsd.
   * Don't install bash completion file as executable shell script.
   * debian/patches/01-sys-mount-h-include-fix.patch
     - Include headers in a proper way to fix FTBFS on hurd and kfreebsd.
       Thanks Pino Toscano for the patch. (Closes: #629211)

d-conf (0.7.5-1) unstable; urgency=low

   [ Laurent Bigonville ]
   * debian/control.in:
     - Switch Vcs-* branches to unstable
 
   [ Justin B Rye ]
   * Improvements to the package descriptions. Closes: #622984.
 
   [ Martin Pitt ]
   * New upstream release.
   * debian/dconf-tools.install: Install new dconf-editor schema file.
   * debian/dconf-tools.install: Install bash completion script.

d-conf (0.7.3-4) unstable; urgency=low

   * Upload to unstable
   * debian/rules: Remove include of check-dist.mk

d-conf (0.7.3-3) experimental; urgency=low

   * Brown paper bag release.
   * Move the Provides: to the new package.

d-conf (0.7.3-2) experimental; urgency=low

   * Split the GSettings backend in its own package:
     dconf-gsettings-backend. It will allow to have a stable name in case
     something changes in the library. Thanks Emilio for the idea.

d-conf (0.7.3-1) experimental; urgency=low

   * New upstream release.
     + debian/control.in:
       - Update build dependencies.

d-conf (0.7.2-1) experimental; urgency=low

   [ Emilio Pozuelo Monfort ]
   * New upstream release.
     + Drop gir package, g-i support removed upstream.
     + debian/control.in:
       - Update build dependencies.
     + debian/libdconf0.symbols:
       - Update for the new libdconf-dbus library.
       - Add Build-Depends-Package fields.
   * debian/control.in,
     debian/compat,
     debian/rules:
     + Switch to CDBS and debhelper 8.
   * debian/rules:
     + Abort the build if the symbols file is out of date.
     + Make the shlibs file always depend on the last upstream release.
 
   [ Laurent Bigonville ]
   * debian/control.in:
     - Add new binary packages libdconf-dbus-1-0, libdconf-dbus-1-dbg, and
       libdconf-dbus-1-dbg.
     - Have libdconf-dbus-1-0 depend on libdconf0 for its dbus service,
       even though it doesn't use any of its symbols
   * debian/copyright:
     - Use DEP5 syntax
   * debian/rules, debian/libdconf*.install:
     - Updated to handle new library binary package
       even though it doesn't use any of its symbols
   * debian/patches/fix-doc-linking.patch:
     - Fix link order issue with gtk-doc scanning
   (Thanks to Ubuntu guys for the changes)
 
   [ Emilio Pozuelo Monfort ]
   * debian/patches/fix-doc-linking.patch:
     + Removed, no longer necessary.
   * New upstream release.
     + debian/control.in:
       - Updated build dependencies.
       - Update the gtk+ 3 build dependency for the new package names.
     + debian/libdconf0.symbols,
       debian/libdconf-dbus-1-0.symbols:
       - Updated.

2010

d-conf (0.5.1-2) experimental; urgency=low

   [ Laurent Bigonville ]
   * debian/control.in:
     - Bump Standards-Version to 3.9.1 (no further changes)
     - Bump libglib2.0-dev build-dependency
     - Drop libgee-dev build-dependency, not needed anymore
     - libdconf0 Provides gsettings-backend
   * debian/libdconf-dev.install:
     - Install .vapi file
   * debian/watch: Fix URL pattern
 
   [ Emilio Pozuelo Monfort ]
   * Update to the new gir policy:
     - Rename gir1.0-dconf-0.3 to gir1.2-dconf-0.3.
     - Bump the gobject-introspection build dependency.
     - Build depend on gir1.2 packages.

d-conf (0.5.1-1) experimental; urgency=low

   * New upstream release
   * Remove debian/patches/01_unbump_gi.patch
   * Needs build-dep on gobject-introspection >= 0.9.6

d-conf (0.5-1) experimental; urgency=low

   [ Sjoerd Simons ]
   * debian/contro{,.in}:
     - build-depend on newer (unstable) libglib as there was an ABI change
 
   [ Gustavo Noronha Silva ]
   * New upstream release
   - needs valac 0.9.4
   - doesn't ship static library anymore (dropped libtool, btw)
   - broke ABI - not changing package name, it's experimental after all,
     right? RIGHT?

d-conf (0.4.2-1) experimental; urgency=low

   * New upstream release
   * debian/control:
   - build-depend on valac >= 0.9.2

d-conf (0.4.1-1) experimental; urgency=low

   [ Laurent Bigonville ]
   * Initial debian release (Thanks to Robert Ancell)
   * Put under Debian GNOME Team maintenance
   * debian/control:
     - Do some cleanup
     - Add libglib2.0-dev dependency against libdconf-dev package
   * Add libdconf-dbg and libdconf-doc packages
 
   [ Sjoerd Simons ]
   * Add support for get-orig-source target

d-conf (0.4.1-0ubuntu1) maverick; urgency=low

   * New upstream release
   * debian/control:
     - Bump build-depend on libglib2.0-dev
     - Build-depend on valac, libgtk2.0-dev, libxml2-dev, libgee-dev

d-conf (0.4-0ubuntu2) maverick; urgency=low

   * debian/libdconf-dev.install:
     - Only install gir files from /usr/share, otherwise conflicts with dbus files
       in libdconf0

d-conf (0.4-0ubuntu1) maverick; urgency=low

   * New upstream version:
     - fix crashes when the dconf database doesn't yet exist
     - add some incomplete gtk-doc
     - use new GVDB
     - implement GSettings sync
     - use string tags instead of sequence numbers since it was impossible
       to have universally unique sequence numbers
     - theoretical support for sharing dconf databases between machines with
       different byte orders
     - fix bug where first write was not successful when auto-starting service
     - FreeBSD build fixes
     - client API cleanups
     - GObject introspection support
     - enable automake silent rules by default for tarball builds
   * debian/control:
     - build-depends on libgirepository1.0-dev, gobject-introspection,
       gir1.0-glib-2.0
     - list the new gir binary
   * debian/gir1.0-dconf-0.3.install, debian/libdconf-dev.install:
     - updated to install the gobject-introspection gir and typelib and the
       documentation
   * debian/libdbconf0.symbols:
     - define library symbols
   * debian/rules:
     - call dh_girepository

d-conf (0.3.1-1) UNRELEASED; urgency=low

   * Upload to Debian
   * The library has non-versioned files because upstream said that the dbus
     interface will change over time and the library and service should be in
     the same binary. Since the service is not versioned and several versions
     should not be installed at the same time the library would using conflicts
     on soname change anyway and it's easier to ship one binary.
   * debian/copyright:
     - small copyright tweaking

d-conf (0.3.1-0ubuntu2) maverick; urgency=low

   * debian/control, debian/dconf-tools.install:
     - install the binaries in dconf-tools
   * debian/libdconf-dev.install:
     - don't install the .la there
 
   [ Robert Ancell ]
   * debian/control:
     - Add Vcs-Bzr link

d-conf (0.3.1-0ubuntu1) maverick; urgency=low

   * Initial release