from the announcement:
This release brings some interesting new features:
- New rendering engine (Now you can see shadows on planets surfaces).
- New key-binding engine (Now all key-bindings can be edited).
- Improvements to scripting engine.
- Improvements to DSO
- Improvements to search tool
- Improved accuracy for archaeo-astronomical events
There have also been a large number of bug fixes and GUI improvements.
We are strongly recommended resetting all Stellarium settings
if you upgrade your previous installation!
=== 1.8.25/ 2013-01-24
* 6 bug fixes:
* Added 11627 to setup bin_file location to protect against errors.
Fixes#328 by ConradIrwin
* Specification#ruby_code didn't handle Requirement with multiple
* Fix error on creating a Version object with a frozen string.
* Fix incremental index updates
* Fix missing load_yaml in YAML-related requirement.rb code.
* Manually backport encoding-aware YAML gemspec
from http://bogytech.blogspot.jp/2011/07/kterm-jless-screen.html .
This update is based on isaki@'s work.
* Set PATCH_SITES as my non-NetBSD web space.
Changelog:
* Add UTF-8 support (Japanese part only)
* Change japanese83 behavior
* Change G1 default
* Add ISO-8859-10,11,13,14,15 support
* Ignore case in JLESSCHARSET and LANG variables
* Fix bugs in search
* Add .xz support (not enabled on pkgsrc)
* Some packport from less-443
Also bump PKGREVISION for a few packages using it.
The packages I did this for:
net/yaz
lang/parrot
misc/openoffice3 (where I noticed the run-time failure due to missing shared library)
www/webkit-gtk
sysutils/open-vm-tools
inputmethod/ibus-qt
I didn't do this recursively or for all packages using icu
since I didn't know if they used the shared library directly,
some use was optional. The list of packages I didn't touch:
devel/devhelp
databases/idzebra
databases/sqlite3
devel/gnustep-base/
finance/gnucash
games/openttd
graphics/shotwell
lang/mono
meta-pkgs/boost
misc/calibre
misc/libreoffice
news/tin
textproc/php-intl
www/deforaos-surfer
www/epiphany
www/liferea-current
www/midori
Packaged for wip by solevis.
LabelNation is a command-line program for making labels: address labels,
business cards, or anything else involving regularly-arranged rectangles
on a printer-ready sheet. It is for users who are comfortable dealing with
text- and option-based configuration, as opposed to a graphical user interface.
2012/12/30 - release 1.2
+ improve some older changelog entries to help with HTML'izing content.
+ various fixes/improvments for scrollbar appearance.
+ add mappings for some equivalent options provided by whiptail;
add configure option --disable-whiptail to allow suppressing these.
+ add configure option --disable-Xdialog2 to allow suppressing the
newer features, i.e., for cdialog 1.2
+ add --no-items option, for consistency.
+ add --no-tags option, like Xdialog.
+ add buildlist, rangebox and treeview dialogs, like Xdialog.
+ remove obsolete workaround for ncurses 4.2 scrolling in checklist
and menubox.
+ improve dialog_helpfile() by preventing it from showing extra buttons
(suggested by xDog Walker).
+ correct logic in formbox's scroll_next() function (report by xDog
Walker).
+ fix a case with inputbox widget where preset input text is not shown
until moving the cursor within the text (report by xDog Walker).
+ handle SIGCHLD in dialog_prgbox() to eliminate defunct processes
(report by xDog Walker).
+ improve the way "hotkeys" are assigned to widget buttons by checking
if a given key has already been used in the row of buttons (Debian
#684933).
+ amend fix for --trace parsing from 2012/07/03, which sometimes
skipped a parameter (report by xDog Walker).
+ drop copismall and install files from samples, which were essentially
nonfunctional.
+ correct secondary border colors in samples/slackware.rc and
samples/whiptail.rc
+ update gl.po, add ia.po from
http://translationproject.org/latest/dialog/
+ fix various issues reported by coverity scan.
+ miscellaneous configure script fixes/updates:
+ require autoconf 2.52+patches
+ support --datarootdir option
+ check for clang compiler
+ check for tinfo library when looking for ncurses
+ add 3rd parameter to AC_DEFINE for autoheader
+ remove unused macros from aclocal.m4
+ update config.guess, config.sub
PR 47411.
* Changes in the m17n database 1.6.4
This release is just for bug fixing.
* Changes in the m17n database 1.6.3
** A new input method is added.
ua-kbd.mim -- Ukrainian input method with Ukrainian/Russian keyboard layout
** An input method is deleted.
bo-ewts.mim is moved to m17n-contrib package.
All methods that alter the contents of an array that implements this Gem are
first checked to ensure that the added items are of the types allowed. All
methods behave exactly as their Array counterparts, including additional forms,
block processing, etc.
Revision history for Perl suite Locale::Maketext
2012-12-04
* Fix misparsing of maketext strings.
2012-11-22
* Fix hash order dependcy bug in tests
2012-01-14
* Minor POD documentation update to sync with upstream blead.
2011-12-23
* No changes. Production release after CPAN testers cleared.
2011-12-14
* Update to 1.19_01 from upstream blead for release testing
Fix broken URLs in dist/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod for RFCs
Keep verbatim pod in various dist/* pods within 79 cols
2011-05-25
* Update to 1.19 from upstream blead
[perl #89896] Locale::Maketext test failure
when environment has variable containing unbalanced brackets
Suppress "Name used only once" warnings.
[perl #81888] Fix typos (spelling errors) in dist/*
2010-10-20
* Release 1.17
Test release of 1.16_01, versioning even deprecated Guts modules.
This prevents CPAN upgrade circular heck. Thanks BinGOs
Tested version fix for CPAN by BinGOs. Bump to stable version and release to public
2010-10-07
* Release 1.16
Blead commit bac7bf8 - Copy @_ to @_ to de-alias passed variables
to assure that the aliases cannot be altered during maketext calls.
Fix for CPAN RT #40727: infinite loop in
Locale::Maketext::Guts::_compile() when working with tainted values
Fix for CPAN RT #34182: Don't localize $@.
->maketext calls will now backup and restore $@ so that die messages are not suppressed.
Fix for CPAN RT #55461
%hash deprecated messages cleaned up with perl 5.12
Fix for CPAN RT #48118. Perl 76674
Speed and efficiency tweaks in _compile calls when string has no ~][ in it.
Fix for CPAN RT #48808. Perl 76668
I18N::LangTags use() fixups.
2010-06-22
* Release 1.15 (included in perl 5.13.3; not released separately)
Locale::Maketext guts have been merged back into the main module
Fix for CPAN RT #46738. Perl 76354
Support for RO Lexicon hashes (External cache support)
2009-11-20
* Release 1.14 (included in perl 5.11.2; not released separately)
In Locale::Maketext, avoid using defined @array and defined %hash.
Convert the odd Locale::Maketext test out from Test to Test::More.
2009-06-23 Adriano Ferreira
* Development release 1.13_82
One more recipe: on [numf,...] with decimal precision
2009-06-23 Adriano Ferreira
* Development release 1.13_81
Change a few straggling 'DEBUG and print' to 'DEBUG and warn' (thanks Dan Muey)
A start of a cookbook.
2009-06-23 Adriano Ferreira
* Development release 1.13_80
Fixes CPAN RT #25877 (thanks imacat)
Add a test for failure_handler_auto()
F.Tigeot confirmed that it builds with DragonFly's gcc 4.4 and
does not build with gcc 4.7. Due to upcoming version 3.6, this
is not worth fixing for gcc 4.7 (at least it is not worth it to us.)
about the Perl version. Instead of baking the version number into the
PLIST, control it from the Makefile. Also, depend on the current
major/minor version of Perl. Ideally this version should come from
something in lang/perl5, but there isn't any obvious way to do that.
But at least now this only has to be updated in one place when Perl
changes.
Bump PKGREVISION because of the depends changes.
=== 4.1.3 / 2012-12-15
* Remove use of eval in Array.parse
* Make generated template executable and set better defaults (@suan)
* Fixed valid_command_names_from to match exact commands only (@fgalassi)
## 1.2.3 (Nov 29, 2012)
Bugfixes:
- fix exceptions while loading some gemspecs
## 1.2.2 (Nov 14, 2012)
Bugfixes:
- support new Psych::SyntaxError for Ruby 2.0.0 (@tenderlove, @sol)
- `bundle viz` works with git gems again (@hirochachacha)
- recognize more cases when OpenSSL is not present
## 1.2.1 (Sep 19, 2012)
Bugfixes:
- `bundle clean` now works with BUNDLE_WITHOUT groups again
- have a net/http read timeout around the Gemcutter API Endpoint
Ruby on Rails 3.2.9.
Sprockets: Rack-based asset packaging
Sprockets is a Ruby library for compiling and serving web assets.
It features declarative dependency management for JavaScript and CSS
assets, as well as a powerful preprocessor pipeline that allows you to
write assets in languages like CoffeeScript, Sass, SCSS and LESS.
Anki is a program which makes remembering things easy. Because it is a lot
more efficient than traditional study methods, you can either greatly
decrease your time spent studying, or greatly increase the amount you learn.
Anyone who needs to remember things in their daily life can benefit from
Anki. Since it is content-agnostic and supports images, audio, videos and
scientific markup (via LaTeX), the possibilities are endless.
This package contains the major version 2 of the program.
1.3.9.2 to 1.4.0
INCOMPATIBLE update. If you need compatibility with 1.3.*, put
(setq howm-compatible-to-ver1dot3 t) before (require 'howm) in your
.emacs. See M-x customize-group RET howm-compatibility RET for
details.
Though howm-1.4.0 has a new menu file, your old menu file is not
updated automatically. Copy en/0000-00-00-000000.txt into howm/
directory if you like. Alternatively, you can cut and paste some
parts of it to your howm/0000-00-00-000000.txt by hand.
1.3.9.1 to 1.3.9.2
small bug fix.