[ubuntu/quantal] libfm 1.0~rc1-1ubuntu1 (Accepted)

Colin Watson cjwatson at canonical.com
Thu Jul 19 09:40:18 UTC 2012


libfm (1.0~rc1-1ubuntu1) quantal-proposed; urgency=low

  * Merge with Debian, Ubuntu remaining changes:
  * Revert the drop of libfm-data and libfm-gtk-data binaries.
  * debian/control:
   - Install apport hook on libfm-data.install.
   - Build-depends on valac.
   - Remove dupplicate sections.
  * debian/libfm*3.install :
   - Add the SONAME number in installed file.
  * debian/rules:
   - Enable demo executables.
   - Don't enable debug.
  * debian/libfm-gtk-bin.install:
   - Move libfm-pref-apps and libfm-demo into it's own binary.
  * debian/rules & debian/libfm*3.install & debian/control:
   - Bump SONAME.
  * debian/*.symbols:
   - Update symbols files.
  * debian/copyright:
   - Fix reference to LGPL-2.
  * debian/patches
   - 05_set_icon_name_for_main_window.patch: Set icon for main (dlg) window so
     it displays in panel. (LP: #737274)

libfm (1.0~rc1-1) unstable; urgency=low

  [ Daniel Baumann ]
  * Removing cache files if no other gio module is left on purge
    (Closes: #659925).

  [ Sergey Slipchenko ]
  * Adding manpage for libfm-pref-apps.

  [ Daniel Baumann ]
  * Updating GPL blurbs in copyright file.

  [ Martin Bagge ]
  * Merging upstream version 1.0~rc1.
  * Adding myself as co-maintainer.
  * Adding valac to build-depends.
  * Using upstream manpage for libfm-pref-apps instead of local version.

  [ Daniel Baumann ]
  * Merging libfm-data into libfm1, libfm-data is very small and libfm1 depends
    on it anyway.
  * Renaming libfm1-dbg to proper unversioned name libfm-dbg.
  * Merging libfm-gtk-bin into libfm-gtk1, libfm-gtk-bin depends on libfm-gtk1
    and nobody is using libfm-gtk1 without libfm-gtk-bin anyway.

  [ Martin Bagge ]
  * Bumping soname to 3.
  * Enabling debug symbols.
  * Updating symbols file for upstream version 1.0~rc1.
  * Enabling hardening.

libfm (0.1.17-2) unstable; urgency=low

  * Updating maintainer field.
  * Adding myself to uploaders.
  * Updating vcs fields.
  * Removing whitespaces at EOL and EOF.
  * Updating package to debhelper version 9.
  * Updating package to standards version 3.9.3.
  * Making build-depends unversioned where already fulfiled as of
    squeeze.
  * Always including apport hook, not only on ubuntu.
  * Sorting build-depends.
  * Rewriting copyright file machine-readable format version 1.0.
  * Prefixing debhelper files with package name.
  * Decrufting watch file.
  * Rediffing lxde-conf.patch with common diff options.
  * Decrufting rules file.
  * Simplyfing debhelper install files.
  * Switching to xz compression for both the source and the binary
    packages.
  * Reworking package descriptions a bit.
  * Wrapping depends.
  * Updating packaging for multiarch.
  * Sorting packages in control.

libfm (0.1.17-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Only include debug symbols for the libraries in libfm1-dbg, so it doesn't
    clash with old versions (closes: #658216)

libfm (0.1.17-1) unstable; urgency=low

  [ Andrew Lee (李健秋) ]
  * Merging upstream version 0.1.17:
    (Closes: #653337, #608077, #639982, #614470)
    - Added missing files for building API doc with gtk-doc.
    - Fixed incorrect header guards.
    - Added some compatibility headers and files used with min-lib-ver.py
      for future gtk3 migration.
    - Added warning message for gtk-doc in autogen.sh and add configuration
      summary in configure.ac.
    - Removed generated files from version control. and Fix wrong project
      URL in configure.ac.
    - fixed a DSO issue
    - re-added docs
    - Remove docs directory from make file
    - Added missing license header
    - Try to fix Lubuntu bug LP#820865: pcmanfm cut&paste a folder to a
      destination folder withouth write permission causes data loss.
      https://bugs.launchpad.net/ubuntu/+source/pcmanfm/+bug/820865
    - Add missing license info and fix some build problems found by make
      distcheck.
    - Bumped ABI version with libtool -version-info to 1:0:0.
    - Update AUTHORS info.
    - Fixed Regression: Dnd to add folder to bookmarks is broken.
    - Added optional window titles to commonly used dialogs provided
      by fm-gtk-utils.c. Fix #3300800
    – Deletion prompt has no title.
    - Fixed untranslatable messages.
    - Make menu of side pane translatable.
    - Apply patch #3301641: Typing “~” in location bar loads root folder.
    - API changed: fm_folder_get_is_loading() -> fm_folder_get_is_loaded(),
      fm_folder_model_get_is_loading() -> fm_folder_model_get_is_loaded().
      Add fm_folder_view_get_is_loaded(). Correctly update popup menu of
      FmSidePane when mode is changed.
    - Added missing g_object_ref. - Add "changed", "removed",
      "content-changed", and "fs-info" signals to FmFolder and add
      filesystem size query to FmFolder.
    - Implement %k field code for Exec key according to desktop entry spec.
    - Fixed SF#3093778 Pasting empty string causes copying “/” to current
      folder.
    - Added a simple and basic implementation of button-style path bar.
    - Fixed SF#3086703 – PCManFM crashes on non existent directories.
    - Fixed SF#3115734 – Copying to long path names.
    - Do chdir to / if cwd is under the mounted filesystem which is going
      to be unmounted.
    - Fixed SF#3114626 – PCManFM 0.9.9 Umount partitions problem.
    - Fixed SF#3127903 – Fails to give permission denied error when
      overwriting.
    - Fixed reference of invalid widget pointer in properties dialog.
    - Prevent removing built ui files and fix #3181001
    – data/ui/*.glade files missing in tarball.
    - Show tooltips for tab labels when the label text is ellipsized.
    - Use a forward compatible way to register uri scheme handlers as in
      glib >= 2.27.
    - Fixed SF#3094197: Prepare deprecation of the gio module.
    - Fixed SF#3132262: Crash when trying to restore files from trash.
    - Fixed SF#3148077: Latest pcmanfm/libfm crashes when trying to open
      /proc/self/fd/ (or its symlink /dev/fd/). In this same system
      nautilus opens that directory fine.
    - Fixed SF#3143296: spaces are still (or again) not escaped in paths to
      execute.
    - Fixed SF#3135910: "Extract here" doesn’t handle space and encoding
      characters.
    - Added some macros to validate enum values.
    - Changed order of typedeffing enums and declaring them
    – for C++ compatibility

  [ Sergey Slipchenko ]
  * Drop 02-libfm-0.1.14-API-changes.patch.
  * Bumped SONAME. Fixed unused build dependency on cdbs as reported on PTS.
  * Added configure option to build with gtk-doc, changed name of the package
    with debugging symbols.
  * Renamed *.install and *.symbols files based on new package names.
  * Fixed files and directories to install, usr/lib/gio/modules needed when
    glib < 2.27 (on squeeze).
  * Updated *.symbols files.

  [ Andrew Lee (李健秋) ]
  * Updating Vcs tags.
  * Using Debhelper 8.
  * Sorting Build-Depends.
  * Warpping build-depends.
  * Warpping and sorting depends.
  * Updating copyright info.
  * Drop useless NEWS and README in debian/docs.
  * Removing useless whitespaces at EOL and EOF.
  * Solving dependency problem while upgrade: Added new binary packages
    libfm-data and libfm-gtk-bin.
  * Create libfm-data.install and relocate files except .so from
    libfm1.install.
  * Create libfm-gtk-bin.install and relocate files except .so from
    libfm-gtk1.install.
  * Bumped standards-version to 3.9.2.

Date: 2012-07-18 22:20:14.687446+00:00
Changed-By: Julien Lavergne <julien.lavergne at gmail.com>
Signed-By: Colin Watson <cjwatson at canonical.com>
https://launchpad.net/ubuntu/quantal/+source/libfm/1.0~rc1-1ubuntu1
-------------- next part --------------
Sorry, changesfile not available.


More information about the Quantal-changes mailing list