# 2011-01-07 : zyGrib Version 3.9.9
* Distribution for Mac (Intel): ready to use complete .dmg archive.
* Bug fixed with Mac version (frequent crash after a download).
* New module by Polaris (Tim Holtschneider) : curve plot (yet experimental).
# 2010-12-20 : zyGrib Version 3.9.8
* Download high resolution data from Meteoblue (Switzerland and surroundings).
* Plot isotherms (actually in Celcius degrees and at 2m above ground).
* Reverse mouse wheel zoom (same behaviour than the excellent OpenCPN navigation software).
* Freeze first column of meteotables (headers).
* More proxy parameters.
* New spanish translation by Luis Mederos.
* Fix some old bugs... create some new bugs...
2011-01-14 tim <gyunaev@ulduzsoft.com>
- Version 5.3 released.
- Fixed spelling error (thx Razvan Visan)
- Changed encodings order for Chinese and Japanese languages
(thanks Kai-Chieh Ku)
- Added Ukrainian localization (thanks Olexander Yatsenko)
- Added Brazilian localization (thanks Márcio Moraes)
- Fixed some grammatical errors (thanks Robin 'cheese' Lee)
- Fixed webkit engine for buggy CHMs which do not have all
content, as well as cases when external references cannot be
loaded. Thanks to Kai-Chieh Ku
- Added Mac support (thanks Serge Weinstock)
Commander is a framework for Ruby command-line executables. It bridges the
gap between other terminal related libraries (OptionParser, HighLine), while
providing many new features.
* Window bell reporting fixed.
* Show which pane is active in the list-panes output.
* Backoff reworked.
* Prevent the server from dying when switching into copy mode when already
in a different mode.
* Reset running jobs when the status line is enabled or disabled.
* Simplify xterm modifier detection.
* Avoid crashing in copy mode if the screen size is too small for the
indicator.
* Flags -n and -p added to switch-client.
* Use UTF-8 line drawing characters on UTF-8 terminals, thus fixing some
terminals (eg putty) which disable the vt100 ACS mode switching sequences
in UTF-8 mode. On terminals without ACS, use ASCII equivalents.
* New server option exit-unattached added.
* New session option destroy-unattached added.
* Fall back on normal session choice method if $TMUX exists but is invalid
rather than rejecting.
* Mark repeating keys with "(repeat)" in the key list.
* When removing a pane, don't change the active pane unless the active pane
is actually the one being removed.
* New command last-pane added.
* AIX fixes.
* Flag -a added to unbind-key.
* Add XAUTHORITY to update-environment.
* More info regarding window and pane flags is now shown in list-*.
* If VISUAL or EDITOR contains "vi" configure mode-keys and status-key to vi.
* New window option monitor-silence and session option visual-silence added.
* In the built-in layouts distribute the panes more evenly.
* Set the default value of main-pane-width to 80 instead of 81.
* Command-line flag -V added.
* Instead of keeping a per-client prompt history make it global.
* Fix rectangle copy to behave like emacs (the cursor is not part of the
selection on the right edge but on the left it is).
* Flag -l added to switch-client.
* Retrieve environment variables from the global environment rather than
getenv(3), thus allowing them to be updated during the configuration file.
* New window options other-pane-{height,width} added.
* More minor bugs fixed and manpage improvements.
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in */*; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" "$i"
fi
done
done
CHANGES FROM 1.2 TO 1.3, 18 July 2010
* New input parser.
* Flags to move through panes -UDLR added to select-pane.
* Commands up-pane, and down-pane removed, since equivalent behaviour is now
available through the target flag (-t:+ and -t:-).
* Jump-forward/backward in copy move (based on vi's F, and f commands).
* Make paste-buffer accept a pane as a target.
* Flag -a added to new-window to insert a window after an existing one, moving
windows up if necessary.
* Merge more mode into copy mode.
* Run job commands explicitly in the global environment (which can be modified
with setenv -g), rather than with the environment tmux started with.
* Use the machine's hostname as the default title, instead of an empty string.
* Prevent double free if the window option remain-on-exit is set.
* Key string conversions rewritten.
* Mark zombie windows as dead in the choose-window list.
* Tiled layout added.
* Signal handling reworked.
* Reset SIGCHLD after fork to fix problems with some shells.
* Select-prompt command removed. Therefore, bound ' to command-prompt -p index
"select-window -t:%%" by default.
* Catch SIGHUP and terminate if running as a client, thus avoiding clients from
being left hanging around when, for instance, a SSH session is disconnected.
* Solaris 9 fixes (such as adding compat {get,set}env(3) code).
* Accept none instead of default for attributes.
* Window options window-status-alert-{alert,bg,fg} added.
* Flag -s added to the paste-buffer command to specify a custom separator.
* Allow dragging to make a selection in copy mode if the mode-mouse option is
set.
* Support the mouse scroll wheel.
* Make pipe-pane accept special character sequences (eg #I).
* Fix problems with window sizing when starting tmux from .xinitrc.
* Give tmux sockets (but not the containing folder) group permissions.
* Extend the target flags (ie -t) to accept an offset (for example -t:+2), and
make it wrap windows, and panes.
* New command choose-buffer added.
* New server option detach-on-destroy to set what happens to a client when the
session it is attached to is destroyed. If on (default), the client is
detached. Otherwise, the client is switched to the most recently active of
the remaining sessions.
* The commands load-buffer, and save-buffer now accept a dash (-) as the file
to read from stdin, or write to stdout.
* Custom layouts added.
* Additional code reduction, bug fixes, and manpage enhancements.
CHANGES FROM 1.1 TO 1.2, 10 March 2010
* Switch to libevent.
* Emulate the ri (reverse index) capability, ergo allowing tmux to at least
start on Sun consoles (TERM=sun, or sun-color).
* Assign each entry a number, or lowercase letter in choose mode, and accept
that as a shortcut key.
* Permit top-bit-set characters to be entered in the status line.
* Mark no-prefix keys with (no prefix), rather than [] in list-keys.
* New command show-messages (alias showmsgs), and new session option
message-limit, to show a per-client log of status lines messages up to the
number defined by message-limit.
* Do not interpret #() for display-message to avoid leaking commands.
* New window options window-status-format, and window-status-current-format to
control the format of each window in the status line.
* Add a -p flag to display-message to print the output, instead of displaying
it in the status line.
* Emulate il1, dl1, ich1 to run with vt100 feature set.
* New command capture-pane (alias capturep) to copy the entire pane contents
to a paste buffer.
* Avoid duplicating code by adding a -w flag to set-option, and show-options to
set, and show window options. The commands set-window-option, and
show-window-options are now aliases.
* Panes can now be referred to as top, bottom, top-left, etc.
* Add server-wide options, which can be set with set-option -s, and shown with
show-options -s.
* New server option quiet (like -q from the command line).
* New server option escape-time to set the timeout used to detect if escapes
are alone, part of a function key, or meta sequence.
* New session options pane-active-border-bg, pane-active-border-fg,
pane-border-bg, and pane-border-fg to set pane colours.
* Make split-window accept a pane target, instead of a window.
* New command join-pane (alias joinp) to split, and move an existing pane into
the space (the opposite of break-pane), thus simplifying calls to
split-window, followed by move-window.
* Permit S- prefix on keys for shift when the terminal/terminfo supports them.
* Window targets (-t flag) can now refer to the last window (!), next (+), and
previous (-) window by number.
* Mode keys to jump to the bottom/top of history, end of the next word, scroll
up/down, and reverse search in copy mode.
* New session option display-panes-active-colour to display the active pane in
a different colour with the display-panes command.
* Read the socket path from $TMUX if it's present, and -L, and -S are not
given.
* Vi-style mode keys B, W, and E to navigate between words in copy mode.
* Start in more mode when configuration file errors are detected.
* Rectangle copy support added.
* If attach-session was specified with the -r flag, make the client read-only.
* Per-window alternate-screen option.
* Make load-buffer work with FIFOs.
* New window option word-separators to set the characters considered as word
separators in copy mode.
* Permit keys in copy mode to be prefixed by a repeat count, entered with [1-9]
in vi mode, or M-[1-9] in emacs mode.
* utf8 improvements.
* As usual, additional code reduction, bug fixes, and manpage enhancements.
The Tellico development team, namely me, is happy to announce that
version 2.3.2 is available from the download page. Tellico 2.3.2
includes several bug fixes, among them:
* Fixed bug with list view settings not being saved between sessions (Bug 256373)
* Fixed bug with updating groups for derived values (Bug 256374)
* Made Nepomuk support optional
* Added cover art support for MusicBrainz source
* Fixed Google Scholar data source to properly fetch Bibtex
* Fixed bug with FreeDB results not using track artists (Bug 258541)
* Fixed bug with importing Bibtex file with keyword and keywords fields (Bug 258269)
* Fixed sorting multiple numeric values in column view
* Fixed sorting for numeric values in group view
* Updated Allocine script to version 0.7.3 (Bug 258281)
* Updated Bibtex importer to translate non-breaking spaces
goffice 0.8.12:
Andreas
* Fix US 30/360 date calculations. [#631242][#630784]
Jean:
* Fixed sorting with accentuated characters. [#631504]
* Allow filled plots to be displayed behind the grids. [#632310]
* Fixed patterns with cairo-1.10.
* Fixed flawed exponential fit in graphs for small values. [#633735]
* Fixed an infinite loop condition in cubic spline evaluation. [#633965]
Morten:
* Fix GOImage-vs-cairo lifecycle issue.
* Fix loading of weird themes.
--------------------------------------------------------------------------
goffice 0.8.11:
Jean:
* Implement custom grids in xyz plots. [#624273]
Jon Nordby:
* Update API documentation.
Morten:
* Improve fractional days support for date axes.
* Draw charset/locale selectors with "radio" buttons.
Yasuaki Taniguchi:
* Fix charset problem for Japanese. [#627829]
Fixed issues
* All ‘null (FP)’ problems should be resolved
* Post-end bid-counts should be correct again
* eBay is testing a new ‘confirm’ page which broke sniping.
* Update-All works again, and is reasonably efficient
* Substantial performance tuning
* New feature for installing landscapes from ZIP archives.
* New plugin: Solar System editor.
* New plugin: Time Zone manual override.
* New translatable strings: stars and nebulae.
* Selected plugins loaded by default.
* Fixed on change of sky culture.
* Fixed clearing of single constellation selection.
* Fixed constellation art engine, removing distortion of images.
* Changed GUI styles (all dialogs now use "Title Bar", the two different tabbed
widget implementations are styled consistently).
* Changed Solar System engine, allowing "Comets" and "Minor planets" to be
handled as classes of objects separate from "Planets".
* Translatable plugin names, descriptions and some other strings.
* Oculars plugin: now uses a configuration file instead of SQL.
* Oculars plugin: added manual override of keyboard shortcuts.
* Oculars plugin: CCD sensors formula fixed.
* Satellites plugin: added new orbit prediction engine.
* Satellites plugin: added trajectory visualization.
* Satellites plugin: fixed problems leaving satellite TLEs out of date.
* Satellites plugin: can now update TLEs from a local file.
* Satellites plugin: satellite visibility can now be saved from satellites
dialog.
* Telescope control plugin: fixed bad serial port names on Windows.
* Telescope control plugin: fixed telescopes disappearance on startup.
* Telescope control plugin: added manual equinox/epoch override.
* Various rendering problems resolved.
* SQLite dependency dropped. The Qt SQLite driver no longer needs to be
packaged with Stellarium.
Deal with sysinst no longer asking for a password cipher.
Create the work directory in "test" mode so that it works without
running "install" first.
Fix incorrect description of the --workdir option in the man page, and
consistently use the term "work directory" throughout.
Reorganized the man page, adding a MODES section.
New mode "print-workdir".
Fix installation of historical versions of -current around
CVS date 2009.08.23.20.57.40.
Update the discussion of Linux KVM virtualization compatibility in the
BUGS section, noting the --qemu-args -no-kvm-irqchip workaround and
including a reference to PR 44069.
New command line option "--sets".
Add a rudimentary INSTALL file.
The "misc" set is now installed by default, as it is required for
the ATF XML DTD, XSL files, and style sheets.
The "test" command now exports the raw and XML format ATF output
to the host, along with some auxiliary files needed for further
processing of the XML output.
Add support for FreeBSD hosts, from Kurt Lidl.
o Fix some drag-and-drop issues caused by eBay’s new URL format
o Improve My eBay lookup
o Fix the display problems which made it look like completed items were gone.
o Try to make post-end auction updating work more smoothly
o A bunch of internal bugfixes
* Released Tellico 2.3.1.
* Fixed edit dialog behavior when closing to be consistent with discarding data (Bug: 255938).
* Fixed error in Italian translation that caused HTML error and add workaround for future problems (Bug: 254863).
* Updated Freebase source for adapted /music/release schema.
* Updated IMDb data source for new layout (Bug: 253549).
* Added options in CSV importer and exporter for table delimiters.
* Changed URL field output to truncate link text to 30 letters (Bug: 250880).
* Increased max icon size to 256.
* Changed updating match algorithm to try to improve results when having multiple good matches (Bug: 250886).
* Updated GCstar plugin fetcher to use a separate thread.
* Fixed crash with z39.50 fetcher (Bug: 250795).
* Updated GCstar plugin fetcher to work with comic books.
* Fixed parsing for director and writer in IMDB fetcher (Bug: 249096).
* Updated DTD and added unit test for validation.
* Added GCstar import/export for comic book collections.
* Fixed bug with adding new fields during CSV import.
* Added GCstar export for wine collections.
* Improved GCstar import for wine collections.
* Fixed filter view to apply filter when item is selected (Bug: 248657).
* Improved exporter to add option for limiting exported fields (Bug 246390).
* Added data source fetcher for dvdfr.com.
4.5.3 brings a number of improvements:
* KSharedDataCache has cache invalidation bug fixed that caused stability
when daylight saving time changed.
* Icon overlays in Dolphin are now positioned correctly after adjusting
the zoom level.
* Okular, KDE's universal document viewer has seen improvements in the
DjVu and XPS backends.
# 2010-10-25 : zyGrib Version 3.9.6
* Fix a bug in version 3.9.5 : sometimes the progress bar was not hidden after the opening of a file.
# 2010-10-25 : zyGrib Version 3.9.5
* New data (thank you NOAA !) : wind gust.
* Animation when loading files.
* Can interrupt the loading of big files.
* Fix a bug : rare crash when manipulating meteotables.
4.5.2
translation updates, performance and stability improvements and other
bugfixes.
4.5.0
new versions of the Plasma Workspaces, the KDE Applications and the KDE
Development Platform in version 4.5.0. While focus within this release
cycle lay on stability, the overall polish and performance gain is well
noticable. Features such as the reworked notification area, Marble's map
routing and support for WebKit in Konqueror round up this release.
- Update voting function (add overload) to take uint 0..100 according to
ocs 1.6 spec
- Add comments interface to request comments, add new comments and vote
for comments
- Add distribution interface to request distributions available in the
server
- Add homepagetype interface to request home page types from the server
- Add methods to access home page entries in content
- Add support of icons to content (OCS 1.6)
- Add support of videos to content (OCS 1.6)
- Add summary description to content (OCS 1.6)
- Add size to download description (OCS 1.6)
- Add fields to download item for package name, package repository, gpg
fingerprint, mimetype (OCS 1.6)
# 2010-10-06: zyGrib Version 3.9.4
* Reduce flashing when resizing window.
* Fixed a bug: the first image was not allways visible with
some graphic cards.
# 2010-10-05: zyGrib Version 3.9.3
* Supress a vicious bug (random crash).
* New dutch translation.
# 2010-05-14: zyGrib Version 3.9.2
* zyGrib uses the new GRIB file server, faster and more reliable.
* Max file size is now 50 Mb (was 20).
* New data in meteotables: geopotential altitude.
* Can save data from meteotables in SYLK format, readable with a
spreadsheet. Don't use a famous but stupid spreadsheet which do
not understand correctly languages with beautiful accentued
characters, but prefer OpenOffice.
# 2010-05-02: zyGrib Version 3.9.1
* More complete information about data on the map.
* Add relative humidity in altitude in meteotables.
* Display if possible the wind arrows at the same altitude than the
main data of the map.
* Suppress a bug: area containing longitude 180° was sometimes not
displayed when zooming.
# 2010-04-20: zyGrib Version 3.9.0
* New altitude level: 200 hPa ( 11800 m).
* New data: relative humidity at levels 850, 700, 500,300, 200 hPa.
* Can choose altitude levels when downloading GRIB files.
* Solve some bugs.
# 2010-04-03: zyGrib Version 3.8.6
* Despite malformed file headers, zyGrib can now display corrupted GRIB
files distributed by some suppliers, in particular Maxsee. There are
more explanation in the french news page and in the forum (also in
french, sorry).
# 2010-03-15: zyGrib Version 3.8.5.3
* New language: Czech (thanks Pavel Kalian).
# 2010-03-09: zyGrib Version 3.8.5.2
* Suppress again the bug in the Windows version: saving images worked
with XP, but not with Vista or Windows 7 (thanks a lot Microsoft for
not being compatible with yourself).
# 2010-03-08: zyGrib Version 3.8.5.1
* Suppress a bug in the Windows version: a dll was missing, so it was
impossible to save images.
# 2010-03-08: zyGrib Version 3.8.5
* Suppress an important bug: there was an unpredictable crash when reading
certain GRIB files (rare, but it is not a reason).
# 2010-03-01: zyGrib Version 3.8.4
* Save image (menu file or Ctrl+S).
* Save all the images of an animation.
* The trick red of the choice in the date moves when the mouse comes
to titillate the date selector (sorry, automatic translation lose
spoonerism !!!).
* Dialog boxes more compact, so zyGrib is usable on low resolution
screen (800x600).
* Choose the language at the first start of the application.
* Source sentences are now in english (bad :) ) to facilitate the
translations.
* Suppress a bug: geopotential altitudes very different from average
value was not shown.
# 2010-01-31: zyGrib Version 3.8.3
* Graphical date selector.
* More complete information on meteorigical data shown on the map.
# 2010-01-28: zyGrib Version 3.8.2
* Can choose the unit for the geopotential altitudes.
* Show altitude data in meteotables.
* suppress a bug in the Windows version: save file path was lost.
# 2010-01-25: zyGrib Version 3.8.1
* Download and visualization of data in altitude (geopotential altitude,
wind, temperature, theta-e) at 850, 700, 500 et 300 hPa (approx
1460, 3000, 5600 and 9200 meters).
* When opening a GRIB file, the displayed date is the closest date
from now.
* There was a lot of very important changes in the source code structure.
It is now much easier to evoluate and to add new meteorological data.
* Suppress a important bug when loading application in 3.8.0 version
(in line only a few minutes).
# 2009-12-16: zyGrib Version 3.7.1
* Update Dutch translation.
* New Makefile in the source version for Linux.
One can now do a make install to install all files in the directory
$HOME/zyGrib (see the variable INSTALLDIR in the Makefile).
Note: it's not a universal solution... but it's on the way...
# 2009-12-05: zyGrib Version 3.7.0
* User can change the fonts used in the interface (Ctrl+E).
* By default, zyGrib use and provide free fonts Liberation Fonts, for
the interface and (more important) to assure the control of the size
of the annotations on the maps.
* Adaptive display of cities names, sorted by population.
* Using cache memory for configuration parameters (significant speed
improvment on slow support like USB key).
* Important rewriting of source code to facilitate future evolutions.
# 2009-08-19: zyGrib Version 3.6.3
* ZyGrib can now display Saildocs GRIB files.
# 2009-08-16: zyGrib Version 3.6.2
* Updated translation files.
# 2009-08-15: zyGrib Version 3.6.1
* Fixed a bug on the version number.
* Meteotables a little dense for more data under the eyes.
# 2009-08-12: zyGrib Version 3.6.0
* Transition to QT 4.5.
Based on PR#43779 by Kamel Derouich, with some improvements by me.
2.0.10 : Minor code update & include translations
* Use the standard gtk+ about window
* Include the russian translation contributed by Michael Shigorin
2.0.9 : Minor code update & include translations
* Several minor fixed contributed from the Debian project has been merged.
* Italian and galician translations have been included.
o pkgsrc changes:
* Add patches to keep output of specification sub-command as before.
* Make sure to 'yaml is loaded in Gem::Specification::from_yaml().
=== 1.3.7 / 2010-05-13
NOTE:
http://rubygems.org is now the default source for downloading gems.
You may have sources set via ~/.gemrc, so you should replace
http://gems.rubyforge.org with http://rubygems.orghttp://gems.rubyforge.org will continue to work for the forseeable future.
New features:
* `gem` commands
* `gem install` and `gem fetch` now report alternate platforms when a
matching one couldn't be found.
* `gem contents` --prefix is now the default as specified in --help. Bug
#27211 by Mamoru Tasaka.
* `gem fetch` can fetch of old versions again. Bug #27960 by Eric Hankins.
* `gem query` and friends output now lists platforms. Bug #27856 by Greg
Hazel.
* `gem server` now allows specification of multiple gem dirs for
documentation. Bug #27573 by Yuki Sonoda.
* `gem unpack` can unpack gems again. Bug #27872 by Timothy Jones.
* `gem unpack` now unpacks remote gems.
* --user-install is no longer the default. If you really liked it, see
Gem::ConfigFile to learn how to set it by default. (This change was made
in 1.3.6)
* RubyGems now has platform support for IronRuby. Patch #27951 by Will Green.
Bug fixes:
* Require rubygems/custom_require if --disable-gem was set. Bug #27700 by
Roger Pack.
* RubyGems now protects against exceptions being raised by plugins.
* rubygems/builder now requires user_interaction. Ruby Bug #1040 by Phillip
Toland.
* Gem::Dependency support #version_requirements= with a warning. Fix for old
Rails versions. Bug #27868 by Wei Jen Lu.
* Gem::PackageTask depends on the package dir like the other rake package
tasks so dependencies can be hooked up correctly.
=== 1.3.6 / 2010-02-17
New features:
* `gem` commands
* Added `gem push` and `gem owner` for interacting with modern/Gemcutter
sources
* `gem dep` now supports --prerelease.
* `gem fetch` now supports --prerelease.
* `gem server` now supports --bind. Patch #27357 by Bruno Michel.
* `gem rdoc` no longer overwrites built documentation. Use --overwrite
force rebuilding. Patch #25982 by Akinori MUSHA.
* Captial letters are now allowed in prerelease versions.
Bug fixes:
* Development deps are no longer added to rubygems-update gem so older
versions can update sucessfully.
* Installer bugs:
* Prerelease gems can now depend on non-prerelease gems.
* Development dependencies are ignored unless explicitly needed. Bug #27608
by Roger Pack.
* `gem` commands
* `gem which` now fails if no paths were found. Adapted patch #27681 by
Caio Chassot.
* `gem server` no longer has invalid markup. Bug #27045 by Eric Young.
* `gem list` and friends show both prerelease and regular gems when
--prerelease --all is given
* Gem::Format no longer crashes on empty files. Bug #27292 by Ian Ragsdale.
* Gem::GemPathSearcher handles nil require_paths. Patch #27334 by Roger Pack.
* Gem::RemoteFetcher no longer copies the file if it is where we want it.
Patch #27409 by Jakub Stastny.
Deprecation Notices:
* lib/rubygems/timer.rb has been removed.
* Gem::Dependency#version_requirements is deprecated and will be removed on or
after August 2010.
* Bulk index update is no longer supported.
* Gem::manage_gems was removed in 1.3.3.
* Time::today was removed in 1.3.3.
goffice 0.8.10:
Andreas:
* Make sure the first rather than the last error is shown.
* Plug leak.
* Provide the opportunity of all errors to be shown.
Jean:
* Always use real line width when evaluating dashes. [#442546]
* Update x and y limits when data change for xyz plots. [#627288]
* Do not crash when displaying cubic spline with no abscissa. [#627507]
* Do not save image filling with no image. [#627690]
* Don't use g_free instead of xmlFree. [#627700]
* Optionnaly delete trendlines from legend. [#628031]
* Fix critical in go_doc_finalize. [#628467]
* Fixed a potential crasher in gog_styled_object_document_changed. [#628671]
* Fixed GOImage references management. [#628732]
Morten:
* Limit formats to sane number of decimals. [#627066]
* Fix minor go_string_replace issue.
* Plug leaks.
* Fix char-xmlChar confusion.
* Fix graph crash. [#628259]
* Improve go_format_is_date.
* Improve handling of date axes with time-of-day.
* Fix FMR on image load. [Part of #628467]
Bundler is a tool that manages gem dependencies for your ruby
application. It takes a gem manifest file and is able to fetch,
download, and install the gems and all child dependencies specified in
this manifest. It can manage any update to the gem manifest file and
update the bundle's gems accordingly. It also lets you run any ruby
code in context of the bundle's gem environment.
Increase the timeout for "--run" commands to one hour.
Restrict snapshotting to the system disk, so that additional disks
mounted for the purpose of exporting data can be persistently
modified.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Update dependency according to gemspec.
= Launchy Changlog
== Version 0.3.7 - 2010-07-19
* Fix launchy on windows (mikefarmer)
== Version 0.3.6 - 2010-02-22
* add a test:spec task to run tests without rcov support
* added 'testing' os family for running tests
== Version 0.3.5 - 2009-12-17
* clarify that launchy is under ISC license
* fix missing data file in released gem needed for running specs
== Version 0.3.3 - 2009-02-19
* pass command line as discrete items to system() to avoid string
interpretation by the system shell. (Suraj N. Kurapati)
* rework project layout and tasks
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
== Release 1.1.0: June 20, 2010
* Honour the options[:app_name] in Daemons.daemonize (thanks to Ryan Tecco).
* Included a new option :stop_proc to specify a proc that will be called when a
daemonized process receives a request to stop (thanks to Dave Dupre).
* Only delete the pidfile if the current pid is the original pid (ghazel).
* Start when restart but no application running (pcreux).
* Silently continue if there is no pidfile (ghazel).
* We now per default wait for processes to stop and
kill them automatically it if they do not stop within a given time
(force_kill_waittime). Use the option --no_wait to not wait for processes to
stop.
* Set log files mode to 0644 (mikehale).
* Set pid file permissions to 0644 (mikehale).
* Added ability to change process uid/gid (mikehale).
* Fix for: If you happen to start a daemon from a process that has open file
descriptors these will stay open. As it is daemonize.rb only closes ruby IO
objects (thanks to Han Holl).
* New reload command (SIGHUP) (thanks to Michael Schuerig).
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
Changes are unknown.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
0.3.1 (01-07-26)
- Correct for Ruby 1.9 (Mark Mosely)
- add optional lineprefix parameter
0.3.0 (01-10-09) - Sam Woodward Release
- Fix bad bug in arranging horizontally
0.2.1 (12-31-08)
- Add ability to run columns horizontally
0.2
- Minor - get rid of hacky $0 test
* Add LICENSE.
* Adjust new ruby packages' framework.
* Command name is gem${RUBY_VER} == gem18 now and add ALTERNATIVES.
* Add comments to patches.
* Overhalt --install_root option.
* Avoid access HOME when --install_root is enabled.
* honor PKG_SYSCONFDIR.
Bump PKGREVISION.
Increase the maximum number of boot floppies, as four is no longer
enough for amd64.
New command line option "--run".
Handle the additional dialogs displayed by sysinst when an
i386 or amd64 system has more than one disk.
Add the words "OR CONTRIBUTORS" to the disclaimer of liabilities
in the copyright notice.
[Changes for 0.82 - 2010-04-12]
* Locale::Maketext::Extract::Plugin::Base
* Locale::Maketext::Extract::Plugin::TT2
* Locale::Maketext::Extract
- fixed some spelling errors - thanks to Ansgar Burchardt for the patch
[Changes for 0.81 - 2010-04-09]
* Locale::Maketext::Extract::PLugin::FormFu
- the plugin now understands YAML of the form:
mesage_loc: ['Max files: [_1]', 10]
Thanks to Charlie Garrison for the patch
[Changes for 0.80 - 2010-04-08]
* Locale::Maketext::Lexicon
- Added the _preload option, which forces parsing of the lexicon
as soon as it is loaded. Improves memory usage and performance
in a prefork environment
Thanks to Ruslan Zakirov for the patch
3.13 2010-06-04 sbeck
* NEW CODE(s)
3.12 2010-04-06 sbeck
* NEW CODE(s)
* Renamed test.pl to testfunc.pl to avoid causing an error
when built as part of perl.
0.09006 - 19 May 2010
- Should fix errors in t/003_error.t
http://cpantesters.org/cpan/report/07280906-b19f-3f77-b713-d32bba55d77f
0.09005 - 17 May 2010
- Should fixe problems with t/005_clone.t
- Minor XS tweaks
0.09004 - 11 May 2010
- Disable MSWin32 (patches welcome)
0.09003_03 - 10 May 2010
- Explicitly test add_file_ext
- Add thread safety test
0.09003_02 - 26 Apr 2010
- Ah, typemaps! I guess I didn't know about it when I first wrote this
- Add many tests
- Fix a memory leak under clone()
- Fix a memory leak under fhmagic()
- Update function declarations to a more modern style
* move all functions out of XS section, and make use of
automatic linkage by xsubpp
- Add a memory leak test
* only runnable when running under author mode
* set TEST_MEMLEAK=1
* ignore any leaks that does not directly show a Perl_*
namespace.
0.09003_01 - 07 Apr 2010
- Fix memory corruption (Martin Blapp)
- Fix rt #28072. Changing $/ doesn't change the return value (Martin Blapp)
- Fix how SV returned by error() is handled.
- Add a clone() method.
When installing NetBSD/sparc, use a terminal type of "xterm" rather
than "sun", as anita is more likely run from an xterm or other
ANSI-like terminal than from a sun console.
In the BUGS section of the man page, mention the specific NetBSD ports
affected.
Fix typos in the man page.
Add support for the amd64 and sparc ports as targets.
Improve error reporting for common types of unsuitable URLs.
Avoid sending multiple responses when the NetBSD 3.0.1 sysinst
updates the menu display multiple times.
New command line option "--disk-size".
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Jean:
* Don't crash when loading a corrupted chart. [#626206, #626263, #626305]
* Fix blur in zoomed charts.
* Fix memory leak and criticals in graph editor. [#626665]
* Allow themes defined as xml files. [#531070]
* Update currencies. [#626461]
Bugs fixed
Recognize auctions with BIN as auctions so they can be sniped.
Force the time to synchronize 5 minutes before a snipe fires.
Lots of tweaks to time synchronization to make it more accurate.
Make snipe, cancel snipe, and other internal web server functions work
Remove unused ‘Check for Updates’ menu item under Mac OS X; it uses Sparkle instead.
JBidwatcher was failing to recognize a user as a high bidder if there was a bid retraction.
Toolbar hide and show again shouldn’t move the login status to the far left of the toolbar.
Recognize eBay’s error message for sellers trying to bid on their own items.
Detect reserve listings again, and some other minor reserve-related tweaks.
A ton of other cleanups and refactorings.
Features
Add selection color setting to the Window menu
Some work towards providing a sync-with-mobile capability (disabled for now)
Substantial renovations to the auction update cycle; auctions to update don’t need to be in memory anymore.
Add selling-item retrieval to the My eBay search; successfully retrieved multiple pages.
An attempt at getting My eBay watch lists working.
Add the ability to refresh the log view
Add a donation button that is easily dismissible.
Include last-updated information in the Info display.
* Released Tellico 2.3.
* Fixed sorting by rating when rating has double digits (Bug: 246202).
* Fixed IMDb matching on partial titles (Bug: 245665).
* Fixed IMDb fetching of alternative titles.
* Fixed IMDb fetching of audio track and color (Bug: 244159).
* Fixed metadata import for file listing.
* Added Dewey Decimal and LoC Classification to z3950 MODS import.
* Fix subtitle value in MODS import.
* Added filter for data source list.
* Updated BoardGameGeek fetcher for new API.
* Added data source for Freebase.
* Fixed crashing bug for loading images whose size exceeded
the cache size.
* Changed Amazon Japan video search to include DVDs.
* Added new fetcher for combining results from multiple sources.
* Updated allocine.fr script to version 0.7.1, patch from
Romain Henriet.
* Fixed bug with cursor position in date field entry.
* Added fetcher for openlibrary.org (requires QJSON lib).
* Added clear button for rating widget (BUG: 227982).
* Control characters are now stripped from all text files
on import (BUG: 231302).
* Removed local FindKcddb cmake module in favor of system
FindKdeMultimedia.
* Fixed selection bug when duplicating an entry (BUG: 231125).
* Fixed crash in exporting HTML for collections with no
grouping field (BUG: 231302).
* Fixed bug that showed info dialog multiple times when
changing image location.
* Fixed crash in CSV importer.
* Tweaked entry ID values to start at 1 instead of 0.
libquantum 1.0.0:
- Fixed quantum_gate1 to work properly with sorted regs
- Fixed several bugs in quantum_rk4a
libquantum 0.9.1:
- Added fourth-order Runge-Kutta time evolution
- Fixed error in quantum_measure() that caused some register values
never being measured
- Improved error handling
- Updated license and FSF contact data
- Added arbitrary two-qubit gate
- New function two print entire time evolution operator
- Fixed Makefile syntax
-add a "sync" option to the "dr" command which sets the next written
value to the last read one, seems useful to me to do least invasive
tests in a running system
-flush stdout on progress reports of the svf player (fixed differently
in the development branch upstream)
bump PKGREVISION
reduce the number of transactions which resulted in a wrong TDO
picked up under some circumstances
being here, quell a warning in the usbprog driver which only tells
us what we already know, and improve an error message
bump PKGREVISION
of the openwince-jtagtools (added features are ejtag support,
bsdl file import and svf player, probably more)
I've added a minimal driver for the "usbprog" adapter. It needs the
"usbprogJTAG" firmware which is not distributed in binary
by the developers but can be easily built with pkgsrc/cross/avr-gcc.
(There is some "openocd" firmware which looks similar, it might be
possible to make this work.)
Caution: The usbprog adapter does no Vref sampling but drives always 5V.
Make sure your taget device tolerates that. (I've tested with a PIC32
eval board.)
Gaupol 0.17
===========
* Add "Save All As" (under the Projects menu) to save all open
documents with selected properties (fixes#595685)
* Add an inline spell-check for editable multiline text fields (off
by default, can be activated in the preferences dialog)
* Add support for milliseconds (field $MILLISECONDS) in preview
commands. Allows use of Media Player Classic for preview.
* Add help button in the preferences dialog, clickable in the
preview tab to launch web browser to view wiki documentation
* Use reading speed (characters per second) instead of optimal
duration (seconds per character) in duration adjust dialog
* Fix writing subtitle file headers with chosen newlines
* Fix reading and writing extension configurations
* Fix minor i18n issues with individual strings
* Add optional dependency of PyGtkSpell (part of gnome-python-extras)
* Add --mandir global option to setup.py to allow installation of man
pages to somewhere else than .../share/man (fixes#620665)
* Add Finnish translation
Gaupol 0.16.2
=============
* Fix "Quit" and Close All" to ask to save unsaved changes
* Update Russian translation (Алекс)
* Update Hungarian translation (Andrássy László)
Several bugs in encoding and refreshing in Konsole have been fixed
A couple of crashes in Okular's PDF viewer have been fixed
Alarms have received some fixes in KDE PIM
The changelog lists more, if not all improvements since KDE SC 4.4.4.
Bugfixes only. Including fixes for
CVE-2010-0395: A security vulnerability in OpenOffice.org, related to python
scripting, may lead to unexpected code execution.
CVE-2009-3555: OpenOffice.org 2 and 3 may be affected by the TLS/SSL
Renegotiation Issue in 3rd Party Libraries.
The release notes at http://development.openoffice.org/releases/3.2.1.html
are not extremely difficult to summarize sensibly.
0.1.4
- Remove function decls without body introduced in 0.1.3
- Add functions to check for provider services (parts of the api they implement)
- Make adding, disabling and removing default providers possible (so we can have other
providers than openDesktop.org)
JBidwatcher 2.1pre8
* Bugs fixed
* Searches (including Get My eBay Items) work again
* Fixed a failure to start the internal web server if you shut it down and tried to restart it
* Auctions with Buy It Now and Fixed Price listings are once again distinct
* For many users JBidwatcher was failing to save configuration settings during shutdown
* Make displayed bid values more consistent, and try to reduce the number of `null' prices that are displayed.
* When deleting rows, sometimes they would be replaced with `*' and would cause all kinds of problems until you shut down and restarted JBidwatcher. This should
be resolved.
JBidwatcher 2.1pre7
* Bugs fixed
* Sniping works again for users who have time sync disabled, or are bidding on items that aren't on eBay US. That was a bad one. :(
* Don't show auction listings as fixed price listings when they have a `Quantity' field in the item details.
* Sellers and high bidder names are now parsed correctly after eBay's recent changes.
* If you customize your selection color as per the FAQ, it wasn't being used anymore. It works again.
* Private listings are recognized again.
* Don't take up as much disk space with the database log
* On the Mac, JBidwatcher would start up with a fresh database, without any of the previous listings in it. Unfortunately, if 2.1pre6 was the first version you've
run, 2.1pre7 will appear to cause that problem. :(
* For Mac users using the disk image (.dmg) version, future updates should upgrade cleaner as the app name no longer includes the version number. Also using the
https site for Sparkle updates.
* Small features and improvements
* More consistent synchronization with My JBidwatcher, including thumbnails, and entirely ignoring it if the user hasn't set it up.
* Added the number of watchers, and promptly removed it as eBay made the data unavailable anonymously
* Click the user info area to shrink it if you're having display issues (flickering, half-visible, etc.)
* Add support for a variant of the TMPlayer format with two-digit
hours, i.e. time strings of form HH:MM:SS:
* Fix cropped close icons on tabs
* Fix AttributeError related to locale functions on Windows
* Fix launching web browser on Windows
* Clarify dependencies of aeidon and gaupol in README.aeidon
* Add Russian translation (Алекс)
Gaupol 0.16
===========
* Split general-purpose, user-interface-independent subtitle editing
code to a separate Python package called 'aeidon' while keeping the
GTK+ user interface code under the package 'gaupol'. Allow
installation of these two packages separate of one another.
Developers and packagers are encouraged to read './setup.py --help'
message and the file 'README.aeidon'. (Fixes#595809 and should
allow fixing the likes of Debian bug #569983.)
* Save menu item keybindings to a GtkAccelMap rc-file in the user's
configuration directory
* Have the interactive search look for times instead of subtitle
numbers if the search string contains a colon (fixes#609176)
* Add miscellaneous Latin common error corrections patterns
* Add help menu item to browse wiki documentation at
http://live.gnome.org/Gaupol
* Increase size of line length superscripts shown in list cells
* Fix focus changing when pasting subtitles
* Use gtk.RecentAction for recent file menus (fixes#615372 and
probably #608951)
* Work around a subprocess error launching video player on Windows
systems, which resulted in "TypeError: environment can only contain
strings" (fixes#605805)
* Fix handling of Unicode BOMs that broke as a result of a hasty fix
for subtitle file reading functions for 0.15.1
* Fix hearing impaired text removal pattern "Speaker before a colon"
to not remove too much (fixes#618529)
* Apply GNOME Goal: Correct Desktop Files
* Migrate from Glade to GtkBuilder
* Use attributes instead of markup in GtkBuilder files
* Fix GtkBuilder constructed buttons to respect user preferences
regarding whether or not to show icons in buttons
* Use Python's JSON module instead of ConfigObj and Validate for
reading and writing configuration files
* Use enchant's user spell-check dictionaries (usually stored in
$HOME/.config/enchant) instead gaupol-specific ones
* Use copies of iso-codes XML files shipped with gaupol only as a
fallback if they are not found under /usr/share/xml/iso-codes
* Add global options --with-iso-codes and --without-iso-codes to
setup.py to control whether or not to install iso-codes XML files
(This means that packagers can use --without-iso-codes and mark the
iso-codes package as a hard dependency to avoid duplicate files)
* Probably fix i18n issues with Unicode ellipses of menu items
* Fix i18n issues with locale codes and their fallbacks used in
pattern files for 'Name' and 'Description' fields
* Raise Python dependency to 2.6
* Raise PyGTK dependency to 2.16
* Raise PyEnchant dependency to 1.4.0
* Several bugs in filename sorting in the Dolphin file manager have been
fixed
* Issues with encoded filenames in ZIP archives have been fixed
* A number of bugs in games, such as KMines, KNetwalk and LSkat and
KSpaceDuel have been fixed
The changelog lists more
Numerous fixes in Konsole, KDE's terminal emulator, among them two possible
crashers in session management
Flash plugin support in KHTML has been enhanced to work with newest Youtube
skins
Case-sensitivity in renaming fixes in KIO, KDE's network-transparent I/O
library
Hiding the mouse cursor in some special cases in presentation mode and two
possible crashers have been fixed
0.1.3
- Add possibility to get Licenses from server
- Add search for contents by username
- Add convenience function to get list of download links and fix some related strings
- Fix qt-only hasCredentials
- Win and Mac compile/link fixes
- Fix crash when multiple apps would use attica simultaneously: do not delete root component of qtplugins
This update has been a long time in coming, and was spurred by some
recent eBay changes that broke drag'n'drop and searches. Other eBay
changes broke high-bidder recognition, and determining
whether a listing was an auction or a fixed price listing. This
should fix all of those, as well as several UI issues, especially
for Mac OS X Tiger users.
A great feature in the new version is thumbnail mode, which is
essentially a view of your listing that includes the thumbnail on
the same line as your auction information. It's been cleaned up
and made to look very nice. You can configure your columns to add
the Thumbnail column using the small '*' above the scroll bar on
the right, or under the Tab customization menu.
An overview of the features fixed for the new version are:
* Bugs fixed
o Fix the blank-screen (but auctions are there, and only
visible when selected) on Mac OS X Tiger
o The newest forms of bad HTML found on eBay listings
shouldn't break the parser anymore
o Don't mistake auctions for fixed price listings
o Recognize eBay's new URL format.
o Fix drag-and-drop on Linux (patch by Eric)
o Don't initiate sniping until the eBay time has been
loaded from the server
o If the pre-snipe had already fired (2 minutes before
the actual snipe), and you changed the snipe amount, it
would instantly place a bid for the amount you entered
as a snipe. This is fixed.
* Small features and improvements
o Don't present a dialog message when cancelling a
multisnipe; events like that should just quietly obey.
o Reduce the number of unimportant exceptions that show
in the log file
o Provide the ability to easily submit error logs
o Improve the integration with My JBidwatcher
o Improve high bidder recognition substantially
o Simplify tab save/restore handling, and apply a tab
ordering fix (patch from Andreas Stempfhuber).
o Added a patch from mickle_ak which should improve
corporate proxy support.
* Features
o Initial support for Gixen integration via My JBidwatcher
+ This isn't complete, but it's getting close
o Deep improvements to the Thumbnail view and taking the
Mac UI improvements and applying them everywhere, including
(I believe) a working implementation on Windows and Linux!
2010/04/28
+ several improvements to configure script:
+ modify CF_CURSES_TERM_H to handle cases such as cygwin where
packager has installed curses.h and term.h in different
directories, e.g., to wedge in a termcap library.
+ modify CF_XOPEN_SOURCE, adding special case for OpenSolaris
+ modify CF_MAKE_TAGS to add check for exctags and exetags, prefer to
ctags and etags to work around pkgsrc (NetBSD) renaming.
+ correct CF_FIND_LINKAGE, setting cache variable for library_file in
the special case where no directory search is made.
+ improve CF_GCC_VERSION, suppress stderr for c89 alias of gcc.
+ improve CF_GCC_WARNINGS, moving -W and -Wall into the list to
check, since c89 alias for gcc complains about these options.
+ modify CF_HEADER_PATH, to not search for variations of everything
in the current include-path
+ use "mkdir -p", remove mkdirs.sh
+ use CF_CURSES_HEADER to fill in possible subdirectory used for
ncurses header filename.
+ modify CF_XOPEN_CURSES to work around current ncurse header loss of
predefinition of _XOPEN_SOURCE_EXTENDED
+ add "--disable-rpath-hack" option, along with scripting to add
rpath option to libraries found in unusual places.
+ modify pause widget to autosize like gauge, and to omit the area for
buttons when none are displayed.
+ fix an infinite loop in dlg_button_layout() if there are no buttons
to display (Debian #579390).
+ add makefile rules for generating html, etc., documentation from
nroff.
> patches by Samuel Mart
+ reset errors in tailbox before reading new character.
+ modify dlg_draw_scrollbar(), omitting hiding percentages in boxes
when no arrows or scrollbar are needed.
+ correct value of row for scrollbars in formbox.
+ update es.po from
http://translationproject.org/latest/dialog/
2010-04-26 tim <gyunaev@ulduzsoft.com>
- 5.2 RELEASE
- Fixed missing images on CHM files under Windows XP SP3;
- Fixed viewing CHM files which embed links to other CHM files;
2010-04-23 tim <gyunaev@ulduzsoft.com>
- Fixed window icon (thanks Aaron Lewis)
- Fixed typos in README and FAQ (thanks Martin 'Cheese' Lee)
- Fixed errors while building index because 'keyword' was ignored (thanks ivg)
- Switched to use new cross-compiler from http://mingw-cross-env.nongnu.org/ to create Windows builds
2009-12-17 tim <gyunaev@ulduzsoft.com>
- 5.1 RELEASE
- Trying to use non-normalized URL first to fix CHMs which use them in TOC/Index
2009-12-16 tim <gyunaev@ulduzsoft.com>
- Fixed application settings storage.
- Fixed bookmark edit button.
- Version changed to 5.1
* Fix complete breakage of opening subtitle files due to a change in
newline handling of codecs.open in Python 2.6.5
* Use existing subtitle file mime-types instead of text/plain when
adding files to the recent files database
* Add German translation (Chris Leick)
* Add Hungarian translation (László Andrássy)
Collection.
Ever given a Slide Show and needed to switch over to Vim? Now you
don't ever have to switch again. You're already there. Vroom lets
you create your slides in a single file using a Wiki-like style,
much like Spork and Sporx do. The difference is that your slides
don't compile to HTML or JavaScript or XUL. They get turned into a
set of files that begin with '0', like '03' or '07c' or '05b.pl'.
The slides are named in alphabetic order. That means you can bring
them all into a Vim session with the command: vim 0*. vroom --vroom
does exactly that.
Deal with recent sysinst changes: sysinst no longer displays a dialog
to select the CD-ROM device path, etc.
New command line option "--qemu-args".
Anita no longer passes the "-no-acpi" option to qemu by default,
because the ACPI case now works with -current, and disabling
ACPI triggers other bugs. See PR port-i386/42681 for more details.
For 4.4.0 major new technologies have been introduced, including social
networking and online collaboration features, a new netbook-oriented
interface and infrastructural innovations such as the KAuth authentication
framework. According to KDE's bug-tracking system, 7293 bugs have been
fixed and 1433 new feature requests were implemented.
KDE SC 4.4.1 has a number of improvements:
A performance problem in KMail when sending emails has been fixed
Various fixes in Plasma widgets and other addons, such as the analog clock
and the picture frame
A number of fixes in Konsole, KDE's powerful terminal application
KDE SC 4.4.2 has a number of improvements:
Possible crashes in Plasma, Dolphin and Okular have been fixed
The Microblog applet now shows the correct time in the timeline
The audioplayer KRunner plugin has been fixed to not freeze the KRunner UI
anymore
Attica is a Qt library that implements the Open Collaboration Services
API version 1.4. The REST API is defined here:
http://www.freedesktop.org/wiki/Specifications/open-collaboration-services
It grants easy access to the services such as querying information
about persons and contents. The library is used in KNewStuff3 as content
provider. In order to integrate with KDE's Plasma Desktop, a platform
plugin exists in kdebase.
* Changes in the m17n database 1.6.0
** An input method is deleted.
si-wijesekera-preedit.mim
** New FLT files are added.
FLT/MLM2-OTF.flt, FLT/KND2-OTF.flt, FLT/TEL2-OTF.flt,
FLT/TML2-OTF.flt, FLT/ORY2-OTF.flt, FLT/GJR2-OTF.flt,
FLT/GUR2-OTF.flt, FLT/BNG2-OTF.flt, FLT/DEV2-OTF.flt,
FLT/MYMR-SIL.flt
pkgsrc changes:
- Add license definition
Upstream changes:
[Changes for 0.79 - 2010-03-02]
* Locale::Maketext::Lexicon::Tie
- Removed a deprecated use of "defined %" for Perl 5.11+
[Changes for 0.78 - 2010-02-23]
* Locale::Maketext::Lexicon
- Removed a deprecated use of "defined %" for Perl 5.11+
Upstream changes:
2.0207: Fri Jan 08 2010
- Dennis Boone was kind enough to not only point out a serious
bug in the ssh command token processing, but find and fix
it (http://is.gd/5UxgX). Thanks!!
2.0205: Wed Jul 08 2009
- Doc bugs (very indirectly) found by Hans Dieter Pearcey
- added perl critic and Test::Pod
- fix bugs (as in wrongful code execution) found by critic.t
- fixed many punctuation problems found by critic.t
* Bug fix release.
* Fixed unpredictable openGL related crashes on win32.
* Fixed run on MacOSX Tiger/Leopard/Snow Leopard.
* Disable OpenGL shaders by default for stars and atmosphere. User activate
it by setting use_glshaders = true in the [main] section of the config.ini
* Fixed the handling of the Qt -graphicssystem parameter. Now it is ignored
if it is not used properly.
* Improved OpenGLES2 support (not finished yet).
* Added Qt widgets flags on the main windows to avoid filling background
(this boosted the program a lot on linux).
pkgsrc changes:
- Add license definition
- Remove files/Makefile.PL (is as good as upstream one)
- Explicitely tell, that no compiler is required
Upstream changes:
0.31 Mon Oct 19 18:51:35 PDT 2009
- Add LICENSE section to POD documentation
- Add META.yml to MANIFEST
- Add Irish Laser card, thanks to Eoin Redmond for the heads-up.
- Add documentation on what this module *is* and *is NOT* about.
- Spelling fix in docs
- correct misdocumentation of $Business::CreditCard::Country
- Move test.pl to test/t and change to using Test::More, modify
MANIFEST and Makefile.PL accordingly (thanks to Alexander Ciornii)
- Silence unwanted warnings (thanks to Alexander Ciornii)
- Discover cards starting with 644-649 are now recognized
- Most Diner's Club cards (300-305, 3095 and 36) now processed as
Discover
- China Union pay now includes 624-626 and 628 in addition to 622 (and
still identified as Discover outside China)
- JCB identified as Discover in the US
pkgsrc changes:
- Add license definition
Upstream changes:
3.11 2010-03-01 sbeck
* NEW CODE(s)
* Added the IANA domain names to Country
* Fixed a problem that produced warnings with perl 5.11.5.
Jerry D. Hedden
*
3.10 2010-02-18 sbeck
* Moved support files into the Locale::Codes namespace.
* The work done in each of the Locale::XXX modules was
virtually identical to each other. It has all
been moved to a central module and the
Locale::XXX moduels are now just wrappers.
* The XXX_code2code functions would return undef if the
same codeset were passed in for both the 2nd and
3rd arguments. This doesn't make sense and has
been changed.
* Added all semi-private routines (except for the
couple that were already present):
rename_XXX
add_XXX
delete_XXX
add_XXX_alias
delete_XXX_alias
rename_XXX_code
add_XXX_code_alias
delete_XXX_code_alias
* Added "UK" alias. Steve Hay
3.01 2010-02-15 sbeck
* Fixed Makefile.PL and Build.PL to install as core
modules.
3.00 2010-02-10 sbeck
* Took over maintenance of the code
* All codes and country names come from the official
standards
* code2country now returns the name of the country specified
in the standard (if the different standards refer
to the country by different variations in the name,
the results will differe based on the CODESET)
* Added code sets
FIPS 10 country codes
Alpha-3 and Term language codes
Numeric currency codes
* The rename_country funcion from 2.07 would guess the
CODESET (unlike all other functions which used
a default of LOCALE_CODE_ALPHA_2). The guess can
cause problems since (with the addition of FIPS)
codes may appear in different codesets for different
countries. The behavior has been changed to be
the same as other functions (default to
LOCALE_CODE_ALPHA_2).
* Dropped support for _alias_code
* Added language_code2code, currency_code2code
Gaupol 0.15
===========
* Add text correction task to split joined words or to join split
words using spell-check suggestions (#572667)
* Show duration in time mode as seconds
* Merge Latin and French common error text correction patterns from
subtitleeditor (kitone)
* Allow pasting times with comma as a decimal separator (#580339)
* Allow bookmarks to be added or removed by double-clicking or
pressing enter in the bookmark column (#580346)
* Add validation for character encoding given as an argument on the
command line using the '-e' option
* Fix handling of Unicode BOMs (#568906)
* Add UTF-8-SIG character encoding for opening and saving files
with a UTF-8 signature/BOM
* Fix incorrect handling of common error patterns that at worst
caused gaupol to hang due to an eternal loop (#581003)
* Abort installation if an intltool-merge or msgfmt call fails
* Add messages for raised exceptions
Gaupol 0.14
===========
* Add an extension system (documentation to follow later)
* Add two extensions: side pane and bookmarks
* Adher to the home directory part of freedesktop.org's
XDG Base Directory Specification
* Handle reading and writing files with a UTF-8 BOM (#556956)
* Save SSA and ASS files with '\N' linebreaks instead of '\n'
* Resize columns after running text corrections
* Make removing a large amount of subtitles significantly faster
* Fix GtkWarning: GtkSpinButton: setting an adjustment with
non-zero page size is deprecated
* Remove deprecated Encoding-field from desktop file
* Fix search dialog to not modify obsolete data (#572676)
* Fix character count error with Unicode text
* Fix updating of filenames in the projects menu
* Fix erroneous cleaning of SubRip markup after removing hearing
impaired subtitles
* Fix open dialog file filter to list files with upper- and mixed
case extensions as well
* Fix AssertionError when installing multiple times
* Switch version-control systems from subversion to git
newer version (5.26, the current production version).
The pkg builds and the result starts up and can do simple operations,
but there are strange errors if I try scripts which used to work
two years ago (mostly array size check related).
The biggest problem is that the pkg needs a fortran compiler
which supports the LOC() function. f2c doesn't, the cheapest way
I found is to depend on pkgsrc/lang/gcc3-f77. This needs to be done
cleaner.
* add missing PLIST entries.
* need termcap library.
* exactly disable transition script, resolve conflicts with scmgit-* packages
("git" command was renamed to "gitfm" in version 4.9.2,
and "git" command is just a transitional script now.
it also notate git-scm command, but not fit to pkgsrc's devel/scmgit).
* skip lib/charset.alias, suggested by joreg.
* set LICENSE=gnu-gpl-v3
* marked as user-destdir support
* some pkglint clean.
Bump PKGREVISION.
XXX: this package should be renamed to "gnuit"?
Features
* Enabled KOrganizer integration for adding loans to calendar
(kdepimlibs required).
* Enabled KAddressBook integration for adding borrowers from
the address book (kdepimlibs required).
* Improved performance for modifying many entries at once.
* Added data source for Giant Bomb.
* Added data source for The Movie DB.
* Updated CrossRef data source to allow authentication via
email only (Bug #224619).
* Added option for disabling webcam support.
Bug Fixes
* Fixed some hyphenation issues for 978 ISBN values.
* Fixed bug in en_GB translation that affected file selection.
* Fixed adding "link-only" files (Bug #220645).
* Fixed Discogs track download and title search.
* Fixed setting correct permissions of backup file (Bug #219259).
* Fixed formatting of multiple people with auto-formatting (Bug #219268).
* Fixed updating from Amazon to include book title or album
title in search.
* Fixed crashing bug for sorting during HTML export.
* Fixed multiple selection in entry view (Bug #216122).
* set LICENSE=gnu-gpl-v2
* add user-destdir support
* reset WRKSRC setting, use CONFIGURE_DIRS instead,
so that pkgsrc magick affect to all files
* regen patches, split out patch-ad from patch-ac
(one patch file to multiple files is not good).
* need termcap to build.