* Suppress trailing space after the last password (Closes: #794635)
* Make pwgen -s more "secure" for 1 and 2 character passwords
(Closes: #666725)
* Fix option parsing of "pwgen --no-capitalize --no-vowels" (Closes: #791908)
* Add new option --remove-chars which removes chars from the set of
characters used to generate passwords (Closes: #836334)
* Fix manpage typo (Closes: #579178)
* Stop -s from overwriting other flags (Closes: #436912)
(Note all numbers are references to Debian bug reports.
Excerpted from debian/changelog.)
U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and
several other processors, which can be installed in a boot ROM and used to
initialize and test the hardware or to download and run application code.
This package provides U-Boot for the Pine64 Pine H64.
ARM Trusted Firmware (ATF) provides a reference implementation of secure
world software for ARMv8-A, including a Secure Monitor executing at
Exception Level 3 (EL3). It implements various ARM interface standards,
such as:
The Power State Coordination Interface (PSCI)
Trusted Board Boot Requirements (TBBR, ARM DEN0006C-1)
SMC Calling Convention
System Control and Management Interface
As far as possible the code is designed for reuse or porting to other
ARMv8-A model and hardware platforms.
ARM will continue development in collaboration with interested parties to
provide a full reference implementation of Secure Monitor code and ARM
standards to the benefit of all developers working with ARMv8-A TrustZone
technology.
This package provides ATF for Allwinner H6 family SoCs.
* Remove patches fixed in upstream
* Remove 'CONFIGURE_ARGS+= --disable-grub-emu-usb': option no more supported
* Fix DejaVu search path
* Remove hack for use of pkgsrc's flex on NetBSD (that causes build errors)
* Disable SSP checking (that causes linking errors)
Changes:
New in 2.02:
* New/improved filesystem and disk support:
* Big-endian UFS1.
* Experimental 64-bit ext2 support.
* Various fixes for non-512-byte sector devices.
* New `proc' filesystem framework, used by LUKS disks.
* Fix DM-RAID partition handling.
* New `nativedisk' command to switch from firmware to native disk drivers.
* Compressed HFS+.
* DragonFly BSD labels.
* CBFS (coreboot).
* Handle partitioned LVM properly.
* Use LVM UUIDs whenever possible.
* GPT PReP.
* New `progress' module that shows progress information while reading
files.
* ZFS features support.
* ZFS LZ4 support.
* XFS V5 format support.
* LVM RAID1 support.
* New/improved terminal and video support:
* Monochrome text (matching `hercules' in GRUB Legacy).
* Morse code output using system speaker.
* `spkmodem' output (simple data protocol using system speaker).
* Handle Japanese special keys.
* coreboot framebuffer.
* Serial on ARC.
* Native vt100 handling for grub-emu, replacing the use of the curses
library.
* New gfxmenu options for terminal window positioning, theme background
image handling, and scrollbar padding, plus `item_pixmap_style' and
`highlight_overlay'.
* Support several more image types (paletted and greyscale).
* Boot protocol improvements:
* Support Apple FAT binaries on non-Apple platforms.
* Improve FreeDOS direct loading support compatibility.
* Enable `linux16' on all x86 platforms, not just BIOS.
* New TrueCrypt ISO loader.
* multiboot2 boot-services EFI specification.
* multiboot2 EFI memory map specification.
* multiboot2 full-file specfication.
* New/improved network support:
* New variables `net_default_*' containing properties of the default
interface.
* Autoload `http' and `tftp' modules if necessary.
* Improve TFTP robustness.
* Parse `nd' disk names in GRUB Legacy configuration files.
* Issue separate DNS queries for IPv4 and IPv6.
* Support IPv6 Router Advertisement to configure default router.
* New variable net_<interface>_next_server containing next server
from BOOTP reply.
* Coreboot improvements:
* CBFS support both in on-disk images (loopback) and flash.
* Ability to launch another payload from flash or disk
* Coreboot framebuffer
* CBMEMC support (both logging and inspecting logs)
* Command for inspecting coreboot timestamps (`coreboot_boottime').
* Command for inspecting coreboot tables (`lscoreboot').
* New target default_payload.elf.
* Increased maximal core size.
* Prefer pmtimer for TSC calibration.
* New/improved platform support:
* New `efifwsetup' and `lsefi' commands on EFI platforms.
* New `cmosdump' and `cmosset' commands on platforms with CMOS support.
* New command `pcidump' for PCI platforms.
* Improve opcode parsing in ACPI halt implementation.
* Use the TSC as a possible time source on i386-ieee1275.
* Merge PowerPC grub-mkrescue implementation with the common one.
* Support grub-mkrescue on i386-ieee1275, sparc64, bootinfo machines such
as pSeries, and mips-arc.
* Make grub-mkrescue better support Apple Intel Macs on CD.
* Enable GRUB Legacy configuration file parsing on EFI.
* Support halt for Loongson 2E.
* ARM U-Boot and EFI ports.
* Reorganise platform-dependent code in utilities to avoid #ifdef mess.
* AROS and Haiku support for userspace utilities.
* Xen PV port.
* Fix EFI stack alignment.
* ARM64 EFI port.
* On Linux, read partition start offsets from sysfs if possible.
* New grub-macbless utility, and better integration with Mac firmware in
grub-install.
* Support Yeeloong 3A.
* Add `cpuid --pae' option to detect Physical Address Extension on x86.
* Support for USB debug dongles.
* Support for *-emu on all platforms (previously only i386/x86_64 worked).
* Support *-emu on Windows.
* New platform `none' which builds only user level utilities. This is now
default if target CPU is not supported.
* Support for booting little-endian Linux kernel on powerpc.
* Support network boot with Oracle sun4v vnet devices.
* Added SAS disks to the IEEE 1275 Open Firmware device list.
* Try multiple methods for TSC (timestamp counter) calibration - PIT, pmtimer,
EFI Stall. If everything fails, use hardcoded frequency 800MHz.
* Support Hyper-V Gen2 platforms which lack PIT for TSC calibration.
* Map UEFI Persistent Memory to E820 persistent memory.
* New Xen loader on ARM64.
* Respect alignment requirement for block device IO buffers on EFI.
* Security:
* Add optional facility to enforce that all files read by the core image
from disk have a valid detached digital signature.
* Performance:
* Avoid costly division operations in many places.
* New boot time analysis framework (`./configure --enable-boot-time').
* Initialise USB ports in parallel.
* New `testspeed' command to test file read speed.
* Speed-up gfxterm by storing intermediate results in more compact format.
* Lazy LVM/mdraid scan.
* Disk hints.
* Scripting:
* New `eval' and `tr' commands.
* grub-script-check fails on scripts containing no commands.
* Installation and other utility improvements:
* Add option to compress files on installation or image creation.
* Using grub-reboot no longer requires setting `GRUB_DEFAULT=saved'.
* Support probing EFI System Partition (requires os-prober >= 1.58).
* Fix inconsistent use of `GRUB_CRYPTODISK_ENABLE' and
`GRUB_ENABLE_CRYPTODISK'; the latter is now used consistently.
* grub-mount handles symbolic links to directories.
* Support disabling submenus with `GRUB_DISABLE_SUBMENU' configuration key
for grub-mkconfig.
* grub-install, grub-mknetdir, grub-mkrescue, and grub-mkstandalone
rewritten in C. They should now work in supported non-Unix-like
environments.
* Native mingw support.
* Ability to install on EFI under windows.
* Reorganise timeout handling using new `timeout_style' environment
variable and `GRUB_TIMEOUT_STYLE' configuration key for grub-mkconfig.
Menu hotkeys pressed during a hidden timeout now boot the corresponding
menu entry immediately.
* New `file' command and grub-file utility to check file types.
* New syslinux configuration file parser.
* Set menu entry class to primary OS name returned by os-prober to display
OS specific icon.
* On Linux x86 detect EFI word size in grub-install and automatically select
correct platform (x86_64-efi or i386-efi) to install. Requires Linux kernel
4.0 or higher.
* Build system:
* Remove all uses of nested functions; GRUB no longer requires an
executable stack.
* Fix documentation build with Texinfo >= 5.1.
* More robust and documented cross-compiling support.
* Partial clang support for some platforms (experimental).
* Partial mingw64 x86_64-efi compile support (highly experimental).
* Partial mingw32 i386-* (other than already present i386-pc)
compile support (highly experimental).
* Support for grub-mkpasswd on Windows.
* Eliminate the use of AutoGen. This allowed some performance
improvements to the build system.
* Remove variable length arrays.
* OpenBSD compile and tools support (NetBSD and FreeBSD were already supported).
* Fix build with FreeType >= 2.5.1.
* Make gentpl.py compatible with Python 3. It now requires at least
Python 2.6.
* modinfo.sh contains build information now.
* Added many new tests to improve robustness.
* Target is built without libgcc now. Necessary builtins are reimplemented
directly. This removes requirement for target-specific runtime on build
system.
* emu libusb support removed (was broken and unmaintained).
* powerpc64le compile support.
* Use fixed timestamp when generating GRUB image for reproducible builds.
* Verify at build time that modules contain only supported relocations and their
structure matches what boot-time module loader expects.
* Do not require fonts on powerpc-ieee1275.
* Revision control moved to git.
Changes on 1.3.0.2 since 1.3.0:
* Fixed launching menu entries shortcuts on desktop which was broken by making
them all executable in 1.3.0 - those should be launchable still.
* Fixed installing modules into non-standard path: libtool couldn't relink them
properly.
Changes on 1.3.0 since 1.2.5:
* Added emblem support by reading the "metadata::emblems" attribute provided by
GFileInfo. The metadata is provided by gio/gvfs and are currently stored in
$XDG_DATA_HOME/gvfs-metadata.
* Fixed typo: occured -> occurred.
* Made desktop entries treaten as executables. Now clicking on a native desktop
file opens a confirmation dialog instead of executing it. Trashed desktop
files are only opened as text files and desktop files under system menu
(i.e. menu://applications/) are executed without prompt as before.
* Fixed build error with vala 0.36.1.
* Fixed crash on launching nonexistent link targets.
* Added tooltips for attributes of copying files.
* Fixed thumbnails generation for files in the thumbnails cache directory which
actually should never be done.
* Fixed crash on pasting large string when completion matches.
* Prevented creation corrupted image thumbnails with gdk-pixbuf2 >= 2.36.1.
* Fixed crash in fm_config_load_from_file().
* Dropped displaying "extension" for a directory.
* Fixed crash on pasting a file into the search folder, show an error message
when the copy destination doesn't exist instead.
* Added new API for FmAction new object type, to replace old VALA-generated
code. New API is more convenient, C instead of VALA, and should support all
DES-API specification features, not just limited set.
* Migrated module 'gtk-menu-actions' to new DES-EMA actions API.
* Added display of data transferred to progress dialog.
* Fixed wrong names for files, copied from Google Drive and similar places.
Changes on 1.2.5 since 1.2.4:
* Fixed 'Launch in Terminal' issue when custom args were ignored.
* Fixed crash with non-UTF regex search pattern.
* Added 'termite' into the terminals database.
* Fixed possible crash on FmPlacesView.
* Fixed crash on non-existent directory listing job.
* Added conversion of all URIs schemes to file:/// by mapping them to
FUSE-mounted local paths if that is possible. This is required for
non-gio applications to open files mounted by gvfs.
* Added new MIME type for rar files to the archivers.list file.
* Fixed crash in _fm_template_update().
* Fixed incorrect initialization of FmPlacesViewClass, it should not call
fm_get_home_dir() but initialized with NULL, that will do the same at
runtime.
* Fixed FTBFS when libmenu-cache was installed to non-standard location.
* Added check for edit name "/" for remote root directory so display name
should be used in such cases as more sensible one.
* Fixed wrong width requested by FmCellRendererText (1.2.4 regression).
* Updated list of MIME types handled by xarchiver.
* Don't show error message when attempting to rename file into the same.
* Fixed crash after file info job finished on a folder that already left.
* Changed limitations on libfm-pref-apps.desktop to show only in LXDE.
* Fixed incomplete file copy job pausing in some cases.
* Fixed missing 'Empty Trash Can' option in desktop's trash context menu.
Changes on 1.3.0.2 since 1.3.0:
* Fixed launching menu entries shortcuts on desktop which was broken by making
them all executable in 1.3.0 - those should be launchable still.
* Fixed installing modules into non-standard path: libtool couldn't relink them
properly.
Changes on 1.3.0 since 1.2.5:
* Added emblem support by reading the "metadata::emblems" attribute provided by
GFileInfo. The metadata is provided by gio/gvfs and are currently stored in
$XDG_DATA_HOME/gvfs-metadata.
* Fixed typo: occured -> occurred.
* Made desktop entries treaten as executables. Now clicking on a native desktop
file opens a confirmation dialog instead of executing it. Trashed desktop
files are only opened as text files and desktop files under system menu
(i.e. menu://applications/) are executed without prompt as before.
* Fixed build error with vala 0.36.1.
* Fixed crash on launching nonexistent link targets.
* Added tooltips for attributes of copying files.
* Fixed thumbnails generation for files in the thumbnails cache directory which
actually should never be done.
* Fixed crash on pasting large string when completion matches.
* Prevented creation corrupted image thumbnails with gdk-pixbuf2 >= 2.36.1.
* Fixed crash in fm_config_load_from_file().
* Dropped displaying "extension" for a directory.
* Fixed crash on pasting a file into the search folder, show an error message
when the copy destination doesn't exist instead.
* Added new API for FmAction new object type, to replace old VALA-generated
code. New API is more convenient, C instead of VALA, and should support all
DES-API specification features, not just limited set.
* Migrated module 'gtk-menu-actions' to new DES-EMA actions API.
* Added display of data transferred to progress dialog.
* Fixed wrong names for files, copied from Google Drive and similar places.
Changes on 1.2.5 since 1.2.4:
* Fixed 'Launch in Terminal' issue when custom args were ignored.
* Fixed crash with non-UTF regex search pattern.
* Added 'termite' into the terminals database.
* Fixed possible crash on FmPlacesView.
* Fixed crash on non-existent directory listing job.
* Added conversion of all URIs schemes to file:/// by mapping them to
FUSE-mounted local paths if that is possible. This is required for
non-gio applications to open files mounted by gvfs.
* Added new MIME type for rar files to the archivers.list file.
* Fixed crash in _fm_template_update().
* Fixed incorrect initialization of FmPlacesViewClass, it should not call
fm_get_home_dir() but initialized with NULL, that will do the same at
runtime.
* Fixed FTBFS when libmenu-cache was installed to non-standard location.
* Added check for edit name "/" for remote root directory so display name
should be used in such cases as more sensible one.
* Fixed wrong width requested by FmCellRendererText (1.2.4 regression).
* Updated list of MIME types handled by xarchiver.
* Don't show error message when attempting to rename file into the same.
* Fixed crash after file info job finished on a folder that already left.
* Changed limitations on libfm-pref-apps.desktop to show only in LXDE.
* Fixed incomplete file copy job pausing in some cases.
* Fixed missing 'Empty Trash Can' option in desktop's trash context menu.
* Fixed potential access violation, use runtime user dir instead of tmp dir
for single instance socket.
* Fixed an issue with losing icons on desktop, when file name has a '[' char.
* Added a missing tooltip for 'New Window' toolbar button.
* Fixed an issue when single instance socket' directory did not exist (see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874753).
Changes on 1.2.5 since 1.2.4:
* Removed options to Cut, Remove and Rename from context menu on mounted
drive on the desktop, user might accidentally recursively remove its
contents.
* Removed 'Open in terminal' from context menu on folder on the desktop
that cannot be opened in terminal.
* Fixed invalid unref on CSS provider (GTK+ 3.0).
* Fixed unwanted unselection of items when right-clicked the desktop.
* Fixed endless loop in desktop items placement in some corner cases.
* Fixed spelling error in the manual page.
Changes in 1.1.0 since 1.0.2:
* Fixed crash with invalid <Name> tag in a menu.
* Added new API menu_cache_app_get_generic_name() to get generic
name for application.
* Fixed potential access violation, use runtime user dir instead of tmp dir.
It limits libmenu-cache compatibility to menu-cached >= 0.7.0.
* Directory $XDG_DATA_HOME/applications will be created if it does not
exist so it will be monitored in any case.
* Fixed issue when subdirectories added would be skipped in monitoring.
* Fixed potential file descriptors leak.
* Reduced inactivity timer to 6 seconds (from 600 seconds).
* Fixed an issue with multiple daemons started: test if daemon is already
running on socket before killing old socket file.
* Fixed 100% CPU load by menu-cached due to invalid dup2() call.
Changes in 1.0.2 since 1.0.1:
* Fixed crash in menu-cached if cache regeneration fails.
* Fixed 100% CPU load by menu-cached in some rare conditions.
* Invalid empty <DefaultLayout> should be ignored, see specification.
* Fixed crash in menu-cache-gen on <MergeFile type="parent"/> if no file
to merge found.
* Fixed showing empty Other menu in some cases.
* The option --disable-debug is now default, instead of --enable-debug.
0.9.3
-------------------------------------------------------------------------
* Finally fixed battery calculations, it missed Power so left time was
always at zero.
* Fixed task window raising on drop file on it (was broken since 0.9.0).
0.9.2
-------------------------------------------------------------------------
* Fixed battery selection if battery detached but another is available.
* Fixed battery percentage calculations if charge isn't available but
energy is, it appears broken in 0.9.0.
* Fixed wrong state change on task button when hovered, it shouldn't
receive selected state until window has urgency.
* Fixed wrong flat button appearance when hovered, it wasn't flat.
0.9.1
-------------------------------------------------------------------------
* Fixed build failure without ALSA.
* Added alternative mixers if build using OSS.
* Fixed panel flicker with some window managers.
0.9.0
-------------------------------------------------------------------------
* Added support for laptops with multiple batteries.
* Added a way to scroll through workspaces by using the scroll wheel over
the deskno plugin.
* Bunch of fixes for GTK+ 3.0 compatibility.
* Fixed outdated lxpanel man page.
* Fixed weather locations query (since YQL was changed recently).
* Converted space plugin into internal PanelSpace widget in liblxpanel.
* Converted task button into widget class to avoid ambiguous code.
* Added support for third-party plugins localized descriptions.
* Implemented "lxpanelctl command ..." to send message to panel plugin.
* Added APIs for PanelIconGrid to draw focus on drop.
* Converted launch button into widget class for more easy management.
* Adjusted PanelIconGrid: min spacing is now 1, no_window flag is now
left unset by default, spacing is taken into account on overall size
to be consistent on chosen orientation.
* Implemented dropping file or folder onto launch bar to create launcher.
* Implemented dragging launchers around launchbars (between panels too).
* Implemented dropping file or folder onto free panel space to create
launcher.
* Implemented dragging launchers from launchbar to some free panel space.
When launcher dropped onto another place and former place's launchbar
becomes empty, it will not be replaced with a bootstrapping icon (as
it happens when last launcher is removed via configuration dialog)
but launchbar will be removed from the panel instead, that behavior
is more obvious and sensible.
* Added stripping scheme from URI menu://applications/... when a launcher
is created, only menu-id itself should be used.
* Implemented moving plugins across panel by means of middle button drag
and drop, i.e. middle-click it then drag, and plugin will follow the
mouse until middle button is released.
* Merged 'volume' and 'volumealsa' plugins into single plugin which uses
the same interface but different driver, in dependency on how it was
built - either OSS or ALSA interface is used. Name 'volume' is used
for simplicity while 'volumealsa' is supported for compatibility.
* Made default channel in 'volume' plugin definable in config. If there
is no config statement then plugin finds first usable one, the same
as before.
* Made clicks for Toggle Mute, Show Slider and Open Mixer actions of the
'volume' plugin configurable. Defaults are the same: left-click shows
slider, middle-click toggles mute state.
* Added support for 'PCM' and 'Headphone' channels for OSS mixer.
* Added support for other (not default one) ALSA cards in 'volume' plugin
via 'CardNumber' setting.
* Added hotkey support into 'volume' plugin to be able to use multimedia
keys for volume changing directly by plugin.
* Fixed missing libkeybinder initialization (keybinding did not work).
* Fixed check for attempt to add a binding for the same hotkey which is
already bound elsewhere.
* Added a configuration dialog to the 'volume' plugin with all the new
settings available to choose and set, including preset of discovered
mixers, with ability to type own command as well.
* Fixed crash on action on task window which was deleted while task menu
is still opened.
* Fixed "dynamic" panel width allocation.
* Fixed PanelIconGrid allocation in rigth-to-left languages, it was wrong
so some icons might be invisible or placed under other plugins.
* Removed call to gtk_widget_set_style() from volume slider to fix colors
of current theme.
* Changed icon size handling on task bar - it may now maintain the same
size as rest of icons. It may affect users who are used to have them
smaller, it's why this feature was made configurable, corresponding
config variable is UseSmallerIcons and default is 1 (old behavior).
* Changed volume slider popup behavior - it now hides when loses focus.
* Fixed invalid memory access in weather plugin.
* Fixed incorrect reporting units on "Feel" value in weather plugin. YQL
always reports Fahrenheit degrees there.
* Added a safeguard on menu cache returning items with empty Exec line.
* Fixed maximizing windows using task bar, GDK functions not always work.
* Fixed wrong bind of preferences dialog to the panel, which resulted in
other dialogs appear on the same workspace where preferences was.
* Expanded launch buttons active area to launchbar borders so if clicked
even into desktop corner, it should activate button at that corner.
* Fixed few memory leaks in 'batt' plugin.
* Removed unwanted conversions with energy for charge in 'batt' plugin
which will mess up tooltip indications, and may make rate/percentage
calculations invalid.
* Replaced Xclimsg() with Xclimsgx() to be screen aware with X11 message.
* Added a workaround for WM like MWM which does not properly resize down
widgets of panel kind. It still leaves artefacts but is better now.
* Added a workaround on GtkBox behavior which does not send allocation
requests to children in some cases, so resizing of launchtaskbar on
panel height change was broken.
* Fixed PanelIconGrid layout on vertical panels with more than 1 column.
- imptcp: add ability to configure socket backlog
- omfile: do not permit filename that only consists of whitespace
- fmhash: new hash function module
- some better error messages
- imklog: add ratelimiting capability
- omkafka: added impstats counters for librdkafka returned statistics
- imudp
* use rsyslog message rate-limiter instead of home-grown one
* add stats counter "disallowed"
- imrelp: add parameter "oversizeMode"
- core: consistent handling of oversize input messages
- omfwd: add support for bind-to-address for UDP
- template systemd service file proposes higher permitted file handle
limit
- imuxsock: replace select() call by poll()
- nsdsel_ptcp: replace select() by poll()
- omprog: refactor tests, fix child closing issues
- core: config optimizer did not handle call_indirect
- debug support: add capability to print testbench-specific timeout
reports
- mmgrok: fix potential segfault
- imrelp bugfix: maxDataSize could be set lower than maxMessageSize
- build system bugfix: build broken if liblogging-stdlog installed in
custom path
- core bugfix: segfault on queue shutdown
- imfile bugfix: statefiles contain invalid JSON
- omfile bugfix: segfault if empty filename was given
- fix build issues when atomic operations are not present
- lmsig_ksils12 bugfix: build and static analyzer issues
- impstats bugfix: segfault if bound to non-existing ruleset
- mmjsonparse bugfix: invalid container name was not detected
- mmkubernetes bugfixes: fix lnrules, add defaults, add test
- build system bugfix: --enable-atomic-operations did not work
- bugfix: rsyslog aborts on startup when specific config errors are
made
- build system: remove no longer needed --enable-libcurl configure
Brings fixes for many platforms.
Full changelog:
1.2.1:
Stable release of ConsoleKit2
Changes since 1.1.2
New Features:
Add wscons headers for OpenBSD
Bug Fixes:
Allow changing to VTs we don't have a session for
Correct introspection prefixes
Change configure.ac to enable the udev backend with devattr
Use KDSKBMODE if defined
Use #ifdef HEADER_H instead of #ifdef OS
FreeBSD session activation
Place sessions with a VT on the static Seat1
clean up clang warnings
correct uninitialized variable warning
Explicitly check for needed symbols
Correct build errors in OpenBSD
fix compiling on FreeBSD
Misc Changes:
update gitignore
more autotools cleanup work
update readme with new deps
1.2.0:
Stable release of ConsoleKit2
Changes since 1.1.2
New Features:
Add wscons headers for OpenBSD
Bug Fixes:
Allow changing to VTs we don't have a session for
Correct introspection prefixes
Change configure.ac to enable the udev backend with devattr
Use KDSKBMODE if defined
Use #ifdef HEADER_H instead of #ifdef OS
FreeBSD session activation
Place sessions with a VT on the static Seat1
clean up clang warnings
correct uninitialized variable warning
Explicitly check for needed symbols
Correct build errors in OpenBSD
fix compiling on FreeBSD
Misc Changes:
update gitignore
more autotools cleanup work
update readme with new deps
1.1.2:
[Please note that this is a development release.]
New Features:
add a session-state property and method
Add session-class dbus property and get method
introduce libconsolekit
Add dbus method GetVTNr to Session
add dbus LockSession/UnlockSession
add dbus ActivateSession/ActivateSessionOnSeat
Bug Fixes:
add session class + state to ck-list-sessions
Allow session-class property to be set via OpenSessionWithParameters
wrong lib linked in libconsolekit.pc.in
remove the rest of the gcc warnings
remove warnings about signed/unsigned comparisons
remove warning about redeclaration
remove warnings about redundant function declarations
fix --enable-libudev configure flag
coverity: 180820 remove dead code
Misc Changes:
add CONSOLEKIT_DEBUGGING support back in
update ck-list-sessions man page
update tests for new methods added
simplify configure.ac
document session types allowed
1.1.1:
[Please note that this is a development release.]
Changes:
Don't try to run "chmod +x" on 90-consolekit, it is not a executable.
Use INSTALL_SCRIPT instead of INSTALL_PROGRAM for 90-consolekit.
Remove the root restriction for XDG_RUNTIME_DIR.
cgroups: Attempt to use 'cpuaccount' if 'all' cgroup fails on pid move
ck-remove-directory: return exit code 0 on success
ck-remove-directory: remove unused dest parameter on become_user
ck-remove-directory: remove dest dir as real user
Add support for selinux
Freebsd 10.3: Fix session activation
Fix a reversed condition for invalid device on NetBSD
cgroups: Use UID of logged in user instead UID of session leader process
Fix memory leaks and a memory corruption issue.
OpenBSD: adapt to recent kvm(3) restrictions
Fix pam-ck-connector on musl
Fix for OpenBSD and FreeBSD VT device naming scheme.
Add a few more display manager users to filter out.
Update udev rules.
Handle XDG_RUNTIME_DIR not being created/set.
Add support for server managed FDs.
Prevent a use-after-free when emitting signal changes.
Fix coverity and gcc warnings.
Add a LockedHint property.
2017-09-14: Reflect HPE's new company name
After Hewlett Packard Enterprise split from Hewlett-Packard, DMI OEM
tables reflect the new company name. Gen10 and subsequent systems will
use HPE. Gen9 and prior systems continue to use the old "HP" name.
2018-04-11: decode HPE UEFI type 219 Misc Features
The incorrect "Misc Feature" bit in type 219 table was being used to
identify that the platform is capable of booting with UEFI.
1.7.2
=====
- Thunar confuses files (bug #12435)
- Use display_name instead of basename to display filenames (bug #13532)
- Avoid unexpected overshoot fade on icon view
- Make it possible to assign accelerators to custom actions
- Killing thunar as well kills all launched sub-processes (bug #14277)
- Thunar User Configurable Actions do not work for remote locations (bug #7652), patch from (bug#7305)
- replaced links to "http://thunar.xfce.org/" with "https://docs.xfce.org/xfce/thunar/start"
- SIGSEGV when thumbnailer is under heavy load after opening many tabs (bug #13756)
- bumped dependency to xfce4-panel to API v.2 / 4.12.0
- Fixed creation of .desktop file when dropping URL into folder (bug #14239)
- Restoring non-empty folders leaves copy in Trash (bug #13535)
- Fixed an uncritical "use after free"
- Translation updates: Albanian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
Dutch, English (Australia),Finnish, French, Galician, German, Greek, Hebrew, Indonesian, Italian,
Japanese, Kazakh, Latvian, Lithuanian, Malay, Norwegian Bokmål, Persian (Iran), Polish, Portuguese,
Portuguese (Brazil), Russian, Serbian, Slovak, Spanish, Swedish, Turkish, Ukrainian
1.7.1
=====
- Do not translate "Trash" files and folders (Bug #14211)
- Regression: Context menu misplaced (bug #14216)
- Crash in thunar_file_is_gfile_ancestor (bug #14202)
- Add a systemd user unit for the two D-Bus session services (bug #12236)
- Add setting to show file sizes in bytes (bug #11690) fix for statusbar
- Add setting to show file sizes in bytes (bug #11690) fix for overwrite confirmation dialog
- Add setting to show file size in bytes in detailed view (Bug #11690)
- Show exact size in bytes in directory properties dialog (bug #12858)
- Thunar's "open with" custom command doesn't escape the path (bug #10883)
- Fix potential buffer overflow (bug #12444)
- Thunar fails to scan for file templates if the Templates directory is a symbolic link ( bug #12032 )
- missing codegen for "make dist" in thunar-tpa (bug #14190)
- Ported thunar-tpa to gdbus (bug #14038)
- fixed bug - no bool argument available for dbus signal "TrashChanged"
- Bump gtk to 3.22
- Prevent crash after updating thunar if old thunar deamon is still running
- Only show additional "real_name" of user in detailed_view if it is different from "name" (bug #13648)
- Change inappropriate word "Sentence" in upper-/lowercase renamer (bug #9483)
- Skip functions not meant to be introspectable (Bug #14045)
- Fix for failing GObject introspection build. Followup of (Bug #14070)
- thunarx-provider-module.h missing inside tar.bz2 file created by "make dist" (Bug #14070)
- Fix crash on unavailable file move copy (Bug #14056)
- Provide missing g-i annotations (Bug #14045)
- Use e.g. instead of i.e. (Bug #14035)
- Translation updates:Arabic, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech,
Danish, Dutch, English (United Kingdom), Esperanto, Finnish, French, Galician, German, Hebrew, Japanese,
Kazakh, Korean, Lithuanian, Malay, Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian,
Slovak, Spanish, Thai, Turkish, Ukrainian
1.7.0
=====
- GTK3 Port
- Replace dbus-glib with GDBus
- Improved Pathbar style for Location Selector
- Bump thunarx to version 3 and replace GtkAction with ThunarxMenu and ThunarxMenuItem
- GObject-Introspection support for thunarx-3
- Update thunarx documentation and fix its generation
- Same bugfixes from 1.6.13
- Translation updates: Albanian, Amharic, Arabic, Asturian, Bangla, Basque,
Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong),
Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia),
English (United Kingdom), Esperanto, Estonian, Finnish, French, Galician,
German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese,
Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk,
Occitan, Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Punjabi,
Romanian, Russian, Serbian, Slovak, Spanish, Swedish, Telugu, Thai, Turkish,
Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Vietnamese
1.6.14
======
- Do not translate "Trash" files and folders (Bug #14211)
- Crash in thunar_file_is_gfile_ancestor (bug #14202)
- Fix potential buffer overflow (Bug #12444)
- Fix crash on unavailable file move copy (Bug #14056)
- Translation updates: Arabic, Belarusian, Catalan, English (United Kingdom),
Finnish, Galician, Malay, Romanian, Serbian, Slovak, Thai
1.6.13
======
- Handle cases when file watch is not supported (Bug #13881)
- Missing Trash Translation String (Bug #13409)
- Delete Thunar symlink on uninstall (Bug #13533)
- Handle g_mem_is_system_malloc deprecation
- Prefer local (file://) URIs than native ones (e.g. smb://) (Bug #13845)
- Translation updates: Amharic, Arabic, Asturian, Bangla, Basque, Belarusian,
Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan),
Croatian, Czech, Danish, Dutch, English (Australia), English (United Kingdom),
Esperanto, Estonian, Finnish, French, Galician, German, Greek, Hebrew,
Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Latvian,
Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan, Persian,
Polish, Portuguese, Portuguese (Brazil), Punjabi, Romanian, Russian, Serbian,
Slovak, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Urdu,
Urdu (Pakistan), Uyghur, Vietnamese
1.6.12
======
- Fix deadlock in mutex causing Thunar to hang (Bug #13481)
- Add support for Exif:ImageDescription and Exif:UserComment
- Do not pass NULL to g_file_test
- Bump libxfce4panel version for TPA plugin to 4.9.0
- Switch from XfcePanelImage to GtkImage
- Fixed a compilation error with the newest dev panel API
- Translation updates: Catalan, Dutch (Flemish), Galician, Korean, Lithuanian,
Spanish, Thai
Enhancements since 5.2.2:
- disk_io_counters() and net_io_counters() numbers no longer wrap
(restart from 0). Introduced a new "nowrap" argument.
- psutil.net_connections() and psutil.Process.connections() "laddr"
and "raddr" are now named tuples.
- swap_memory() now relies on /proc/meminfo instead of sysinfo()
syscall so that it can be used in conjunction with PROCFS_PATH in
order to retrieve memory info about Linux containers such as Docker
and Heroku.
- psutil.users() provides a new "pid" field.
- process_iter() accepts two new parameters in order to invoke
Process.as_dict(): "attrs" and "ad_value". With this you can iterate
over all processes in one shot without needing to catch
NoSuchProcess and do list/dict comprehensions.
- implemented full unicode support.
- disk_usage() on Python 3 is now able to accept bytes.
- test suite now enables all warnings by default.
- source distribution is dynamically generated so that it only
includes relevant files.
- introduced PSUTIL_DEBUG environment variable which can be set in
order to print useful debug messages on stderr (useful in case of
nasty errors).
- added support for sensors_battery() on OSX.
- Process.children() is 2x faster on UNIX and 2.4x faster on Linux.
- deprecated method Process.memory_info_ex() now warns by using
FutureWarning instead of DeprecationWarning.