been fixed since version 4.2.3:
- bug #4467 shell_exec() has been disabled for security reasons
- bug #4470 Error while submitting empty query
- bug #4463 Fatal error: Class 'PMA_DatabaseInterface' not found
- bug #4469 Fixed cookie based login for installations without mcrypt
- bug #4473 incorrect result count when having clause is used
- mcrypt: remove the requirement (64-bit) and the related warning
- bug #4449 Mediawiki export does not produce table header row; also fix
related PHP warnings
- bug #4442 New lines are added to query every time
- bug #4445 Fatal error on SQL Export of join query
- bug #4448 Dump binary columns in hexadecimal notation not working
- Regenerate cookie encryption IV for every session
- bug #4405 Cannot import (open_basedir): fix another case
- bug #4457 SQL tab - Insert queries not showing affected row count
- bug Missing warning about existing account, on multi-server config
- bug #4435 WHERE clause can be undefined
- bug SQL export views as tables option getting ignored
- bug #4464 [security] XSS injection due to unescaped db/table name in
navigation hiding
- bug #4465 [security] XSS injection due to unescaped db/table name in
recent/favorite tables
Changelog:
byobu (5.81) released; urgency=medium
* usr/bin/byobu-enable.in, usr/share/man/man1/byobu-enable.1:
- no need to launch byobu in byobu-enable (no idea why I did it
that way originally)
* debian/control, usr/bin/ctail, usr/share/man/man1/ctail.1:
- move the ctail command over to byobu, from bikeshed
- ctail will tail and colorize log files
* debian/control, usr/bin/wifi-status, usr/share/man/man1/wifi-
status.1:
- move the wifi-status command to byobu, from bikeshed
- fantastic demonstration of byobu split screens
* debian/links, usr/bin/col1, usr/share/man/man1/col1.1:
- move the col1..col9 utilities over from bikeshed
- super handy, minimal way of awking out a particular column
* usr/bin/Makefile.am, usr/share/man/man1/Makefile.am:
- update automake files to install new utilities
* usr/bin/ctail:
- use command -v to test for ccze existence
* debian/control, etc/profile.d/Z97-byobu.sh.in (properties changed:
+x to -x):
- update package description to better reflect modern Byobu
- fix lintian complaint about profile script
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 28 Apr 2014 09:36:59 -0700
byobu (5.80-0ubuntu1) utopic; urgency=medium
* usr/lib/byobu/include/mondrian:
- simplify and cleanup the mondrian squares easter egg, and idempotent
* usr/bin/byobu-reconnect-sockets.in:
- let's make sure that we name our temp directory
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 28 Apr 2014 09:36:53 -0700
byobu (5.79-0ubuntu1) unstable; urgency=medium
[ Dustin Kirkland ]
* usr/bin/byobu-ctrl-a.in: LP: #1313209
- fix syntax error, remove unnecessary bindkey line
- also fixes LP: #814172
* usr/share/byobu/profiles/tmuxrc:
- tmux windows still aren't working right; disable for now
[ Kosuke Asami ]
* usr/lib/byobu/include/config.py.in: LP: #1303218
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 27 Apr 2014 09:22:25 -0500
byobu (5.78-0ubuntu1) unstable; urgency=medium
* usr/share/byobu/profiles/dircolors:
- give executables just a little more pop
- use a light grey underline for symlinks
- add whitespace before inline comment
* usr/share/byobu/profiles/bashrc:
- Enable Ubuntu-themed dircolors on Ubuntu systems
* usr/bin/byobu-janitor.in: LP: #1311919
- ensure that windows.tmux exists; fixes warning with F5
* usr/bin/byobu-ctrl-a.in: LP: #1311177, #1274720
- revert r2317 as this is breaking ctrl-a in byobu-screen in a bad way
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 23 Apr 2014 18:24:21 -0500
byobu (5.77-0ubuntu1) trusty; urgency=medium
* usr/share/byobu/profiles/dircolors,
usr/share/byobu/profiles/Makefile.am,
usr/share/byobu/profiles/tmuxrc:
- add a dircolors file
* usr/share/byobu/profiles/bashrc, usr/share/byobu/profiles/dircolors:
- LP: #1299964
- swap orange and aubergine on the command prompt
- aubergine is now the directory, orange is the hostname
- still working on dircolors, use an aubergine (like our prompt)
for directories
* usr/lib/byobu/logo: LP: #1299964
- use an orange background for the UTF-8, 256-colour Ubuntu logo
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 30 Mar 2014 20:42:08 -0500
byobu (5.76-0ubuntu1) trusty; urgency=medium
* usr/share/byobu/profiles/tmux:
- use nice, subtle, thin pane border, a separate color from the active
highlighted one
* usr/share/byobu/keybindings/f-keys.tmux,
usr/share/doc/byobu/help.tmux.txt: LP: #1294139
- change Shift-F11 to zoom in/out of splits
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 18 Mar 2014 23:25:05 +0900
byobu (5.75-0ubuntu1) trusty; urgency=medium
[ Dustin Kirkland ]
* debian/control:
- bump standards
* usr/lib/byobu/include/shutil, usr/lib/byobu/release: LP: #1278016
- /etc/issue might be modified to display corporate banners or
legal warnings; try to use /etc/os-release if available
* usr/bin/byobu-janitor.in, usr/lib/byobu/include/colors,
usr/lib/byobu/include/constants, usr/lib/byobu/include/Makefile.am,
usr/lib/byobu/include/shutil, usr/share/byobu/profiles/tmux:
- split the color definitions into their own file
- have the constants source that file
- use that file when creating the user's local color palette
- use a bit more orange
* usr/bin/byobu-launcher-uninstall.in, usr/bin/byobu-launch.in: LP: #1292228
- allow byobu-launch to pass arguments through to byobu-launcher
- fix up the uninstallation of byobu launcher
* usr/lib/byobu/include/select-session.py: LP: #1279533
- quick hack to fix crashes when python can't figure out the encoding
* usr/bin/byobu-layout.in: LP: #1278277
- fix layout saving, which broke in tmux 1.8
- incrementally rearrange while building our windows up to restore,
as sometimes we run out of room; tiling in between seems to work
* usr/bin/byobu-janitor.in, usr/lib/byobu/include/colors,
usr/lib/byobu/include/constants:
- fix profile color breakage
* usr/bin/byobu-ctrl-a.in: LP: #814172
- fix issues with F5 refresh in byobu-screen, when the user has changed
the default escape key
* usr/share/byobu/profiles/bashrc: LP: #1259621
- ensure that if the root user is in byobu, and we're using the
fancy new colored prompt, that we use a # to indicate root
* usr/share/man/man1/byobu.1: LP: #1248901
- add note to manpage about putty resizing to 1-character tall and
causing byobu-screen to crash
[ Kosuke Asami ]
* usr/lib/byobu/battery: LP: #1289157, #1289157
- Mac OS X battery indicator support
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 17 Mar 2014 13:00:02 +0900
byobu (5.74-0ubuntu1) trusty; urgency=low
[ Dustin Kirkland ]
* usr/lib/byobu/include/ec2instancespricing.py: LP: #1286367
- merged in updated instance pricing script from
https://github.com/erans/ec2instancespricing
* usr/share/byobu/profiles/tmux: LP: #1273685
- remove double sourcing of local .tmux.conf
* usr/lib/byobu/battery: LP: #1270451
- add support for yet another batter type (Android)
- thanks to Felix Krull for the initial patch
* usr/share/byobu/profiles/tmux: LP: #1270551
- enable ctrl-left and ctrl-right to move among words
[ Chris Johnston ]
* usr/share/man/man1/byobu-layout.1: LP: #1288738
- fix manpage typo
[ Mike Miller ]
* usr/lib/byobu/logo: LP: #1278006
- fix RHEL detection for logo
[ Daniel Hahler ]
* usr/bin/byobu-keybindings: LP: #1258093
- fix toggling of f-keys
* usr/share/byobu/profiles/tmux: LP: #1258534
- ensure that we respect BYOBU_NO_TITLE in tmux
[ Ryo ONODERA ]
* configure.ac, etc/profile.d/Z97-byobu.sh => etc/profile.d/Z97-
byobu.sh.in, usr/bin/byobu-config => usr/bin/byobu-config.in,
usr/bin/byobu-ctrl-a => usr/bin/byobu-ctrl-a.in, usr/bin/byobu-
disable-prompt => usr/bin/byobu-disable-prompt.in, usr/bin/byobu-
disable => usr/bin/byobu-disable.in, usr/bin/byobu-enable-prompt =>
usr/bin/byobu-enable-prompt.in, usr/bin/byobu-enable =>
usr/bin/byobu-enable.in, usr/bin/byobu-export => usr/bin/byobu-
export.in, usr/bin/byobu-janitor => usr/bin/byobu-janitor.in,
usr/bin/byobu-launcher-install => usr/bin/byobu-launcher-install.in,
usr/bin/byobu-launcher-uninstall => usr/bin/byobu-launcher-
uninstall.in, usr/bin/byobu-launcher => usr/bin/byobu-launcher.in,
usr/bin/byobu-launch => usr/bin/byobu-launch.in, usr/bin/byobu-
layout => usr/bin/byobu-layout.in, usr/bin/byobu-prompt =>
usr/bin/byobu-prompt.in, usr/bin/byobu-quiet => usr/bin/byobu-
quiet.in, usr/bin/byobu-reconnect-sockets => usr/bin/byobu-
reconnect-sockets.in, usr/bin/byobu-select-backend => usr/bin/byobu-
select-backend.in, usr/bin/byobu-select-profile => usr/bin/byobu-
select-profile.in, usr/bin/byobu-select-session => usr/bin/byobu-
select-session.in, usr/bin/byobu-shell => usr/bin/byobu-shell.in,
usr/bin/byobu-silent => usr/bin/byobu-silent.in, usr/bin/byobu-
status-detail => usr/bin/byobu-status-detail.in, usr/bin/byobu-
status => usr/bin/byobu-status.in, usr/bin/byobu-ugraph =>
usr/bin/byobu-ugraph.in, usr/bin/byobu-ulevel => usr/bin/byobu-
ulevel.in, usr/bin/byobu => usr/bin/byobu.in,
usr/lib/byobu/include/config.py =>
usr/lib/byobu/include/config.py.in, usr/lib/byobu/include/dirs =>
usr/lib/byobu/include/dirs.in, usr/lib/byobu/include/toggle-utf8 =>
usr/lib/byobu/include/toggle-utf8.in, usr/share/byobu/tests/byobu-
time-notifications => usr/share/byobu/tests/byobu-time-
notifications.in: LP: #1264978, #1289157
- use @prefix@ rather than hardcoding /usr, makes code
more portable and easier to build with ./config --prefix
[ Arminius Silvanus ]
* usr/share/byobu/profiles/bashrc: LP: #1280550
- test the $BASH variable, rather than $SHELL, to tell if we're
running in a bash environment
[ Jan Klepek ]
* usr/lib/byobu/include/config.py: LP: #1286249
- fall back to using the distro status file, fixes
crash in config if status file disappears
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 16 Mar 2014 12:46:33 -0700
byobu (5.73-0ubuntu1) trusty; urgency=low
* usr/lib/byobu/include/Makefile.am, usr/lib/byobu/include/tmux-send-
command-to-all-panes, usr/lib/byobu/include/tmux-send-command-to-
all-windows, usr/share/byobu/keybindings/f-keys.tmux,
usr/share/byobu/keybindings/f-keys.tmux.disable,
usr/share/doc/byobu/help.tmux.txt:
- add two new keybindings for byobu-tmux, Shift-F9 and Ctrl-F9
- these will prompt you for a command, and then run that command
in all splits or windows (respectively)
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 17 Feb 2014 15:06:58 -0600
byobu (5.72-0ubuntu1) trusty; urgency=low
* usr/lib/byobu/include/constants:
- make sure we export this variable, so that we only need to
do the expensive test once
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 12 Feb 2014 14:30:38 -0600
byobu (5.71-0ubuntu1) trusty; urgency=low
* usr/bin/byobu-janitor, usr/lib/byobu/date,
usr/lib/byobu/include/constants, usr/lib/byobu/include/shutil,
usr/lib/byobu/time, usr/share/byobu/profiles/tmux,
usr/share/byobu/profiles/tmuxrc, usr/share/man/man1/byobu.1:
- LP: #1059127
- fix longstanding "date and time flash on and off" bug
- this isn't a great fix, but it's a start
- basically, we need to use the tmux status native support
for timestamps
- support configuration through ~/.byobu/datetime.tmux
- this will be a difference between byobu-tmux and byobu-screen,
which is a bummer
- also, there's more work to be done, in order to enable/disable
this via F9/byobu-config
* usr/lib/byobu/include/constants: LP: #1278446
- ensure that we pick a python that has a proper snack module
installed
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 10 Feb 2014 15:38:22 -0600
byobu (5.70-0ubuntu1) trusty; urgency=low
* usr/share/byobu/keybindings/f-keys.tmux:
- fix navigation among sessions
* usr/share/byobu/keybindings/f-keys.tmux,
usr/share/byobu/keybindings/f-keys.tmux.disable,
usr/share/doc/byobu/help.tmux.txt:
- change the rarely used Ctrl-F8 keybinding to rename the current
session
- move the restore-a-split-layout to Shift-Alt-F8
* usr/lib/byobu/session, usr/share/byobu/keybindings/f-keys.screen,
usr/share/byobu/keybindings/f-keys.screen.disable,
usr/share/byobu/status/status: LP: #1255139
- add support for screen session names in the status item
- only display when more than one session in tmux, always displayed by
default in screen, where we have more real estate
- support the Ctrl-F8 hotkey in screen too, to rename session
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 16 Jan 2014 17:48:33 -0600
Upstream changes:
5.13 2014-07-13
- Added json_like, json_message_like, json_message_unlike and json_unlike
methods to Test::Mojo.
- Improved HTML5.1 compliance of Mojo::DOM::HTML.
- Fixed bug where Mojo::UserAgent would keep too many connections alive.
- Fixed Mojo::Reactor::Poll bug where watchers were active after they have
been removed. (jberger)
5.12 2014-07-04
- Fixed a few multipart form handling bugs.
- Fixed AUTOLOAD bug in Mojo::Collection where it would behave differently
than calling pluck directly.
5.11 2014-07-02
- Moved reverse_proxy attribute from Mojo::Server::Daemon to Mojo::Server.
- Added delay and inactivity_timeout helpers to
Mojolicious::Plugin::DefaultHelpers.
- Improved error method in Mojolicious::Validator::Validation to return
field names when called without arguments.
- Fixed "0" value bug in Mojo::UserAgent::Transactor.
5.10 2014-06-28
- Added cleanup attribute to Mojo::Server::Prefork.
- Improved Mojo::Server::Prefork to keep sending heartbeat messages when
stopping gracefully.
- Fixed small bug where Mojo::Server::Daemon was too eager to reconfigure
Mojo::IOLoop.
- Fixed small bug where Hypnotoad would clean up process id and lock files
too early.
5.09 2014-06-24
- Improved .ep templates to make the current controller available as $c.
5.08 2014-06-17
- Added reset method to Mojo::IOLoop.
- Added reset method to Mojo::Reactor.
- Added reset method to Mojo::Reactor::Poll.
5.07 2014-06-13
- Fixed RFC 7230 compliance bugs in Mojo::Headers.
5.06 2014-06-11
- Added deserialize and serialize attributes to Mojolicious::Sessions.
- Improved redirect_to to behave more like url_for.
- Fixed bug in Mojo::UserAgent where HTTP/1.0 connections were sometimes
kept alive.
5.05 2014-06-08
- Fixed parsing of header fields with single character names in
Mojo::Headers. (crab)
Add missing DEPENDS
Upstream changes:
0.143000 2014-07-05 21:39:28CEST+0200 Europe/Amsterdam
[ BUG FIXES ]
* GH #538, #539: Coerce propogated exceptions to strings within Error object.
(Steven Humphrey)
* GH #531: Generate valid HTML when show_errors is true from Error objects.
(Steven Humphrey)
* GH #603: Update skeleton test to use Plack::Test. (Sawyer X)
[ ENHANCEMENTS ]
* Provide psgi_app in top-level Dancer.pm to make it easier to change it.
(Sawyer X)
0.142000 2014-06-24 15:16:42CEST+0200 Europe/Amsterdam
[ BUG FIXES ]
* GH #550, #555: Allow the content type to be set when using send_file
as per the documentation. (Russell Jenkins, Steven Humphrey)
[ ENHANCEMENTS ]
* GH #512, #520, #602: Pass all settings into JSON serializer engine.
(Jakob Voss, Russell Jenkins)
* GH #532: Serialize runtime errors such as those produced by die if a
serializer exists. (Steven Humphrey)
0.141000 2014-06-08 22:27:03CEST+0200 Europe/Amsterdam
* No functional changes.
0.140900_01 2014-06-07 23:32:56IDT+0300 Asia/Jerusalem
[ BUG FIXES ]
* GH #447: Setting the apphandler now triggers the Dancer Runner
configuration change, which works. (Sawyer X)
* GH #578: Remove the default engine configurations. (Sawyer X)
* GH #567: Check for proper module names in loading engines. Might help
with taint mode. (Sawyer X)
* GH #585, #595: Return 405 Method Not Allowed instead of 500.
(Omar M. Othman)
* GH #570, #579: Ensure keywords pass, send_error and send_file
exit immediatly when executed. (Russell Jenkins)
[ ENHANCEMENTS ]
* GH #587: Serializer::Mutable alive! (Pedro Bruno)
[ DOCUMENTATION ]
* Fix doc for params(). Ported from Dancer#1025 (Stefan Hornburg)
* Fix CVE-2014-3478, CVE-2014-3479, CVE-2014-3480, CVE-2014-3487
Changelog:
2014-06-12 12:28 Christos Zoulas <christos@zoulas.com>
* release 5.19
2014-06-09 9:04 Christos Zoulas <christos@zoulas.com>
* Misc buffer overruns and missing buffer size tests in cdf parsing
(Francisco Alonso, Jan Kaluza)
2014-06-02 14:50 Christos Zoulas <christos@zoulas.com>
* Enforce limit of 8K on regex searches that have no limits
* Allow the l modifier for regex to mean line count. Default
to byte count. If line count is specified, assume a max
of 80 characters per line to limit the byte count.
* Don't allow conversions to be used for dates, allowing
the mask field to be used as an offset.
2014-05-30 12:51 Christos Zoulas <christos@zoulas.com>
* Make the range operator limit the length of the
regex search.
2014-05-14 19:23 Christos Zoulas <christos@zoulas.com>
* 347: Windows fixes
* 352: Hangul word processor recognition
* 354: Encoding irregularities in text files
2014-05-06 6:12 Christos Zoulas <christos@zoulas.com>
* Fix uninitialized title in CDF files (Jan Kaluza)
2014-05-04 14:55 Christos Zoulas <christos@zoulas.com>
* 351: Fix compilation of empty files
2014-04-30 17:39 Christos Zoulas <christos@zoulas.com>
* Fix integer formats: We don't specify 'l' or
'h' and 'hh' specifiers anymore, only 'll' for
quads and nothing for the rest. This is so that
magic writing is simpler.
2014-04-01 15:25 Christos Zoulas <christos@zoulas.com>
* 341: Jan Kaluza, fix memory leak
* 342: Jan Kaluza, fix out of bounds read
2014-03-28 15:25 Christos Zoulas <christos@zoulas.com>
* Fix issue with long formats not matching fmtcheck
Upstream changes:
1.005000 - 2014-06-10
- add qsub to Sub::Quote as a prototyped alternative to quote_sub, accepting
only the sub body
- avoid testing UTF-8 on perl 5.6
- version: 1.44.0
date: 2014-07-11
new features:
- title: "Edit Book: Syntax highlight links, images, stylesheet
includes, etc. Links that point to missing files are marked as
errors. You can Ctrl + click on a highlighted link to jump to
the file it points to directly."
- title: "Edit Book: Check Book: Add a check for manifest items
missing href attributes."
tickets: [1339766]
- title: "When clicking in the search box, select all existing
text, for easy replacement."
tickets: [1338862]
- title: "Edit Book: Add buttons to change the text alignment
of the current paragraph. If you do not see them, go to
Preferences->Toolbars and add them to the Text formatting
actions toolbar."
- title: "Improve performance of rendering the book list when
lots of column coloring rules are used"
- title: "Kobo driver: Support for new firmware version 3.5"
bug fixes:
- title: "Edit Book/Book polishing: Do not auto-resolve @import
rules in AZW3 files. Also do not add a @namespace rule to all
stylesheets that contain tag selectors."
- title: "Edit book/Book polishing: Preserve the class attribute
on the <html> tag in AZW3 format files."
tickets: [1339055]
- title: "Edit Book: Fix inline spell check context menu not
working when triggered by context menu key or a right clicking
at the right edge of the word."
- title: "Fix some font directories from fonts.conf being
ignored on linux when scanning the system for installed fonts."
tickets: [1339257]
- title: "Edit book: Spell checker: Treat hyphenated words as
single words for spell checking"
- title: "Edit Book: When using the spell check dialog to change
words, detect any changes made to open files outside the spell
check dialog and automatically integrate them, to prevent those
changes from being lost."
- title: "Update driver for Tolino Shine to handle new firmware"
tickets: [1338219]
- title: "Book polishing: When changing the cover in an EPUB
file, place the newly created cover image in the same folder
as other images in the book, rather than the root"
- title: "Linux installer: Use pkg-config to get the location
for installing the calibre bash completion scripts. pkg-config
is used only when installing to /usr."
tickets: [1340023]
improved recipes:
- Science Daily
- version: 1.43.0
date: 2014-07-04
new features:
- title: "Add a wizard for easily searching date fields in your
library. To use it click the advanced search button to the left
of the search field. Allows you to search for books whose date
is older/newer than a specified date or less/more than a number
of days from today and so on."
- title: "Driver for Onyx T68."
tickets: [1336868]
- title: "When reading metadata from file names, allow setting
the comments field as well, in addition to
title/authros/publisher/series/etc."
tickets: [1332582]
bug fixes:
- title: "Fix a regression in the previous release that broke
changing Save to Disk preferences"
- title: "Recognize leading articles for the Esperanto language
when auto-generating title sorts. "
tickets: [1336639]
- title: "Edit Book: Fix a regression that caused syncing of
the preview panel to the editor cursor position to not work
when the cursor is positioned on a blank line in between two
tag definitions"
- title: "Metadata download: Round the downloaded ratings so
that, for example, 3.6 stars becomes 4 stars instead of 3
stars."
tickets: [1335696]
- title: "Edit Book: Fix a crash when performing some image
editing operations on 64 bit calibre builds"
- title: "Recognize additional leading articles in the titles
of Italian language books"
tickets: [1332837]
- title: "Edit Book: Fix an occasional spurious error message
when using the Live CSS feature"
new recipes:
- title: Dark Reading
author: Brandon Allberry
- version: 1.42.0
date: 2014-06-27
new features:
- title: "Edit Book: new tool to easily add a cover to the
book. It automatically generates the HTML wrapper and takes
care of marking the covers files as covers in the OPF."
- title: "Edit Book: Improve the performance of inline spell
checking, especially noticeable when editing large HTML files
(over 100KB in size)."
- title: "Edit Book: Run syntax highlighting in the background,
reducing user interface latency when editing large files"
- title: "Template language: Add a new function (group_re) to
use grouping regular expressions with groups, where you can
replace the matched groups with result of another template."
- title: "Edit Book: Check Book: Add a check for HTML files
with non UTF-8 encoding declarations"
- title: "Edit Book: Spell check dialog: Add an option to make
filtering the word list case sensitive"
bug fixes:
- title: "Get Books: Fix integration with ebook.de broken by
website changes"
- title: "MOBI Input: Preserve the dc:rights metadata during
conversion."
tickets: [1333468]
- title: "Edit Book: Fix non-BMP unicode characters causing
matching tag highlighting to be slightly off on linux"
- title: "Edit Book: When editing HTML files that have charset
encoding declarations, automatically change the declared encoding
(if any) to UTF-8 on save, since the editor always saves files
in the UTF-8 encoding."
- title: "Edit Book: Fix various problems when editing EPUB
files with non-ascii internal filenames on OS X."
tickets: [1317883]
- title: "Edit Book: Remove unused CSS: Fix an error if an HTML
file links to a missing stylesheet"
improved recipes:
- Deadspin
new recipes:
- title: Economic and Political Weekly
author: Krittika Goyal
- version: 1.41.0
date: 2014-06-21
new features:
- title: "New tool to set metadata in the actual book files in
the calibre library from the updated metadata in the calibre
database."
description: "To use it go to Preferences->Toolbars and add
the 'Embed metadata' tool to the main toolbar. Then simply
select the books whose files you want to update and click
the Embed metadata button. Normally, calibre updates metadata
in the book files whenever a file is exported from calibre.
This tool is useful for people who want the files in the
calibre library to have updated metadata as well." type:
major
- title: "calibredb: Add a new 'embed_metadata' command to
update metadata in the actual book files in the calibre library
from the calibre database."
- title: "Edit Book: Allow customization of toolbars"
- title: "Add empty book: When adding empty book records to
the library, add an option to also create empty EPUB files.
Useful if you intend to subsequently edit these files with the
calibre editor. You can access the add empty books feature by
right clicking the Add Books button."
- title: "Edit book: Remove unused CSS: Add an option to also
remove unused class attributes from the HTML"
- title: "Edit book: Check Book: Add checks for empty
HTML/XML/CSS/image files in the book."
tickets: [1329971]
- title: "Edit Book: Check Book: Add checks for links whose
fragment (the part after the #) points to a location that does
not exist"
bug fixes:
- title: "RTF metadata: Add proper support for unicode characters
when reading and writing metadata to RTF files"
- title: "RTF metadata: Fix failure to write metadata to RTF
files that do not already have an \\info block"
- title: "Edit Book: Remove unused CSS: Handle @import rules
when checking for unused CSS"
- title: "Edit Book: Remove unused css: Prevent failure when
book has invalid items marked as stylesheets"
- title: "calibredb: Fix set_metadata not working for the
series_index field."
tickets: [1329724]
A new pixman release 0.32.6 is now available. This is a stable release
in the 0.32 series containing fixes for exported symbols on MIPS,
compiling with the Intel compiler, and for an integer overflow bug.
Two important patches fixing deadlocks when using XIPassiveGrab requests.
You're recommended to updated.
Note that we now require libX11 1.6, that's a new dependency over 1.7.2 but
it's over a year old by now anyway.
Jasper St. Pierre (2):
XIPassiveGrab: Fix display locking inside _XIPassiveGrabDevice for error paths
XIPassiveGrab: Fix completely broken locking in XIGrabTouchBegin
Keith Packard (1):
man: Update XIQueryVersion docs to match new version compatibility semantics
Michael Joost (1):
Remove fallback for _XEatDataWords, require libX11 1.6 for it
Peter Hutterer (1):
libXi 1.7.3
2014-7-12 meld 3.11.2
=====================
Features:
* File and folder comparison panes can now be resized (Marco Brito)
* Folder comparisons now support scrolling between chunks using the mouse
wheel in the link map, like file comparisons (Kai Willadsen)
Fixes:
* Don't draw spurious actions for equal chunks (Kai Willadsen)
* Remove default sourceview behaviour for Alt+Left/Right (Kai Willadsen)
* Fix storing translated column names in configuration (Kai Willadsen)
* Several fixes for multiple windows in single-instance handling:
* Resolve relative paths relative to the correct instance (Kai Willadsen)
* Don't create windows in the original instance when the calling instance
errors out (Kai Willadsen)
* Raise the correct window for new windows in the same instance (Kai
Willadsen)
* Exit correctly for command line errors in the calling instance (Kai
Willadsen)
* Fix display of unicode paths in repositories (Kai Willadsen)
* Fix handling of unicode paths in recent files store (Kai Willadsen)
* Improve behaviour of Open External action, and handle spaces in filenames
for the custom editor option (Kai Willadsen)
* Improve support custom installation prefixes (Kai Willadsen)
Translations:
* Benjamin Steinwender (de)
* Daniel Mustieles (es)
* Lasse Liehu (fi)
* Marek Černocký (cs)
* Matej Urbančič (sl)
* Piotr Drąg (pl)
* Rafael Ferreira (pt_BR)
* Yuri Myasoedov (ru)
Upstream changes:
2.1210 2014-07-03
[DOCUMENTATION]
- Clarify that Moose::Exception exists for internal usage and that user
code is better using the Throwable role or Throwable::Error superclass.
- Moose::Manual::Support policy clarified regarding legacy Perl versions
[OTHER]
- tests have been removed for an alpha branch of Test::Builder that will
never see the light of day (Exodist)
* Improve MESSAGE
Changelog:
2014-06-22 v3.6.1 experimental rc format convertor for "<= 3.3" users who
have already upgraded the *code* to ">= v3.4". Program is
in contrib/utils.
giving shell access to a few users got a lot easier (see
comments in the rc file).
allow logging to syslog as well (see comments in the rc
file)
new 'motd' command
redis caching redone and now in core; see
http://gitolite.com/gitolite/cache.html
2014-05-09 v3.6 (cool stuff) the access command can now help you debug
your rules / understand how a specific access decision was
arrived at.
mirroring: since mirroring is asynchronous (by default
anyway), when a 'git push --mirror' fails, you may not
know it unless you look in the log file on the server.
Now gitolite captures the info and -- if the word 'fatal'
appears anywhere within it, it saves the entire output and
prints it to STDERR for anyone who reads or writes the
repo on the *master* server, until the error condition
clears up.
mirroring: allow 'nosync' slaves -- no attempt to
automatically push to these slaves will be made. Instead,
you have to manually (or via cron, etc) trigger pushes.
(backward compat breakage) the old v2 syntax for
specifying gitweb owner and description is no longer
supported.
macros now allow strings as arguments (thanks to Jason
Donenfeld for the idea/problem).
the 'info' command can print in JSON format if asked to.
repo-specific hooks: now you can specify more than one,
and gitolite runs all of them in sequence.
new trigger 'expand-deny-messages' to show more details
when access is denied.
git-annex support is finally in master, yaaay!
new 'readme' command, modelled after 'desc'. Apparently
gitweb can use a README.html file in the *bare* repo
directory -- who knew!
2013-10-14 v3.5.3 catch undefined groupnames (when possible)
mirroring: async push to slaves
(some portability fixes)
(a couple of contrib scripts - querying IPA based LDAP
servers for group membership, and user key management)
allow groups in subconf files (this *may* slow down
compilation in extreme cases)
make adding repo-specific hooks easier (see cust.mkd or
cust.html online for docs)
smart http now supports git 1.8.2 and above (which changed
the protocol requirements a wee bit)