Commit graph

5736 commits

Author SHA1 Message Date
taca
879939c07e Update ruby-systemu to 2.6.5.
A small fixes.
<https://github.com/ahoward/systemu/commits/master>
2015-06-08 14:52:44 +00:00
taca
9de0392a6d Update ruby-sprockets to 3.2.0.
3.2.0 (June 2, 2015)

* Updated SRI integrity to align with spec changes
* Deprecated Manifest integrity attribute
* Cleanup concatenating JS sources with newlines

3.1.0 (May 10, 2015)

* Removed "index" logical path normalization. Asset#logical_path is always
  the full logical path to the index file.
* Fixed static asset mtimes
* Fix manifest cleanup by age
* Removed redundant minifier level cache
* Updated SRI format according to spec changes

3.0.3 (April 27, 2015)

* Fix static asset mtime fallback
* Only warn when specified asset version can not be loaded.

3.0.2 (April 22, 2015)

* Ensure legacy Tilt handlers return String class data. Fixes issues with
  Haml Tilt handler.
* Type check and improve error messages raised on bad processor returned
  results.
* Improve error message for relative paths not under load path.
* Changed HTML encoding fallback from ISO-8859-1 to default external.
* Avoid falling back to 0 mtimes which may cause warnings with tar

3.0.1 (April 14, 2015)

* Fixed Context#depend_on with paths outside the load path

* 3.0.0 (April 12, 2015)

* New processor API. Tilt interface is deprecated.
* Improved file store caching backend.
* MIME Types now accept charset custom charset detecters. Improves support
  for UTF-16/32 files.
* Environment#version no longer affects asset digests. Only used for busting
  the asset cache.
* Removed builtin support for LESS.
* Removed //= include directive support.
* Deprecated BundledAsset#to_a. Use BundledAsset#included to access
  debugging subcomponents.
* Support circular dependencies. For parity with ES6 modules.
* Manifest compilation will no longer generate .gz files by default. Mixing
  Content-Encoding and ETags is just a bad idea
* Added linked or referenced assets. When an asset is compiled, any of its
  links will be compiled as well.
* Introduce some limitations around enumerating all logical paths. 4.x will
  deprecate it and favor linked manifests for compliation.
* Add Asset integrity attribute for Subresource Integrity
* Default digest changed to SHA256. Configuring digest_class is deprecated.
* Rename Asset#digest to Asset#hexdigest. Asset#digest is deprecated and
  will return a raw byte String in 4.x.
* Added transitional compatibility flag to Environment#resolve(path, compat:
  true). 2.x mode operates with compat: true and 4.x with compat: false
* manifest-abc123.json renamed to .sprockets-abc123.json
2015-06-08 14:48:23 +00:00
taca
63a854483c Update ruby-parallel to 1.6.0.
Changes are not available except commit log.
<https://github.com/grosser/parallel/commits/master>
2015-06-08 14:43:24 +00:00
taca
6f2a57d1f5 Update ruby-hashie to 3.4.2.
## 3.4.2 (6/2/2015)

* [#292](https://github.com/intridea/hashie/pull/292): Removed `Mash#id` and `Mash#type` - [@jrochkind](https://github.com/jrochkind).
* [#297](https://github.com/intridea/hashie/pull/297): Extracted `Trash`'s behavior into a new `Dash::PropertyTranslation` extension - [@michaelherold](https://github.com/michaelherold).

## 3.4.1

* [#269](https://github.com/intridea/hashie/pull/272): Added Hashie::Extensions::DeepLocate - [@msievers](https://github.com/msievers).
* [#270](https://github.com/intridea/hashie/pull/277): Fixed ArgumentError raised when using IndifferentAccess and HashWithIndifferentAccess - [@gardenofwine](https://github.com/gardenofwine).
* [#281](https://github.com/intridea/hashie/pull/281): Added #reverse_merge to Mash to override ActiveSupport's version - [@mgold](https://github.com/mgold).
* [#282](https://github.com/intridea/hashie/pull/282): Fixed coercions in a subclass accumulating in the superclass - [@maxlinc](https://github.com/maxlinc), [@martinstreicher](https://github.com/martinstreicher).
2015-06-08 14:37:50 +00:00
taca
15d8a99258 Allow this package build on Ruby 2.2. 2015-06-07 16:25:56 +00:00
taca
5f558a54b1 Update ruby-equalizer to 0.0.11.
Changes are not available except commit log.
<https://github.com/dkubb/equalizer/commits/master>
2015-06-07 16:01:38 +00:00
taca
e16e4c4100 Update ruby-daemons to 1.2.2.
== Release 1.2.2: March 17, 2015

* fix 100% CPU usage bug when using monitor mode.
2015-06-07 15:57:05 +00:00
taca
9eabb92e60 Allow this package build on Ruby 2.2. 2015-06-07 15:56:05 +00:00
taca
b21069e078 Update ruby-colorize to 0.7.7.
== 0.7.7 / 2015-04-19
  * update gems

== 0.7.6 / 2015-04-18
  * fix bugs
2015-06-07 15:54:08 +00:00
taca
a9c3c3d282 Update ruby-bundler to 1.10.3.
## 1.10.2 (2015-05-29)

Bugfixes:

  - fix regression in `bundle update GEM` performance introduced in 1.10.0 (#3687, @segiddins)

## 1.10.1 (2015-05-28)

Bugfixes:

  - silence ruby warning when running CLI commands (@segiddins)
  - validate gemspecs in non-packaging mode (#3681, @segiddins)
  - ensure the same chdir mutex as RubyGems is used (#3680, @segiddins)

## 1.10.0 (2015-05-28)

(this space intentionally left blank)

## 1.10.0.rc (2015-05-16)

Features:

  - dramatically speed up resolving some slow Gemfiles (#3635, @segiddins)
  - track CI platforms running Bundler (#3646, @fotanus)

Bugfixes:

  - allow `viz` to work with prereleases (#3621, #3217, @aprescott)
  - validate gemspecs used in path and git gems (#3639, @segiddins, @indirect)
  - stop printing config warnings when config is unchanged (#3649, @fotanus, @indirect)

## 1.10.0.pre.2 (2015-05-07)

Bugfixes:

  - make BUNDLED WITH backwards compatible (#3623, @segiddins)

## 1.10.0.pre.1 (2015-05-05)

Bugfixes:

  - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins)

## 1.10.0.pre (2015-05-03)

Features:

  - support gem extensions built into any directory on RubyGems 2.2+ (#3582, @voxik)
  - add 'bundler/inline' which provides a `gemfile` method (#3440, @segiddins)
  - improved error reports for Gemfile errors (#3480, @segiddins)
  - `lock` command (#3437, @segiddins)
  - add `ignore_messages` config to suppress post-install text (#3510, @pducks32)
  - improve `gem` minitest template (#3513, #3515, @arthurnn)
  - add `install --force` to re-install installed gems (#3519, @segiddins)
  - show more `outdated` information, including groups (@smlance, @indirect)
  - add optional groups to the Gemfile (#3531, @jhass)
  - accept glob argument to `gemspec` in Gemfile (#3464, @pjump)
  - make timeouts and retries configurable via `config` (#3601, @pducks32)
  - add `install_if` Gemfile method for conditional installs (#3611, @segiddins)

Bugfixes:

  - standalone mode now uses builtin gems correctly (#3610, @segiddins)
  - fix `rake spec:deps` on MinGW Ruby 2.0+ (#3487, @marutosi)
  - remember all y/n answers when generating gems (#3579, @pducks32)

Performance:

  - use RubyGems stub specifications when possible (#3580, @segiddins)

Deprecations:

  - deprecated the (never enabled) `bundle_ruby` binary (@smlance)

## 1.9.9 (2015-05-16)

Bugfixes:

  - read mirror and credential settings from older versions (#3557, @Strech)

## 1.9.8 (2015-05-12)

Bugfixes:

  - fix regression in sudo mode introduced by 1.9.7 (#3642, @segiddins)

## 1.9.7 (2015-05-11)

Bugfixes:

  - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins)

## 1.9.6 (2015-05-02)

Bugfixes:

  - support RubyGems versions above 2.4.6 (@tenderlove, @segiddins, @indirect)
  - allow creating gems with names containing two dashes (#3483, @janlelis)
  - allow creating gems with names extending constants (#3603, @amatsuda)

## 1.9.5 (2015-04-29)

Bugfixes:

  - respect Gemfile sources when installing a gem present in two sources (#3585, @tmoore)

## 1.9.4 (2015-04-13)

Bugfixes:

  - fix regression in installing x86 and universal gems (#3565, @jdmundrawala)
  - improve error when gems are missing (#3564, @sealocal)

## 1.9.3 (2015-04-12)

Bugfixes:

  - handle removal of `specs` from rubygems/rubygems@620910 (#3558, @indirect)
  - install 'universal' gems on Windows (#3066, @jdmundrawala)
  - stop passing --local during `rake install` task (#3236, @indirect)
  - guard against all possible accidental public gem pushes (#3533, @indirect)

## 1.9.2 (2015-03-30)

Bugfixes:

  - ensure gem executables are executable (#3517, #3511, @indirect)
  - fix warnings in Molinillo (#3516, @segiddins)
  - ensure duplicate dependencies do not propagate (#3522, @segiddins)
  - keep gems locked when updating another gem from the same source (#3520, @indirect)
  - resolve race that could build gems without saved arguments (#3404, @indirect)

## 1.9.1 (2015-03-21)

Bugfixes:

  - avoid exception in 'bundler/gem_tasks' (#3492, @segiddins)

## 1.9.0 (2015-03-20)

## 1.9.0.rc (2015-03-13)

Bugfixes:

  - make Bundler.which stop finding directories (@nohoho)
  - handle Bundler prereleases correctly (#3470, @segiddins)

## 1.9.0.pre.1 (2015-03-11)

Bugfixes:

  - make `gem` command work again (@arthurnn)

## 1.9.0.pre (2015-03-11)

Features:

  - prefer gemspecs closest to the directory root (#3428, @segiddins)
  - debug log for API request limits (#3452, @neerfri)

"Features":

  - Molinillo resolver, shared with CocoaPods (@segiddins)
  - updated Thor to v0.19.1 (@segiddins)
2015-06-07 15:52:28 +00:00
youri
d09cb86e35 Update libsoup buildlink path. 2015-06-07 14:05:57 +00:00
youri
9ba33bbe5e PR/4997 from Leonardo Taccary, thanks!
Update misc/rlwrap to rlwrap-0.42.

Changes:
0.42
----
 * Added --mirror-arguments (-U) option
 * On SunOS tcgetattr(slave pty) failed with "Invalid argument"
 * If the completion list contained two words, one of which a
   prefix of the other (e.g. "sea" and "seagull") the shorter one would
   be skipped when displaying a list of completions
 * reading completion files (with the -f option, or from
   $RLWRAP_HOME/<command>_completions) could fail with an incorrect
   ENOENT ("No such file or directory")
 * rlwrap -z listing wouldn't list filters
 * When both master and slave pty are unfit for sensing slave
   commands terminal settings, rlwrap now bails out with an error
   "cannot determine terminal mode of slave command"

0.41
----
 * Slightly late SIGCHLD could cause an I/O error on master pty
 * Added -W (-polling) option to poll slave pty for changes in its
   interrupt character and ISIG flag.
 * if $TERM is not found in termcap/terminfo database, use vt100

0.40
----
 * configure will now find tgetent() in libtinfo
 * compiling with gcc -O2 made rlwrap hang after CTRL-D on empty line
 * HP-UX 11 has weird tgetent() return values, confusing rlwrap
 * On Solaris, rlwrap would sometimes fail with "TIOCSWINSZ failed on
   slave pty"
 * Single quote ' is now word-breaking by default
 * multi-line edit would mangle upper ASCII and UTF-8 (and still does
   that to UTF16 :( )
 * added --extra-char-after-completion and -multi-line-ext options
 * rlwrap now recognises the 'rmcup' and 'rmkx' character sequences used by
   programs that use an alternate screen (like editors and pagers) to return
   from it.
 * configure will now correctly determine pty type on SCO OpenServer
 * rlwrap --no-children would leak file descriptors to /proc/<command_pid>/wchan
 * non-ASCII characters in multi-line input are no longer replaced
   by spaces after calling an external editor
 * running rlwrap within emacs would crash (division by zero).
   rlwrap now bails out whenever terminal width == 0
 * added --enable-proc-mountpoint config option to use alternate linux-like
   proc filesystems (like in FreeBSD) for finding <command>s working dir (-c option)
   and kernel function in which <command> is sleeping (-N option)
 * added prototype for copy_without_ignore_markers, fixing a segfault on NetBSD/amd64
 * commands final output before dying was lost on FreeBSD
 * Filters now get complete echo lines even if the echo comes back in chunks
2015-06-06 17:11:43 +00:00
wiedi
9b851e1e97 Update mbuffer to 20150412
20150412:
- fix: watchdog cannot do its job if it is cleaned up to early
- fix: clear sa_flags and sa_mask before use, although ignored

20141227:
- added option --pid to print PID of current process
- updated usage to include option -W
- man page formatting fixes
- configure updates
- support compiling on systems that do not define PATH_MAX
2015-06-05 11:36:40 +00:00
youri
36d03a07d6 Replace ambiguous MESSAGE by simple sed substitution. ok @agc 2015-06-04 21:56:48 +00:00
youri
7d3264ed9b Add cw. 2015-06-04 20:28:06 +00:00
youri
23233497ee Import cw-1.0.16 as misc/cw.
Cw is a non-intrusive real-time ANSI color wrapper for common unix-based
command. It is designed to simulate the environment of the commands being
executed, so that if a person types 'du', 'df', 'ping', etc.  in their
shell it will automatically color the output in real-time according to
a definition file containing the color format desired.  cw has support
for wildcard match coloring, tokenized coloring, headers/footers, case
scenario coloring, command line dependent definition coloring, and
includes over 50 pre-made definition files.
2015-06-04 20:27:53 +00:00
taca
1b752b8ac7 Update ruby-commander to 4.3.4.
=== 4.3.4 / 2015-05-03

* Fixed a regression with the compact help formatter.

=== 4.3.3 / 2015-04-21

* Updated to highline 1.7.2 to fix a regression with terminal size (https://github.com/JEG2/highline/pull/139).
* Help formatting updated to look better for commands with long names. (@jszwedko)

=== 4.3.2 / 2015-03-31

* Version bump to publish new location of Commander to Rubygems. Moved to https://github.com/commander-rb/commander

=== 4.3.1 / 2015-03-27

* Fix various Ruby warnings for circular requires, etc.
* Update to use highline 1.7 (@SkyTrix)
2015-06-03 13:55:24 +00:00
wiz
39975557a0 Update to 1.2.20150528:
2015/05/28
	+ fixes for two autoconf macros, CF_ADD_INCDIR and CF_NCURSES_CONFIG
	  from work on ncurses.
	+ build-fix for NetBSD curses (patch by Matthias Scheler).
2015-05-31 13:06:24 +00:00
tron
2e72b31ba7 Fix build under NetBSD older than today's NetBSD-current. 2015-05-28 07:50:33 +00:00
wiz
48e3cfe20d Update to 2.28.0:
- version: 2.28.0
  date: 2015-05-15

  new features:
    - title: "Conversion of all ebook formats to Microsoft Word (DOCX) files"
      type: major
      description: "Supports conversion of text styles, images,
      lists, tables, embedded fonts, etc. Produces DOCX files
      compatible with Microsoft Word 2007 or newer. Note that this
      code is very new, so there will likely still be kinks that
      will be worked out in the coming weeks."

    - title: "Add keyboard shortcuts (Ctrl+Right, Ctrl+Left) to
    switch between virtual library tabs."

    - title: "When sending email using GMX pause for five minutes
    between books, to prevent GMX from blocking the account. The
    delay can be configured via Preferences->Tweaks"

  bug fixes:
    - title: "Open With: Fix application icons in XDG_DATA_HOME on
    linux not being found and fix unhandled error when choosing
    non-executable files as applications."

    - title: "AZW3 Output: Remove duplicate anchors to workaround
    some Kindle renderers using the last occurrence of an anchor
    as the target instead of the first."

    - title: "Fix language definition on body tag being ignored
    during conversion"

    - title: "Edit book: When importing multiple files into the
    book, import them in the order sorted by their filenames instead
    of in random order"

    - title: "E-book viewer: Fix print to pdf not working on some
    windows systems with non-ascii usernames and non-utf-8 system
    locales. Also make the print to pdf dialog a little easier to
    use."

    - title: "Edit Book: Fix TOC editor window not remembering its
    last used size"

  improved recipes:
    - Field and Stream
    - Linux Magazine
    - Brand Eins
    - Courrier International
    - Wired Magazine
    - The Onion
2015-05-28 07:04:04 +00:00
wiz
93a624fd9c Update to 1.2.20150513:
2015/05/13
	+ add configure option --with-install-prefix, like ncurses.
	+ add --with-screen and related configure options from ncurses-examples
	  to allow building with ncurses6 test-packages.
	+ update configure macros for improved coding style from lynx changes.
	+ updated ro.po from
		http://translationproject.org/latest/dialog/
	+ update config.guess, config.sub
	> patches by Florent Rougon:
	+ fix two bugs in the "--file" option.
	  + When the number of arguments read from the included file is 0, the
	    code used to just skip over '--file' and its argument instead of
	    removing them from the argument list, causing "Error:  Unknown
	    option --file" later on.
	  + In the alternative case (at least one argument read from the file),
	    the previous code used to do '--j;' in order to "force rescan" of
	    the inserted arguments.  However, control then flowed to outer
	    blocks where a '++j;' counteracted this measure, causing "Error:
	    Unknown option --msgbox" (for instance) later on.
	+ modify escaping in argv.c to be more uniform, whether or not the
	  backslash is found within a parameter.
2015-05-28 06:29:10 +00:00
ryoon
1d8b1687da Update to 2.0
Changelog:
CHANGES FROM 1.9a to 2.0 6 March 2015

Incompatible Changes
====================

* The choose-list command has been removed.
* 'terminal-overrides' is now a server option, not a session option.
* 'message-limit' is now a server option, not a session option.
* 'monitor-content' option has been removed.
* 'pane_start_path' option has been removed.
* The "info" mechanism which used to (for some commands) provide feedback
  has been removed, and like other commands, they now produce nothing on
  success.

Normal Changes
==============

* tmux can now write an entry to utmp if the library 'utempter' is present
  at compile time.
* set-buffer learned append mode (-a), and a corresponding
  'append-selection' command has been added to copy-mode.
* choose-mode now has the following commands which can be bound:
	- start-of-list
	- end-of-list
	- top-line
	- bottom-line

* choose-buffer now understands UTF-8.
* Pane navigation has changed:
	- The old way of always using the top or left if the choice is ambiguous.
	- The new way of remembering the last used pane is annoying if the
	  layout is balanced and the leftmost is obvious to the user (because
	  clearly if we go right from the top-left in a tiled set of four we want
	  to end up in top-right, even if we were last using the bottom-right).

      So instead, use a combination of both: if there is only one possible
      pane alongside the current pane, move to it, otherwise choose the most
      recently used of the choice.
* 'set-buffer' can now be told to give names to buffers.
* The 'new-session', 'new-window', 'split-window', and 'respawn-pane' commands
  now understand multiple arguments and handle quoting problems correctly.
* 'capture-pane' understands '-S-' to mean the start of the pane, and '-E-' to
  mean the end of the pane.
* Support for function keys beyond F12 has changed.  The following explains:
	- F13-F24 are S-F1 to S-F12
	- F25-F36 are C-F1 to C-F12
	- F37-F48 are C-S-F1 to C-S-F12
	- F49-F60 are M-F1 to M-F12
	- F61-F63 are M-S-F1 to M-S-F3

 Therefore, F13 becomes a binding of S-F1, etc.
* Support using pane id as part of session or window specifier (so % means
  session-of-%1 or window-of-%1) and window id as part of session
  (so @1 means session-of-@1).
* 'copy-pipe' command now understands formats via -F
* 'if-shell'  command now understands formats via -F
* 'split-window' and 'join-window' understand -b to create the pane to the left
  or above the target pane.
2015-05-16 20:27:49 +00:00
bad
ac8a1d2fe3 Update libreoffice4-bin to 4.4.3.2.
Changelog:
Bugs fixed compared to the 4.4.2 rc1:
    tdf#68963 fix __refheading__ regression, set only CrossRefs as TOC. [Justin Luth]
    tdf#89482 fix __refheading__ regression, set only CrossRefs as TOC. [Justin Luth]
    tdf#89958 filter ends with / does not end with correction [Eike Rathke]
    tdf#90010 partially revert "package: Do not bother with deflating jpeg images" [Matúš Kukan]

Bugs fixed compared to the 4.4.1 final (rc2):
    bnc#770711 clear hard-coded char props in table cells... [Caolán McNamara]
    collabora#1000115 SwTxtFrm: don't join follow just because it has no content [Miklos Vajna]
    rhbz#1193971 clear hard-coded char props in table cells... [Caolán McNamara]
    tdf#38837 reduce power consumption by minimizing idle timers [Ashod Nakashian]
    tdf#39279 prioritise Thunderbird address books in first-match search [Julien Nabet]
    tdf#40835 add backward compatibility for ODFF function FDIST. [Winfried Donkers]
    tdf#50133 wrong underlining in Reports [Julien Nabet]
    tdf#53861 add libGLU.so.1 and libXinerama.so.1 to rpm/deb requirements [Christian Lohmaier]
    tdf#55620 asan: failure to load attachment under asan [Caolán McNamara]
    tdf#57873 prioritise Thunderbird address books in first-match search [Julien Nabet]
    tdf#68117 partially fix boolean labels in XLSX [Ursache Vladimir]
    tdf#71095 calc doesn't paste images copied from some web browsers [Henry Castro]
    tdf#78148 ordinal numbers should not be auto-capitalized [Niklas Johansson]
    tdf#78174 toolkit: work around GCC 4.9 -Os link failure [Michael Stahl]
    tdf#78221 cannot drag twice the same cell when editing formula [Henry Castro]
    tdf#79239 make the dialog closable with 'X' button again [Katarina Behrens]
    tdf#80137 paste array formula into range pastes as non-array formula [Henry Castro]
    tdf#81429 select corresponding listbox entry if not current [Eike Rathke]
    tdf#81659 handle expand reference edge correctly [Eike Rathke]
    tdf#83371 cannot navigate to list Files in LibreOffice dialogs [Szymon Kłos]
    tdf#84012 FORMATTING: Partially missing text in shrink-to-fit cells [Henry Castro]
    tdf#84102 expose XAccessibleExtendedAttributes through ATK [Jacobo Aragunde Pérez]
    tdf#84514 don't hide grid along with checkbox if not needed [Katarina Behrens]
    tdf#84556 also relative row references need to wrap around, like for columns [Tor Lillqvist]
    tdf#86159 floating windows have complicated borders [Caolán McNamara]
    tdf#86493 fix crash while scaling large bitmaps. [Ashod Nakashian]
    tdf#87303 svtools: relax the security a bit for embedded objects [Michael Stahl]
    tdf#87534 fix HYPERLINK behaviour when used in names [Winfried Donkers]
    tdf#87820 images not displayed properly in Calc [Henry Castro]
    tdf#87834 strange behavior of mid()-function [Julien Nabet]
    tdf#88547 revert "allow inline date-arrays for array functions", [Winfried Donkers, Eike Rathke]
    tdf#88583 related: RTF export: need to take care of fill attributes when ... [Miklos Vajna]
    tdf#88624 set DocumentBaseURL when saving report [Lionel Elie Mamane]
    tdf#88811 SwXText::convertToTextFrame: handle shapes anchored to us [Miklos Vajna]
    tdf#88847 fields of query design can be moved to the left only [Julien Nabet]
    tdf#89004 improve performance of document data collection [Ursache Vladimir]
    tdf#89252 fix bold, regular font spacing bug for Graphite fonts [Martin Hosken]
    tdf#89266 SwDrawShell::GetState: fix crash on adding textbox to fontwork [Miklos Vajna]
    tdf#89281 fix performance regression of XLS import [László Németh]
    tdf#89330 preserve file name case in an unresolvable external named range [Jan Kantert]
    tdf#89391 datasource URL in Database Properties window cannot be viewed [Szymon Kłos]
    tdf#89436 fix ScHorizontalAttrIterator performance [László Németh]
    tdf#89451 implement fill based on style also for chart area, [Markus Mohrhard]
    tdf#89454 this should be [-90, 90] and not (-90, 90), [Markus Mohrhard]
    tdf#89460 test pChangeTrack before using it [Laurent Godard]
    tdf#89482 return size of system virtual device resource at construction. [Michael Meeks]
    tdf#89484 check that sheet reference is within selected sheets [Eike Rathke]
    tdf#89500 catch ISO 8601 datetime in all locales [Eike Rathke]
    tdf#89520 make TOX creation more robust [Tobias Lippert]
    tdf#89665 i18npool: fix pathological transliterate slow-path [Michael Stahl]
    tdf#89666 vcl: speed up HbLayoutEngine line layout for large paragraphs [Michael Stahl]
    tdf#89679 fix incorrect mapping of font-family-complex and CharFontNameAsian [Mark Hung]
    tdf#89791 DOCX: don't save custom.xml if it's empty [Julien Nabet]
    tdf#89872 revert "allow inline date-arrays for array functions", [Eike Rathke]
2015-05-14 18:27:38 +00:00
ryoon
786a1f1b72 Update to 4.4.3.2
Changelog:
Bugs fixed compared to the 4.4.2 rc1:
    tdf#68963 fix __refheading__ regression, set only CrossRefs as TOC. [Justin Luth]
    tdf#89482 fix __refheading__ regression, set only CrossRefs as TOC. [Justin Luth]
    tdf#89958 filter ends with / does not end with correction [Eike Rathke]
    tdf#90010 partially revert "package: Do not bother with deflating jpeg images" [Matúš Kukan]

Bugs fixed compared to the 4.4.1 final (rc2):
    bnc#770711 clear hard-coded char props in table cells... [Caolán McNamara]
    collabora#1000115 SwTxtFrm: don't join follow just because it has no content [Miklos Vajna]
    rhbz#1193971 clear hard-coded char props in table cells... [Caolán McNamara]
    tdf#38837 reduce power consumption by minimizing idle timers [Ashod Nakashian]
    tdf#39279 prioritise Thunderbird address books in first-match search [Julien Nabet]
    tdf#40835 add backward compatibility for ODFF function FDIST. [Winfried Donkers]
    tdf#50133 wrong underlining in Reports [Julien Nabet]
    tdf#53861 add libGLU.so.1 and libXinerama.so.1 to rpm/deb requirements [Christian Lohmaier]
    tdf#55620 asan: failure to load attachment under asan [Caolán McNamara]
    tdf#57873 prioritise Thunderbird address books in first-match search [Julien Nabet]
    tdf#68117 partially fix boolean labels in XLSX [Ursache Vladimir]
    tdf#71095 calc doesn't paste images copied from some web browsers [Henry Castro]
    tdf#78148 ordinal numbers should not be auto-capitalized [Niklas Johansson]
    tdf#78174 toolkit: work around GCC 4.9 -Os link failure [Michael Stahl]
    tdf#78221 cannot drag twice the same cell when editing formula [Henry Castro]
    tdf#79239 make the dialog closable with 'X' button again [Katarina Behrens]
    tdf#80137 paste array formula into range pastes as non-array formula [Henry Castro]
    tdf#81429 select corresponding listbox entry if not current [Eike Rathke]
    tdf#81659 handle expand reference edge correctly [Eike Rathke]
    tdf#83371 cannot navigate to list Files in LibreOffice dialogs [Szymon Kłos]
    tdf#84012 FORMATTING: Partially missing text in shrink-to-fit cells [Henry Castro]
    tdf#84102 expose XAccessibleExtendedAttributes through ATK [Jacobo Aragunde Pérez]
    tdf#84514 don't hide grid along with checkbox if not needed [Katarina Behrens]
    tdf#84556 also relative row references need to wrap around, like for columns [Tor Lillqvist]
    tdf#86159 floating windows have complicated borders [Caolán McNamara]
    tdf#86493 fix crash while scaling large bitmaps. [Ashod Nakashian]
    tdf#87303 svtools: relax the security a bit for embedded objects [Michael Stahl]
    tdf#87534 fix HYPERLINK behaviour when used in names [Winfried Donkers]
    tdf#87820 images not displayed properly in Calc [Henry Castro]
    tdf#87834 strange behavior of mid()-function [Julien Nabet]
    tdf#88547 revert "allow inline date-arrays for array functions", [Winfried Donkers, Eike Rathke]
    tdf#88583 related: RTF export: need to take care of fill attributes when ... [Miklos Vajna]
    tdf#88624 set DocumentBaseURL when saving report [Lionel Elie Mamane]
    tdf#88811 SwXText::convertToTextFrame: handle shapes anchored to us [Miklos Vajna]
    tdf#88847 fields of query design can be moved to the left only [Julien Nabet]
    tdf#89004 improve performance of document data collection [Ursache Vladimir]
    tdf#89252 fix bold, regular font spacing bug for Graphite fonts [Martin Hosken]
    tdf#89266 SwDrawShell::GetState: fix crash on adding textbox to fontwork [Miklos Vajna]
    tdf#89281 fix performance regression of XLS import [László Németh]
    tdf#89330 preserve file name case in an unresolvable external named range [Jan Kantert]
    tdf#89391 datasource URL in Database Properties window cannot be viewed [Szymon Kłos]
    tdf#89436 fix ScHorizontalAttrIterator performance [László Németh]
    tdf#89451 implement fill based on style also for chart area, [Markus Mohrhard]
    tdf#89454 this should be [-90, 90] and not (-90, 90), [Markus Mohrhard]
    tdf#89460 test pChangeTrack before using it [Laurent Godard]
    tdf#89482 return size of system virtual device resource at construction. [Michael Meeks]
    tdf#89484 check that sheet reference is within selected sheets [Eike Rathke]
    tdf#89500 catch ISO 8601 datetime in all locales [Eike Rathke]
    tdf#89520 make TOX creation more robust [Tobias Lippert]
    tdf#89665 i18npool: fix pathological transliterate slow-path [Michael Stahl]
    tdf#89666 vcl: speed up HbLayoutEngine line layout for large paragraphs [Michael Stahl]
    tdf#89679 fix incorrect mapping of font-family-complex and CharFontNameAsian [Mark Hung]
    tdf#89791 DOCX: don't save custom.xml if it's empty [Julien Nabet]
    tdf#89872 revert "allow inline date-arrays for array functions", [Eike Rathke]
2015-05-12 23:17:07 +00:00
reinoud
8ad72a3d59 Update udfclient to version 0.8 fixing huge disc support. Discs of over 1 Tb
can now be formatted and mounted.
2015-05-05 13:10:43 +00:00
wiz
b8959045b3 Recursive PKGREVISION bump for libzip shlib major bump. 2015-05-04 21:14:24 +00:00
gson
1112ddad28 Update misc/py-anita to 1.38. Changes from 1.37:
Deal with the sysinst message changes of 2015-04-30.

When halting the VM, don't quit as soon as the text "halted" is seen,
because it may be part the message "halted by root", which is printed
before disks have been synced.  Instead look for "The operating system
has halted", EOF, or a timeout.
2015-05-02 07:54:11 +00:00
wiz
0f81536ec9 Update to 2.27.0:
New Features
* Edit metadata dialog: Add a clear button for the publisher.
* DOCX Input: Add option to not insert page breaks between endnotes.
* calibredb list: Allow outputting the book languages as well.
* Italian translation of Quick Start Guide
* Embed metadata: When embedding metadata fails for some books,
add an option to show the failed books in the book list
* Animate the main toolbar when a device is connected/disconnected,
to indicate that the contents of the toolbar have changed
Bug Fixes
* E-book viewer: When printing, print to a PDF file instead of
directly to the printer. This fixes printing not working on some
systems.
* AZW3 Input: Handle kindlegen produced azw3 files that do not use
normal HTML anchors for linking.
* Fix too many open files errors that could occur in a few places
on OS X
* Do not allow user to hide all columns in book list via the context
menu, as restoring them becomes difficult
2015-05-01 14:25:41 +00:00
wiz
fd2596d911 Update to 1.7.1:
This release provides various minor updates & corrections that have
accumulated since the last katamari, without waiting forever for
someone to step up to create the next katamari.

Alan Coopersmith (8):
      MAINTAINERS: Update URL to Solaris X11 distro web page
      List xsetmode & xsetpointer as Obsolete in MAINTAINERS file
      List libxkbui as Obsolete in MAINTAINERS file
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      X.man: disengender a user reference
      Fix various typos & spelling errors across the docs
      xorg-docs 1.7.1

Dr. Tilmann Bubeck (1):
      Added Dr. Tilmann Bubeck as maintainer of xauth

Eric S. Raymond (3):
      Clean up presentation-level markup so DocBook conversion can work.
      Rename SYNIOPSIS to OVERVIEW...
      Rename SYNOOPSIS to DESCRIPTION...

Gaetan Nadon (1):
      Fix typo in Release Notes.

Rob Clark (1):
      add maintainers entry for xf86-video-omap

Thomas Hellstrom (2):
      Updated VMware maintainer email and vmware driver status
      Change maintainer info of xf86-video-vmware
2015-05-01 08:51:51 +00:00
mef
5386ef2e93 Just Githubify. No any change on package built. 2015-04-28 01:27:40 +00:00
mef
75d2b10173 (pkgsrc)
- Githubify
(upstream)
 - Update 1.3.1 to 1.3.3
---------------------
Tue Aug  5 2014 Aleksey
        * === Version 1.3.3 ===

Mon Aug  4 2014 And Sch, Aleksey
        * librhash: small optimization of Whirlpool

Sat Aug  2 2014 Aleksey
        * option --exclude for skipping some files during recursive scanning

Fri Aug  1 2014 Aleksey
        * update the SHA3 algorithm to follow the changes of the FIPS 202 draft

Wed Jul 30 2014 Aleksey
        * support torrents with more than one announce url

Tue Jul 29 2014 Aleksey
        * LibRHash now exports torrent functions

Mon Jul 21 2014 Tsukasa Oi
        * fixed test_rhash.sh script failing on the en_US.UTF-8 locale

Wed Jul 16 2014 Aleksey
        * changed the `-p' format names of sha* families, see manpage
        * set a boolean in config to true by a string `true', `on' or `yes'

Sun Jul 13 2014 Aleksey
        * Ctrl-C now interrupts benchmarking

Wed Jul  2 2014 Aleksey
        * === Version 1.3.2 ===

Sat Jun 21 2014 Aleksey
        * report warnings on files locked by some processes

Thu Jun 19 2014 Brad Campbell
        * ignore non-regular files while scanning directories recursively

Wed Jun 18 2014 Aleksey
        * option --follow for following symlinks to directories

Sun Apr 13 2014 ZinnKid
        * BTIH piece length calculation updated to follow the uTorrent algorithm change
2015-04-28 01:17:11 +00:00
ryoon
22bee7a3c3 Recursive revbump from databases/unixodbc. 2015-04-26 11:52:18 +00:00
tnn
9ee4b877fb Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
wiz
b0b3ca8519 Update to 2.26.0:
- version: 2.26.0
  date: 2015-04-24

  new features:
    - title: "Driver for the soon to be released Kobo Glo HD"

  bug fixes:
    - title: "Do not use a separate process to draw the splash
    screen. This might fix the issue of calibre randomly freezing
    on startup on a few windows systems"

    - title: "MOBI Ouput: Fix :first-letter applied to elements
    containing a comment causing conversion to fail"

    - title: "Properly display names of libraries containing the
    ampersand character."

    - title: "When sorting filenames in comics treat the file
    extension as a secondary sort key. Fixes xyz.jpg sorting before
    xyz_1.jpg"

    - title: "Fix a regression in 2.25 that broke the search &
    replace wizard in the conversion dialog when converting a book
    with multiple formats"

    - title: "Content server: Fix errors when library contains
    enough virtual libraries to cause grouping."

    - title: "Manage tags dialog: Fix setting a tag to empty causes
    an unhandled error."

    - title: "E-book viewer: Fix a regression that caused the viewer
    to occasionally skip the last page in a chapter when displaying
    more than one pages per screen and scrolling by screen"

    - title: "Edit Book: Fix open OPF file not being refreshed when
    deleting items from the file browser."

  improved recipes:
    - WirtschaftsWoche Online
    - Wired
    - CNN

  new recipes:
    - title: Discover Magazine Monthly
      author: Michael Marotta
2015-04-25 11:35:35 +00:00
joerg
90306c7d92 Fix reference to libphonon. Bump revision. 2015-04-24 11:24:52 +00:00
jperkin
ca8519b89a Update Xfce to 4.12.0.
This is a very large change, and incorporates the 4.8, 4.10, and 4.12 major
Xfce releases since 4.6.2, our previous pkgsrc release.  For more information
about the thousands of changes in each major release since then, please see:

  Xfce 4.12 announcement:
    http://www.xfce.org/about/news

  Xfce 4.12 tour:
    http://www.xfce.org/about/tour

  Xfce 4.10 announcement:
    http://www.xfce.org/about/news/?post=1335571200

  Xfce 4.10 tour:
    http://www.xfce.org/about/tour410

  Xfce 4.8 announcement:
    http://www.xfce.org/about/news/?post=1295136000

  Xfce 4.8 tour:
    http://www.xfce.org/about/tour48

The pkgsrc changes since then are:

  New packages:
    archivers/xfce4-thunar-archive
    graphics/elementary-xfce-icon-theme
    mail/xfce4-mailwatch-plugin
    misc/xfce4-time-out-plugin
    multimedia/xfce4-thunar-media-tags
    sysutils/xfce4-mount-plugin
    sysutils/xfce4-taskmanager
    sysutils/xfce4-thunar-vcs
    sysutils/xfce4-verve-plugin
    x11/xfce4-garcon
    x11/xfce4-notifyd
    x11/xfce4-tumbler
    x11/xfce4-whiskermenu-plugin

  Renamed packages:
    devel/xfconf to devel/xfce4-conf
    x11/libxfce4menu to x11/libxfce4ui
    x11/xfce4-screenshooter-plugin to x11/xfce4-screenshooter

  Updated packages:
    audio/xfce4-mixer
    audio/xfce4-xmms-plugin
    devel/xfce4-dev-tools
    editors/xfce4-mousepad
    graphics/ristretto
    meta-pkgs/xfce4-extras
    meta-pkgs/xfce4
    misc/xfce4-weather-plugin
    multimedia/xfce4-mpc-plugin
    net/xfce4-wavelan-plugin
    sysutils/xfce4-appfinder
    sysutils/xfce4-battery-plugin
    sysutils/xfce4-cpugraph-plugin
    sysutils/xfce4-diskperf-plugin
    sysutils/xfce4-fsguard-plugin
    sysutils/xfce4-genmon-plugin
    sysutils/xfce4-netload-plugin
    sysutils/xfce4-quicklauncher-plugin
    sysutils/xfce4-systemload-plugin
    sysutils/xfce4-thunar
    sysutils/xfce4-xarchiver
    sysutils/xfce4-xkb-plugin
    textproc/xfce4-dict-plugin
    time/xfce4-datetime-plugin
    time/xfce4-orage
    time/xfce4-timer-plugin
    wm/xfce4-wm-themes
    wm/xfce4-wm
    x11/libxfce4gui
    x11/libxfce4util
    x11/xfce4-clipman-plugin
    x11/xfce4-desktop
    x11/xfce4-exo
    x11/xfce4-eyes-plugin
    x11/xfce4-gtk2-engine
    x11/xfce4-notes-plugin
    x11/xfce4-panel
    x11/xfce4-places-plugin
    x11/xfce4-session
    x11/xfce4-settings
    x11/xfce4-terminal

  Removed packages:
    sysutils/xfce4-volman
    x11/xfce4-utils

This is based on a huge amount of work by the NetBSDfr team and Youri Mouton,
who takes over as MAINTAINER, and has been tested by Youri on a large number
of platforms prior to commit.  A massive thanks to them.  Any issues with the
import are mine alone as the committer-by-proxy.
2015-04-21 08:56:37 +00:00
bad
e8c23eceb8 Update libreoffice4-bin to 4.4.2.
For a full description of the changes since 4.4.1 see
https://wiki.documentfoundation.org/ReleaseNotes/4.4

The table of contents of the release notes is:

    1 About this page
    2 Writer
        2.1 Master Document Templates
        2.2 Shapes can have a TextBox
        2.3 Improvements to Track Changes
        2.4 Style dropdown
        2.5 Line numbering easier to apply for headers and footers
        2.6 Status bar improvements
        2.7 Toolbar improvements
        2.8 Navigator bookmarks
        2.9 AutoCorrect improvements
    3 Calc
        3.1 Statistics Wizard (alternative to Excel's Add-in "Analysis
            ToolPak")
        3.2 Direct conversion of formulas into static values
        3.3 Formula engine
        3.4 Toolbar improvements
        3.5 Sheet context menu
    4 Impress and Draw
        4.1 Text of Master View Object Previews
        4.2 Select and toggle off master elements directly via Delete
        4.3 OpenGL transitions
        4.4 Page Title field
        4.5 Inherit current style of cells when inserting New row/column
            in table
        4.6 Password for editing
        4.7 Printing: use specified paper size
        4.8 Zoom Mode button
        4.9 Toolbar improvements
        4.10 Menubar improvements
    5 Math
        5.1 Color support
    6 Core
        6.1 Included fonts
        6.2 Digitally signed PDF export
        6.3 Drawing objects
        6.4 Technical Dictionary
    7 LibreOfficeKit
    8 Help content
    9 Code quality
        9.1 Translation of German comments
        9.2 Coverity
        9.3 Refactoring
    10 Filters
        10.1 Media file formats
        10.2 New import filters
        10.3 Connection to SharePoint and OneDrive
        10.4 Improved OOXML support
        10.5 Improved Visio support
        10.6 Improved Table of Contents in HTML export
        10.7 Document thumbnails
        10.8 Improved MS Publisher support
        10.9 Improved Abiword support
        10.10 Improved MS Works Spreadsheet support
        10.11 Improved FictionBook support
    11 GUI
        11.1 Dialogs conversion to WidgetLayout finished
        11.2 Sifr as the default icon theme on OS X
        11.3 Changes to rulers
        11.4 Start Center
        11.5 New default templates
        11.6 New color selector
        11.7 Reworked paragraph line spacing dropdown
        11.8 Bullet and Numbering dropdown
        11.9 Sidebar changes
        11.10 Context menu changes
        11.11 Edit / Read-only mode
        11.12 Tab changes
        11.13 Firefox Themes
        11.14 Image scaling
        11.15 Simplification of Special Character dialog
        11.16 Icon improvements
        11.17 Locale in About dialog
        11.18 UI text improvements
    12 Localization
        12.1 New languages/locales with locale data
        12.2 Improved language tools (spell-check dictionaries, thesaurus,
            hyphenation patterns)
    13 Performance
    14 Scripting / Basic
        14.1 Access2Base updated
    15 Feature removal / deprecation
    16 API changes
        16.1 Removed configuration options
        16.2 C++ UNO language binding and URE libraries
            16.2.1 OSL macro clean-up
            16.2.2 IReference and ReferenceObject
        16.3 Java UNO language binding
        16.4 UNO API changes
    17 Platform compatibility
        17.1 Windows
        17.2 OS X
2015-04-20 15:24:40 +00:00
nros
721e1c0096 Revbump because of x11/qt5-qtwebkit dependency update 2015-04-19 19:33:58 +00:00
wiz
be1191fb61 Update to 2.25.0:
- version: 2.25.0
  date: 2015-04-17

  new features:
    - title: "Edit Book: Make embedding fonts using the manage
    fonts dialog easier. You can now double click on a font family
    to see what faces for that family area available on your computer
    and install new fonts directly from the dialog."

    - title: "Book Details panel: Allow deleting tags/series/publisher/etc.
    by right clicking on the link in the book details panel."

    - title: "E-book viewer: Allow expanding/collapsing all items
    in the Table of Contents view by right clicking"

    - title: "When using the View specific format action add an
    'Open With' button to choose a specific program to view the
    specified format"

    - title: "Fetch News: Add API to allow recipe writers to easily
    resolve internal links to point to the downloaded versions of
    articles"

    - title: "DOCX Input: Add support for DOCX files created by
    Word 2013 in 'Strict' mode"

    - title: "When getting cover from comic files, use smart filename
    sorting to find the first filename, recognizing numbers inside
    the filenames."

  bug fixes:
    - title: "E-book viewer: When displaying multiple pages per
    screen fix whole screen scrolling so that it works as expected
    even at the end of the file, when their might be fewer pages
    left than would fill the screen."

    - title: "DOCX Input: Automatically resize large images used
    as bullets in lists, to compensate for the fact that HTML
    renderers do not do this."

    - title: "Book list: Prevent yes/no columns from making the
    minimum row height too large."

    - title: "Template language: Fix raw_field() function returning
    incorrect values for lists"

    - title: "Edit book: Fix book locale changing when OPF edited
    if OPF contains a country code in addition to a language code"

    - title: "Edit Book: Fix escaped HTML tags in the comments
    metadata being reported as mis-spelled words."

    - title: "Edit Book: Fix regression that caused copying of
    non-breaking spaces to not work when using the keyboard shortcuts"

    - title: "Open With: Fix open with not working for programs
    from the Microsoft Office suite"

  improved recipes:
    - Die Zeit
    - NZZ Webpaper
    - Arcamax

  new recipes:
    - title: MIT Technology Review Magazine
      author: Michael Marotta

    - title: The Codeless Code
      author: April King
2015-04-19 19:09:20 +00:00
adam
4606c07235 Revbump after updating devel/boost-libs 2015-04-17 15:52:56 +00:00
tnn
d3b1784ab7 Update to less-475. Changes since 470:
* Fix possible memory corruption
* Disable history feature when compiled with LESSHISTFILE set to "-".
* Fix bug where prompt was sometimes not displayed with +G.

Also contains a fix for CVE-2014-9488 (oob read on malformed UTF-8 data)
2015-04-13 12:33:49 +00:00
wiz
e841baffd5 Update to 2.24.0:
- version: 2.24.0
  date: 2015-04-10

  new features:
    - title: "E-book viewer: Add an option to not save the bookmarks
    inside EPUB files, under the Miscellaneous section of the viewer
    preferences"

    - title: "Manage User Categories: Allow restricting the visible
    items to only those present in the current Virtual Library (if
    any)"

    - title: "Book details panel: Allow copying full path to ebook
    files by right clicking on the format link."

  bug fixes:
    - title: "Edit Book: Fix GIF format images being corrupted when
    using the builtin image editor to make changes to them."

    - title: "Edit Book: When dragging and dropping files to re-order
    them in the file browser, fix the final order being dependent
    on the order the files were selected in."

    - title: "Conversion: Fix error when converting a document that
    contains an invalid function based CSS selector without
    parentheses."

    - title: "Edit Book: Fix regression that caused pressing Alt+X
    to type unicode characters to not work"

    - title: "Device view: Preserve position in list of books when
    deleting books from the device view"

    - title: "Make the context menu for the book details popup
    window work the same way as for the book details panel"

    - title: "Get Books: Update amazon store plugin for website
    changes"

    - title: "PDF Metadata: When choosing between reading metadata
    from the Info dict and the XMP block, consider both the
    MetadataData and the ModifyDate in the XMP block, since there
    exist PDF metadata writing tools that update one and not the
    other."

    - title: "Fix a regression that caused ebook viewer to remember
    the state of the Table of Contents panel when quitting on OS
    X."

    - title: "Prevent Enter key on Manage authors/tags/etc. dialogs
    from closing the dialog."

  improved recipes:
    - Le Temps
    - United Daily
    - Liberty Times
    - Apple Daily
    - China Times
    - House News
    - Providence Journal
    - Harvard Business Review
2015-04-10 14:25:27 +00:00
wiz
ec224888a7 Update to 2.23.0:
- version: 2.23.0
  date: 2015-04-03

  new features:
    - title: "Allow adding an empty ebook in various formats to
    existing book records by right clicking the Add Books button"

    - title: "Add ability to create additional empty formats to
    the 'Add empty book' command"

    - title: "News download: Add API to cleanly abort the download
    of an article during the preprocess stage based on the article's
    contents."

    - title: "Update the version of Qt bundled with calibre to
    5.4.1. This fixes various minor bugs, most notably, improving
    text rendering on linux."

  bug fixes:
    - title: "MOBI Input: Fix links not working in viewer for MOBI
    files that contain anchors placed on linebreak elements."

    - title: "Book details panel: Fix copying Path link by right
    clicking on it not working."

    - title: "Fix a regression that caused importing of a single
    book from a directory to fail if the directory has no ebook
    files in it"

    - title: "Column Icons: Fix apostrophes in icon filenames
    causing errors."

    - title: "Edit Book: Fix a regression that caused Remove unused
    CSS to fail on invalid CSS selectors, instead of ignoring them"

    - title: "Open With: Fix open with failing to get list of
    default programs on windows if the registry contains missing
    ProgIDs."

  improved recipes:
    - Esquire
    - Courrier International
    - CNET
    - Tagesschau
2015-04-08 09:56:53 +00:00
adam
9071d6b787 Revbump after updating textproc/icu 2015-04-06 08:17:13 +00:00
ryoon
c67824fa1d Update to 4.4.2.2
Changelog:
4.4.2.2:
List of fixed bugs

Bugs fixed compared to the 4.4.2 rc1:

    tdf#68963 fix __refheading__ regression, set only CrossRefs as TOC. [Justin Luth]
    tdf#89482 fix __refheading__ regression, set only CrossRefs as TOC. [Justin Luth]
    tdf#89958 filter ends with / does not end with correction [Eike Rathke]
    tdf#90010 partially revert "package: Do not bother with deflating jpeg images" [Matúš Kukan]


4.4.2.1:
List of fixed bugs

Bugs fixed compared to the 4.4.1 final (rc2):

    bnc#770711 clear hard-coded char props in table cells... [Caolán McNamara]
    collabora#1000115 SwTxtFrm: don't join follow just because it has no content [Miklos Vajna]
    rhbz#1193971 clear hard-coded char props in table cells... [Caolán McNamara]
    tdf#38837 reduce power consumption by minimizing idle timers [Ashod Nakashian]
    tdf#39279 prioritise Thunderbird address books in first-match search [Julien Nabet]
    tdf#40835 add backward compatibility for ODFF function FDIST. [Winfried Donkers]
    tdf#50133 wrong underlining in Reports [Julien Nabet]
    tdf#53861 add libGLU.so.1 and libXinerama.so.1 to rpm/deb requirements [Christian Lohmaier]
    tdf#55620 asan: failure to load attachment under asan [Caolán McNamara]
    tdf#57873 prioritise Thunderbird address books in first-match search [Julien Nabet]
    tdf#68117 partially fix boolean labels in XLSX [Ursache Vladimir]
    tdf#71095 calc doesn't paste images copied from some web browsers [Henry Castro]
    tdf#78148 ordinal numbers should not be auto-capitalized [Niklas Johansson]
    tdf#78174 toolkit: work around GCC 4.9 -Os link failure [Michael Stahl]
    tdf#78221 cannot drag twice the same cell when editing formula [Henry Castro]
    tdf#79239 make the dialog closable with 'X' button again [Katarina Behrens]
    tdf#80137 paste array formula into range pastes as non-array formula [Henry Castro]
    tdf#81429 select corresponding listbox entry if not current [Eike Rathke]
    tdf#81659 handle expand reference edge correctly [Eike Rathke]
    tdf#83371 cannot navigate to list Files in LibreOffice dialogs [Szymon Kłos]
    tdf#84012 FORMATTING: Partially missing text in shrink-to-fit cells [Henry Castro]
    tdf#84102 expose XAccessibleExtendedAttributes through ATK [Jacobo Aragunde Pérez]
    tdf#84514 don't hide grid along with checkbox if not needed [Katarina Behrens]
    tdf#84556 also relative row references need to wrap around, like for columns [Tor Lillqvist]
    tdf#86159 floating windows have complicated borders [Caolán McNamara]
    tdf#86493 fix crash while scaling large bitmaps. [Ashod Nakashian]
    tdf#87303 svtools: relax the security a bit for embedded objects [Michael Stahl]
    tdf#87534 fix HYPERLINK behaviour when used in names [Winfried Donkers]
    tdf#87820 images not displayed properly in Calc [Henry Castro]
    tdf#87834 strange behavior of mid()-function [Julien Nabet]
    tdf#88547 revert "allow inline date-arrays for array functions", [Winfried Donkers, Eike Rathke]
    tdf#88583 related: RTF export: need to take care of fill attributes when ... [Miklos Vajna]
    tdf#88624 set DocumentBaseURL when saving report [Lionel Elie Mamane]
    tdf#88811 SwXText::convertToTextFrame: handle shapes anchored to us [Miklos Vajna]
    tdf#88847 fields of query design can be moved to the left only [Julien Nabet]
    tdf#89004 improve performance of document data collection [Ursache Vladimir]
    tdf#89252 fix bold, regular font spacing bug for Graphite fonts [Martin Hosken]
    tdf#89266 SwDrawShell::GetState: fix crash on adding textbox to fontwork [Miklos Vajna]
    tdf#89281 fix performance regression of XLS import [László Németh]
    tdf#89330 preserve file name case in an unresolvable external named range [Jan Kantert]
    tdf#89391 datasource URL in Database Properties window cannot be viewed [Szymon Kłos]
    tdf#89436 fix ScHorizontalAttrIterator performance [László Németh]
    tdf#89451 implement fill based on style also for chart area, [Markus Mohrhard]
    tdf#89454 this should be [-90, 90] and not (-90, 90), [Markus Mohrhard]
    tdf#89460 test pChangeTrack before using it [Laurent Godard]
    tdf#89482 return size of system virtual device resource at construction. [Michael Meeks]
    tdf#89484 check that sheet reference is within selected sheets [Eike Rathke]
    tdf#89500 catch ISO 8601 datetime in all locales [Eike Rathke]
    tdf#89520 make TOX creation more robust [Tobias Lippert]
    tdf#89665 i18npool: fix pathological transliterate slow-path [Michael Stahl]
    tdf#89666 vcl: speed up HbLayoutEngine line layout for large paragraphs [Michael Stahl]
    tdf#89679 fix incorrect mapping of font-family-complex and CharFontNameAsian [Mark Hung]
    tdf#89791 DOCX: don't save custom.xml if it's empty [Julien Nabet]
    tdf#89872 revert "allow inline date-arrays for array functions", [Eike Rathke]
2015-04-05 13:04:30 +00:00
wiz
ee4155b62b Update to 2.0.32:
Changes in 2.0.32

    Fixed a syncing bug that could lead to lost reviews and sanity
    check errors when deleting a filtered deck before syncing.

    Make default note type titles consistent (thanks to Soren).

    Load saved searches in alphabetical order (thanks to Houssam).

    Fix some fields not being renamed in template when renaming
    field (thanks to Dave).

    Fixed an error message that could occur in add-ons (thanks to
    Thomas) .

    Add a few more media types in the file selector (thanks to
    Jonathan).

    Report an error if an add-on download is corrupt.

    Fix sync error being shown twice.

    Updated translations, thanks to the translators.
2015-04-02 22:40:25 +00:00
wiz
019835cdb7 Update to 2.22.0:
- version: 2.22.0
  date: 2015-03-20

  new features:
    - title: "Book List: When editing data in the book list directly,
    expand the editor widget to use all available width if the data
    does not fit inside the current column width"

    - title: "Edit Book: When re-opening a previously edited book,
    restore all open files and the cursor position. Can be disabled
    in Preferences->Main Window"

    - title: "Advanced search builder: Allow using days/weeks/months/years
    when building a date based search with number of days ago."

    - title: "Amazon metadata download: Speedup metadata download
    from amazon.com when an ASIN is specified by trying the product
    page directly first instead of running a search."

    - title: "Implement updating metadata in DOCX files"

  bug fixes:
    - title: "ODT Input: Add support for intra-document cross-references."

    - title: "PDF Output: Fix incorrect encoding of ASCII control
    characters and some Chines characters in metadata and Table of
    Contents strings."

    - title: "Amazon metadata download: Work around amazon server
    problems where it does not return Kindle Editions in search
    results when not logged in."

    - title: "Fix Manage Authors dialog causing current search in
    the book list to be cleared."

    - title: "Conversion: Fix a regression in 2.21 that caused
    conversion to fail for books with invalid pseudo-class CSS
    selectors."

    - title: "Content server: Fix OPDS categories not showing books
    for composite column categories if the column contains a colon."

    - title: "Single convert dialog: Only write metadata updates
    if metadata actually changed. Also show a nicer error message
    when a file is locked by another process."

    - title: "Open With: Fix error when scanning for default programs
    on windows for some file types"

    - title: "Edit Book: Fix Preview panel sometimes not working
    when opening multiple html files one after the other very
    quickly"

  improved recipes:
    - Wired Daily
2015-04-02 22:38:18 +00:00
wiz
e07fdcf22c + khard. 2015-04-02 22:35:44 +00:00
wiz
05d36e133c Import khard-0.3.0 as misc/khard.
Khard is an address book for the Linux console. It creates, reads,
modifies and removes CardDAV address book entries at your local
machine. Khard is also compatible to the email clients mutt and
alot and the SIP client twinkle.
2015-04-02 22:35:34 +00:00
joerg
f91362dcbd Lua 5.3 is no good either. 2015-04-02 21:29:24 +00:00