Opened 10 years ago
Closed 10 years ago
#7128 closed enhancement (fixed)
xdg-utils-1.1.1
| Reported by: | Fernando de Oliveira | Owned by: | Fernando de Oliveira |
|---|---|---|---|
| Priority: | high | Milestone: | 7.9 |
| Component: | BOOK | Version: | SVN |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Have worked on this since yesterday, creating with myself as owner. There are 6 failed tests.
http://portland.freedesktop.org/download/xdg-utils-1.1.1.tar.gz
http://portland.freedesktop.org/download/xdg-utils-1.1.1.tar.gz.asc
Announcement with Changelog for 1.1.1:
http://lists.freedesktop.org/archives/portland/2015-October/001190.html
Complete Changelog, although jumps from to 1.1.0-rc1 to 1.1.0, has already one entry for 1.1.2 (unreleased), related to WAYLAND. Fortunately, Bruce gave last Changelog date, when creating the ticket for 1.1.0-rc3: The last change in the Changelog is dated 2014.10.09. Thus, including everything after that date until 1.1.1 (there are new entries afterwords:
https://bazaar.launchpad.net/~vcs-imports/xdg-utils/master/view/head:/ChangeLog?sort=date
or
[Portland] 1.1.1 released
Per Olofsson pelle at debian.org
Mon Oct 5 12:23:47 PDT 2015
Hi,
I just released xdg-utils 1.1.1.
Changes:
=== xdg-utils 1.1.1 ===
2015-10-05 Per Olofsson <pelle at debian.org>
• xdg-screensaver: Run 'xset -dpms' and then 'xset +dpms' to reset
the DPMS timer. Thanks to Stephen Thomas for the idea. (Debian bug
#745340)
• xdg-open: Fix regression in generic mode (wrong variable name)
which prevented files from being opened using the desktop
file/mimeapps.list mechanism.
• xdg-open: Add proper quoting so that files with spaces in their
names can be opened in generic mode and LXDE. (Debian bug #801048)
--
Pelle
=== xdg-utils 1.1.0 ===
2015-10-04 Per Olofsson <pelle@debian.org>
• Add references to specifications to the manuals. (Debian bug
#800826)
• xdg-email: Remove obsolete references to
http://portland.freedesktop.org/wiki/EmailConfig from the manual.
2015-10-03 Per Olofsson <pelle@debian.org>
• xdg-email: Rewrite open_kde()
• xdg-open: Only strip queries (?) and fragments (#) from file URLs
before decoding them, not from (decoded) paths. Otherwise we can't
open files with hash or question marks in their names. (Debian bug
#800355)
2015-09-27 Per Olofsson <pelle@debian.org>
• xdg-settings: Detect generic DE instead of failing. (Debian bug
#787791)
• xdg-settings: Add a proper generic mode.
2015-09-26 Per Olofsson <pelle@debian.org>
• xdg-mime: Check ~/.config/mimeapps.list instead of
~/.config/applications/mimeapps.list when looking for default
application.
• xdg-open: Fall back to generic mode if gvfs-open and gnome-open are
missing. Don't try to use gnome-open if running under GNOME 3 or
Cinnamon. (Debian bug #685304)
• xdg-open, xdg-email: Add iceweasel to the list of fallback
browsers. (Debian bug #788047)
2015-09-25 Per Olofsson <pelle@debian.org>
• xdg-utils-common: Add support for $XDG_CURRENT_DESKTOP value
X-Generic. When set, xdg-utils will pretend that it is running
under a generic DE which can be useful for debugging purposes.
2015-09-23 Per Olofsson <pelle@debian.org>
• xdg-open: Percent-decode file:// URLs in open_lxde and add
testcase. (BR89654)
2015-09-22 Per Olofsson <pelle@debian.org>
• Add a fully automated (non-interactive) test suite (under
development). Run it using "make autotest".
• xdg-screensaver: Use the DBus API from a Perl script to inhibit
gnome-screensaver. This is necessary since the SimulateUserActivity
call is not implemented. Calling Inhibit using dbus-send does not
work either since gnome-screensaver watches the pid of the calling
process and dbus-send exits immediately. Distributions are advised
to make xdg-utils depend on the Perl modules Net::DBus and
X11::Protocol. Thanks to Ben Hutchings for writing the Perl script.
• xdg-email: Add support for the $MAILER environment variable.
• xdg-open: Add support for running without X.
• xdg-open: Try www-browser first of the non-X browsers. (www-browser
is a symlink to the preferred non-X browser in Debian.)
• xdg-icon-resource: Don't try to install anything into empty
$icon_dir's.
2015-09-20 Per Olofsson <pelle@debian.org>
• xdg-open: Try $BROWSER first in generic mode if it is set by the
user.
2015-09-18 Rex Dieter <rdieter@fedoraproject.org>
• xdg-email: Recipients passed to Thunderbird are incorrectly quoted
(BR91996)
2015-09-16 Rex Dieter <rdieter@fedoraproject.org>
• xdg-screensaver support for xautolock (BR89655)
• xdg-icon-resource: does not support filenames with spaces (BR91758)
• xdg-open: Add support for multi-word $BROWSER commands (BR91989)
• xdg-open shell script contains bash code (BR86028)
• xdg-email: bashism: relies on bash's echo in run_thunderbird()
(BR91990)
• xdg-email: Icedove support (BR91997)
• xdg-email: generic mode does nothing (BR92008)
2015-07-15 Rex Dieter <rdieter@fedoraproject.org>
• better for other (non-gnome) GVfs-based desktops, from Yaakov
Selkowitz <yselkowi@redhat.com>
2015-07-01 Rex Dieter <rdieter@fedoraproject.org>
• xdg-email: generic check for assigned mailto (BR79929)
2015-04-13 Rex Dieter <rdieter@fedoraproject.org>
• xdg-mime: search mimeinfo.cache in $xdg_user_dir too (BR31629)
2015-04-06 Rex Dieter <rdieter@fedorparoject.org>
• xdg-open: does not exit if it does not recognize the mimetype
(BR89902)
2015-04-04 Rex Dieter <rdieter@fedoraproject.org>
• xdg-desktop-menu: does not support filenames with spaces (BR66605)
2015-03-23 Rex Dieter <rdieter@fedoraproject.org>
• xdg-open: fix regression where & gets replaced with \\& in URLs
2015-03-02 Rex Dieter <rdieter@fedoraproject.org>
• xdg-email: thunderbird launch in xdg-email in gnome3 fails
(BR61475)
2015-02-24 Lionel Orry <lionel.orry@gmail.com>
• xdg-mime: do not report multiple desktop files (BR60329)
2015-02-20 Rex Dieter <rdieter@fedoraproject.org>
• xdg-open: safer xdg-open (BR89130), inspired by patch from Vincent
Bernat <bernat@debian.org>
2015-01-19 Rex Dieter <rdieter@fedoraproject.org>
• xdg-open: better fix for command injection vulnerability (BR66670)
• xdg-open is extremely slow because get_key executes grep
unnecessarily (BR88524)
2015-01-15 Reuben Thomas <rrt@sc3d.org>
• xdg-mime: dereference symlinks when using mimetype or file
(BR39923)
• xdg-screensaver: Change screensaver_freedesktop's interpretation of
GetActive (BR29859)
2015-01-05 Rex Dieter <rdieter@fedoraproject.org>
• xdg-open: command injection vulnerability (BR66670)
2015-01-04 Rex Dieter <rdieter@fedoraproject.org>
• xdg-screensaver should control X11's screensaver in xfce as
fallback (BR80089)
Change History (3)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
| Priority: | normal → high |
|---|---|
| Status: | new → assigned |
Changed to high, because it is fixing vulnerabilities.

xdg-utils git repository is at freedesktop. http://cgit.freedesktop.org/xdg/xdg-utils/log/