HPLIP 3.14.3 - This release has the following changes:
Significant Changes:
- Linux Mint is among tier-1 distro's for HPLIP support. Versions
included are, Linux Mint 13, 14 and 16
Added Support for the Following New Printers:
- HP Deskjet Ink Advantage 4640 e-All-in-One Printer series
- HP Deskjet Ink Advantage 4645 e-All-in-One Printer
- HP Deskjet Ink Advantage 4646 e-All-in-One Printer
- HP Deskjet Ink Advantage 4648 e-All-in-One Printer
- HP LaserJet Pro MFP M125a
- HP LaserJet Pro MFP M125nw
- HP LaserJet Pro MFP M125rnw
- HP LaserJet Pro MFP M126a
- HP LaserJet Pro MFP M126nw
- HP LaserJet Pro MFP M127fp
Added support for the following new Distro's:
- Debian 6.0.9,7.3,7.4
- Fedora 20
- Linux Mint 16
Issues fixed:
- Fixed align functionality issue with HP OfficeJet 6100
- Systray notification does not pop-up after configuring the device
using 'hp-setup' command
- Unable to configure second fax queue in interactive mode
- Fixed missing 'No 6 3/4 Envelope' media size for HP OfficeJet 7619
Series
- Printer name does not change when navigate back and forward to change
the printer queue configuration through 'hp-setup'
Launchpad fixes:
1273905 - printer name changes when power cycled
1266704 - hp-config_usb_printer is trying to configure HP keyboard and
mouse
1253432 - "HP Device Manager" deletes other queues (Ubuntu hplip 3.13.9-1)
1250806 - hpcups filter crash fix
1273043 - Error with 'hp-setup'
1255033 - Should run hp-firmware from udev separately
1266011 - Do not put static printer-independent strings like
"Automatically setup by HPLIP" into the description field
of a CUPS queue, remote clients use the description to
identify network printers
Version 3.2.8 (2014-03-12)
--------------------------
### Fixed
Add the "href" values for active breadcrumb menus to the template (see #6796).
### Fixed
The file/page tree widget did not work properly in "edit multiple" mode (#6788).
### Fixed
Preserve the referer ID when clicking the "switch to edit" button (see #6127).
### Fixed
Encode e-mail addresses in the "explanation" form field (see #6771).
### Fixed
Use a placeholder image if no thumbnail can be created (see #6754).
### Fixed
Pass additional arguments to the "replaceInsertTags" hook (see #6672).
### Fixed
Correctly initialize the `Session` class (see #6747).
### Fixed
Do not use `Input::setGet()` in the event modules (see #6733).
### Fixed
Correctly shorten the CSS `background` property (see #6709).
### Fixed
Do not use `UNION SELECT` when searching for parent pages (see #6704).
### Fixed
Disable `zlib.output_compression` when sending files to the browser (see #6717).
### Fixed
Consider the event time in the event list module (see #6719).
### Fixed
Make the newsletter recipient address available in the template (see #5782).
### Fixed
Correctly handle Unicode characters in `Validator::isGooglePlusId` (see #6707).
### Fixed
Fixed the arguments of two `CalendarEventsModel` methods (see #6781).
### Fixed
Pass the "tableless" flag to the "form_message" template (see #6772).
### Fixed
Update the `swipe.js` script so the "continuous" option works (see #6762).
### Fixed
Improve the `Search::removeEntry()` method (see #6785).
### Fixed
Correctly set the cookie path in the front mode in debug mode (see #6723).
### Fixed
Point to `Frontend::addToUrl()` in front end templates (see #6736).
### Fixed
Do not stop the cron job execution after the first interval.
* 3.3.1 (stable)
* IMAP: "INBOX" folder became case insensitive as specified in RFC 3501.
* IMAP: server name for cache directory is escaped now
(fixes cache creation when using IPv6 address for server name on Windows).
* IMAP: the bug that double-quote (") and backslash (\) in
folder/username/password were not escaped and could not be used on IMAP4
was fixed.
* IMAP: parsing of folder names that contain brackets was fixed.
* Config.guess and config.sub included in the tarball were updated to the
latest version.
* The bug that 'File - Folder - Move folder...' menu didn't work was
fixed.
* The bug that MIME nest level restriction was not working was fixed.
* Many defects discovered by Coverity Scan were fixed:
- FILE handle resource leaks
- memory leaks
- possible buffer overrun
- strict error checks
- correct null pointer checks
* Win32: the tray icon is recreated when explorer.exe crashes now.
* Win32: the included SSL certificates were updated
(based on ca-certificates_20111211_all.deb in Ubuntu 12.04.4 LTS).
Work around a C-preprocessor macro conflict that breaks the build for some configurations with Microsoft Visual Studio.
When computing the cost of the skip-scan optimization, take into account the fact that multiple seeks are required.
General:
* Added SDL_GL_ResetAttributes() to reset OpenGL attributes to default values
* Added an API to load a database of game controller mappings from a file:
SDL_GameControllerAddMappingsFromFile(), SDL_GameControllerAddMappingsFromRW()
* Added game controller mappings for the PS4 and OUYA controllers
* Added SDL_GetDefaultAssertionHandler() and SDL_GetAssertionHandler()
* Added SDL_DetachThread()
* Added SDL_HasAVX() to determine if the CPU has AVX features
* Added SDL_vsscanf(), SDL_acos(), and SDL_asin() to the stdlib routines
* EGL can now create/manage OpenGL and OpenGL ES 1.x/2.x contexts, and share
them using SDL_GL_SHARE_WITH_CURRENT_CONTEXT
* Added a field "clicks" to the mouse button event which records whether the event is a single click, double click, etc.
* The screensaver is now disabled by default, and there is a hint SDL_HINT_VIDEO_ALLOW_SCREENSAVER that can change that behavior.
* Added a hint SDL_HINT_MOUSE_RELATIVE_MODE_WARP to specify whether mouse relative mode should be emulated using mouse warping.
* testgl2 does not need to link with libGL anymore
* Added testgles2 test program to demonstrate working with OpenGL ES 2.0
* Added controllermap test program to visually map a game controller
Windows:
* Support for OpenGL ES 2.x contexts using either WGL or EGL (natively via
the driver or emulated through ANGLE)
* Added a hint SDL_HINT_VIDEO_WIN_D3DCOMPILER to specify which D3D shader compiler to use for OpenGL ES 2 support through ANGLE
* Added a hint SDL_HINT_VIDEO_WINDOW_SHARE_PIXEL_FORMAT that is useful when creating multiple windows that should share the same OpenGL context.
* Added an event SDL_RENDER_TARGETS_RESET that is sent when D3D9 render targets are reset after the device has been restored.
Mac OS X:
* Added a hint SDL_HINT_MAC_CTRL_CLICK_EMULATE_RIGHT_CLICK to control whether Ctrl+click should be treated as a right click on Mac OS X. This is off by default.
Linux:
* Fixed fullscreen and focused behavior when receiving NotifyGrab events
* Added experimental Wayland and Mir support, disabled by default
Android:
* Joystick support (minimum SDK version required to build SDL is now 12,
the required runtime version remains at 10, but on such devices joystick
support won't be available).
* Hotplugging support for joysticks
* Added a hint SDL_HINT_ACCELEROMETER_AS_JOYSTICK to control whether the accelerometer should be listed as a 3 axis joystick, which it will by default.
Changelog:
NSPR 4.10.4 has the following bug fixes:
* Bug 767759: Add support for new x32 ABI for NSPR. Contributed by
Daniel Schepler.
* Bug 844784: TSan: Thread data race in PR_EnterMonitor.
* Bug 936320: Change PR_StringToNetAddr to try pr_StringToNetAddrFB
first.
* Bug 939786: TSan: data race nsprpub/pr/src/pthreads/ptthread.c:137
_pt_root.
* Bug 958796: Users of _beginthreadex that set a custom stack size
may not be getting the behavior they want. Contributed by
Emanuel Hoogeveen.
* Bug 963033: AArch64 support update for NSPR. Contributed by
Marcin Juszkiewicz.
* Bug 969061: Incorrect end-of-list test when iterating over a
PRCList in prcountr.c and prtrace.c
* Bug 971152: IPv6 detection on linux depends on availability of
/proc/net/if_inet6.
* Bug 972125: Support iOS arm64. Contributed by Sylvain Defresne.
Notable changes in gEDA/gaf 1.8.2
=================================
Bugfix release.
* [994361] Fixed a libgeda crash bug involving nets inside symbols.
* [1226246] Fixed a gnetlist data corruption bug when using refdes
containing the string "POWER".
* Updates to build system to allow compilation from git on systems
with Automake >= 1.13.0.
Notable changes in gEDA/gaf 1.8.1
=================================
Bugfix release with correct dynamic version information for libgeda.
Notable changes in gEDA/gaf 1.8.0
=================================
* `gschem' and `gnetlist' have updated and rewritten user guides.
* All tools now give more informative error messages if they are
unable to load schematic or symbol files due to syntax errors.
* All tools now correctly handle schematic and symbol files with `\r',
`\n', or `\r\n` line endings, or a mixture.
* Unconnected pin ends and net ends are now all drawn with the same
box marker in `gschem' and printed output.
* Net segments with at least two connections (including indirect
connections via `netname=' attributes) are now drawn with arrowheads
rather than box markers on dangling ends in `gschem' and printed
output.
Notable changes in gEDA/gaf 1.7.2
=================================
* `geda-gaf' now requires GTK+ 2.16.0 or later.
* A greatly expanded Scheme API has been added to gEDA/gaf for use by
extension authors. See the `geda-scheme' Info manual for more
details. Existing extensions may need to be modified to load the
`(geda deprecated)' or `(gschem deprecated)' modules.
* The `component-library-search' function for `gafrc' files now skips
directories without symbols, and searches for libraries recursively.
* `gschem' keybinding improvements:
- Keybindings are now unaffected by Caps Lock.
- Keystrokes are displayed using the same characters as on keycaps
(e.g. `:' instead of `colon').
- Keystrokes may use extended modifiers (Super, Hyper and Meta).
- Key bindings can be modified in any rc file or interactively using
the `global-set-key' function. See notes in `system-gschemrc' for
examples.
* `gschem' now displays help files and component documentation on all
platforms, including Windows. The `locate' tool is no longer used
to search for component documentation files.
* The `schdiff' tool for generating visual diffs of schematics and
symbols has been added. It can be used with most version control
systems. See `man schdiff' for more details.
* The `bom' and `bom2' backends to `gnetlist' now give error messages
if no attribute file can be found. The `-O attrib_file=FILE' and
`-O attribs=ATTRIB,ATTRIB...' options have also been added.
* A new `ewnet' backend has been added to `gnetlist'. This outputs
netlists for use with the National Instruments ULTIboard layout
tool.
* The `verilog' backend to `gnetlist' now supports concatenated net
naming like "{a,b,c[3:0]}".
* `gsch2pcb' no longer supports the `m4_command' parameter in project
files.
* The `--m4-pcbdir' and `--m4-file' arguments to `gsch2pcb' now work
again.
* `gsymfix.pl' has been renamed to `gsymfix'.
* Man pages are now available for all programs installed as part of
gEDA/gaf.
* The undocumented programs `gnet_hier_verilog', `gsymupdate', `gschupdate'
and `sch2eaglepos.sh' are no longer installed to ${prefix}/bin.
Notable changes in gEDA/gaf 1.7.1
=================================
* gEDA is now compatible with Guile 2.0.
* gEDA/gaf applications no longer complain when trying to load an rc
file twice, or when an rc file doesn't exist.
* `gschem' allows objects to be moved by dragging without having to
select them first.
* `gschem' now supports keybindings with more than one modifier key,
and "Deselect" is bound to <Control Shift A> by default.
* `gnetlist' correctly handles multiple renames of the same net. This
resolves some long-standing bugs with multipage schematics.
* The `spice-sdb' backend for `gnetlist' now has built-in support for
`SUBCKT_NMOS' and `SUBCKT_PMOS' devices.
* A new `makedepend' backend has been added to `gnetlist'. It
generates Makefile code for SPICE simulation dependencies.
* Visibility of embedded component attributes are now preserved by
`gattrib'.
* `gsch2pcb' correctly handles footprint names with hyphens (`-').
* `gsch2pcb' project files support quoting and escaping in
`schematics' entries.
* Considerable enhancements to Unicode support when printing
schematics or exporting PostScript.
Notable changes in gEDA/gaf 1.7.0
=================================
* All gEDA/gaf applications now handle configuration files much more
strictly, and provide much more useful feedback when an error
occurs.
* Several changes to `gschem' command-line options:
- The `-t' option is no longer supported.
- Several command-line options now support a long-form alternative.
- The `-s' option can now be used to run multiple Scheme scripts
during `gschem' startup.
- A new `-c' option is available, which runs a Scheme expression
during `gschem' startup.
- A new `-L' option is available, which adds a directory to the
Scheme load path.
- A new `-V' or `--version' option is available, which displays
version information.
* `gschem' now provides a "Select All" function, which is bound to
<Control a> by default, along with a corresponding "Deselect"
function.
* In the `gschem' "Add component" dialog, filtering the component
library will expand matching libraries. If the filter is cancelled,
all libraries are collapsed. Components can now be selected by
double-clicking on them in the component list.
* The `gschem' "Edit Text Properties" dialog now has an easier to use
"Alignment" menu.
* Printed text size now better matches on-screen text size in
`gschem'.
* Special characters, including commas, are now escaped or quoted
appropriately in `gattrib' CSV output.
* Several changes to `gnetlist' command-line options:
- Four command-line options specific to the `spice-sdb' backend have
been removed. They can be replaced with `-O <option>' according
to the following table:
-e, --embedd -O embedd_mode
-I, --include -O include_mode
-n, --nomunge -O nomunge_mode
-s, --sort -O sort_mode
- The list of available backends is now obtained using a new
`--list-backends' option. `-g help' no longer outputs a list of
backends.
- A new `-L' option is available, which adds a directory to the
Scheme load path.
- A new `-V' or `--version' option is available, which displays
version information.
- When run with invalid command-line arguments, `gnetlist' now exits
with non-zero exit status.
* Several `gnetlist' backends have now been fixed so that it should no
longer be necessary to set an expanded Guile stack in gEDA's config
files.
* The `spice-sdb' backend for `gnetlist' now supports probes
(`TESTPOINT' devices).
* The undocumented `mk_verilog_syms' program is no longer installed.
The symbols it creates are still installed to
`${prefix}/share/gEDA/sym/verilog'.
This release has the new PS4 port and various important bug fixes
over 2.0.2 -- an update is recommended.
Updated as discussed with maintainer alnsn@netbsd.org
Packaged in wip by Richard Hansen of BBN.
GPShell is a script interpreter which talks to a smart card which
complies to the GlobalPlatform Card Specification. It is written on
top of the GlobalPlatform Library. It uses the PC-SC Connection
Plugin for accessing smart cards. It can establish a secure channel
with a smart card, load, instantiate, delete and list applications on
supported smart cards. These applications are practically always
JavaCard applets.
Konversation 1.5 adds numerous major features over the previous stable
release. Of particular note are support for SASL and client
certificate authentication, all-new topic management UI, overhauled
authentication UI in the Identities dialog, per-tab spell-checking
language settings, user-configurable nick context menu entries, mouse
spring-loading on tabs, all-new versions of major bundled scripts and
improved Ignore and Watched Nicknames systems. Many under-the-hood
changes to improve codec support and general performance, along with
the usual slew of bug fixes all over, further sweeten the deal.
Full Changelog at:
https://projects.kde.org/projects/extragear/network/konversation/repository/revisions/master/entry/ChangeLog