* The delete key should work on Macs. (Konstantin Stupnik)
* Typos in the animate forest description fixed. (Paul Nguyen,
Kender)
* You can no longer petrify or stone to flesh quest items.
(Lorenzo Batallones)
* Items that fall in a hole will not be revealed up on the next
level's map. (Kender)
* Zapping a wand of invisibility at yourself when you are
already invisible from a permament source no longer reports
"You are invisible." (Kender)
* No longer falsely get system shock if a creature you possessed,
but released when it was polymorphed, is finally slain. (Mental
Mouse)
* The Regenerate spell now works for creatures with No
Regeneration, as was intended. (Mental Mouse)
* Flesh golems can once more regenerate. (They lost this in
the no-regen sweep) (Mental Mouse)
* Giant Spiders have defences better fitting their explevel.
(Mental Mouse)
* The earth hammer is now made from stone as you'd expect.
(Kender)
* The spell Summon Daemon now spells Daemon like the rest of
POWDER. (Mental Mouse)
* Typo fixed in Golden Tridude description. (Mental Mouse)
* Clarify cave troll description. (Metnal Mouse)
* s/byte/sting/ for scorpion description. (Mental Mouse)
* Clarify butcher skill description. (Mental Mouse)
* Water elementals no longer leave corpse.
* Eaten intrinsicly poisonous corpses now has a significantly
shorter timeout. (Kender)
* Attacks which deal multiple types of damage in the same hit
will have damage reduction applied to each of the types, rather
than only to the first type. (Mental Mouse)
* Vampire bats will no longer chase players which they aren't
interested in. (Kender)
* Option to email character dumps on the iPhone to get them
out of the black box.
* Searching due to intrinsics will put Searching on the status
line, and multiple manual searches will report Seached x10.
* Improved the Akoi Meexx 12x12 tiles, for less ugly pixels
when in landscape mode on the iPhone.
* Makefiles for Linux have $(LDFLAGS) added.
* The torches in the Lomaka tiles have been fixed to show up
in the correct hand. (Martin Rittweger)
* The Wish command now includes the ability to take on a
monster's form and stats, so you can play as a monster if you
wish. (Robert Barber)
* On level up, the number of Piety points you have in each
class is displayed beside the class name so you can better
judge which class to pick. (Matthew Wyatt)
This small package replaces \textsuperscript and \textsubscript commands
by equivalent commands that use OpenType font features to access
appropriate glyphs if possible. The package also patches LaTeX's default
footnote command to use this new \textsuperscript for footnote symbols.
The package requires fontspec running on either XeLaTeX or LuaLaTeX. The
package holds functions that were once parts of the xltxtra package,
which now loads realscripts by default.
Changes:
* Internal changes for luatexbase v0.3.
* Bug fix when \itdefault is "sl" rather than "it".
E.g., when using the "slides" class.
* Minor internal changes, including merging some code from unicode-math.
* New documentation for defining custom kerning and ligatures
when using LuaLaTeX.
* Fix bug when defining bold italic fonts by filename.
* Avoid infinite loop when the Latin script is requested for a font
that does not contain it. TODO: a suitable fallback script should be
chosen; right now we just ignore the script selection.
* Fix for bug introduced in the last release:
small caps weren't being automatically selected correctly
* Fix for colours bug introduced in the last update
* Fix for for bad interaction with LuaLaTeX and fallback fonts
(such as using \slshape when no slanted font specified)
* Behaviour/messaging improvement when scripts/languages are requested
that do not exist in the font
* Fix bug with detecting font features/scripts in some cases with:
- `\fontspec_if_feature:n(TF)`
- `\fontspec_if_language:n(TF)`
- `\fontspec_if_current_script:n(TF)`
- `\fontspec_if_current_language:n(TF)`
* Some messages in the log file are improved
* Code for "visible space" fixed for LuaLaTeX use
* Lots of internal changes to bring the implementation closer
to being "native expl3".
This package exposes spacing parameters for various TeX logos to the end
user, to optimise the logos for different fonts. Written especially for
XeLaTeX users.
Changelog:
0.2.12 Wed Jan 19 2011 Toni Gundogdu
Changes:
- Add quvi/const.lua, quvi/bit.lua, quvi/util.lua (to lua/website/)
- Add vim modelines to C and LUA source code
- Add QUVIOPT_CATEGORY to API
- Add dist-xz to configure.ac
- Add --category-* options
- Add publicsenat.lua, thanks to Raphael Droz for the script (#14)
- Pass table (with URL, script path) to LUA scripts "ident" function
- Make project compile with "gcc -ansi -pedantic" (c. 4.2, 4.5)
- Apply style changes (scripts/astyle_c.sh) to C source code
- Set CURL_GLOBAL_ALL to allow use of HTTPS with youtube.lua
- Update API reference documentation (descr., grammar, etc.)
- bloomberg.lua: Use cleaner string formatting
- theonion.lua: Use cleaner string formatting
- youtube.lua: Accept HTTPS URLs (#22)
Bugfixes:
- dailymotion.lua: Family-filter redirection (port from clive 2.2)
- Replace URL, add error checking to examples/simple.c (#17)
- tests/support-clipfish.pl: Expected title
0.2.11 Sat Dec 18 2010 Toni Gundogdu
Changes:
- Re-license under LGPLv2.1+ [#9]
- Add missing support-buzzhumor.pl
- Add globo support, thanks to mkolve for the script [#10]
- Extend quvi.fetch to allow setting user-agent [#11]
- Skip verification for non-HTTP video URLs [#15]
Bugfixes:
- vimeo.lua: Video ID parsing [#16]
- bloomberg.lua: Thanks to mkolve for the fix [#7]
Add option to compression library and cjpeg (-block N) to use
different DCT block size.
All N from 1 to 16 are possible. Default is 8 (baseline format).
Larger values produce higher compression,
smaller values produce higher quality.
SmartScale capable decoder (introduced with IJG JPEG 8) required.
This is to fix AST-2011-001: Stack buffer overflow in SIP channel driver
Asterisk Project Security Advisory - AST-2011-001
Product Asterisk
Summary Stack buffer overflow in SIP channel driver
Nature of Advisory Exploitable Stack Buffer Overflow
Susceptibility Remote Authenticated Sessions
Severity Moderate
Exploits Known No
Reported On January 11, 2011
Reported By Matthew Nicholson
Posted On January 18, 2011
Last Updated On January 18, 2011
Advisory Contact Matthew Nicholson <mnicholson at digium.com>
CVE Name
Description When forming an outgoing SIP request while in pedantic mode, a
stack buffer can be made to overflow if supplied with
carefully crafted caller ID information. This vulnerability
also affects the URIENCODE dialplan function and in some
versions of asterisk, the AGI dialplan application as well.
The ast_uri_encode function does not properly respect the size
of its output buffer and can write past the end of it when
encoding URIs.
For full details, see:
http://downloads.digium.com/pub/security/AST-2011-001.html
This is to fix AST-2011-001: Stack buffer overflow in SIP channel driver
Asterisk Project Security Advisory - AST-2011-001
Product Asterisk
Summary Stack buffer overflow in SIP channel driver
Nature of Advisory Exploitable Stack Buffer Overflow
Susceptibility Remote Authenticated Sessions
Severity Moderate
Exploits Known No
Reported On January 11, 2011
Reported By Matthew Nicholson
Posted On January 18, 2011
Last Updated On January 18, 2011
Advisory Contact Matthew Nicholson <mnicholson at digium.com>
CVE Name
Description When forming an outgoing SIP request while in pedantic mode, a
stack buffer can be made to overflow if supplied with
carefully crafted caller ID information. This vulnerability
also affects the URIENCODE dialplan function and in some
versions of asterisk, the AGI dialplan application as well.
The ast_uri_encode function does not properly respect the size
of its output buffer and can write past the end of it when
encoding URIs.
For full details, see:
http://downloads.digium.com/pub/security/AST-2011-001.html
ffmpegthumbnailer version 2.0.6 (January 6, 2011)
* Fixed memory leak
ffmpegthumbnailer version 2.0.5 (November 30, 2010)
* Replaced deprecate gnome-vfs with gio (--enable-gio)
ffmpegthumbnailer version 2.0.4 (August 06, 2010)
* Fixed undefined references when compiling with certain LDFLAGS
ffmpegthumbnailer version 2.0.3 (August 06, 2010)
* Writing to stdout is now supported
* Support for gnome-vfs uris added. New configure flag (--enable-gnome-vfs), this puts a runtime dependancy on libgnome-vfs-2.0
ffmpegthumbnailer version 2.0.2 (May 15, 2010)
* Fixed compilation error against latest ffmpeg
* Size of the filmstrip overlay is dependent on thumbnail size
ffmpegthumbnailer version 2.0.1 (April 17, 2010)
* Setting the thumbnail size to 0 will use the original video size (thanks to John Fremlin)
* Fix for video files containing lots of audio packets before a video packet
* Fixed libs in pkgconfig file (thanks to magnus.tuominen)
ffmpegthumbnailer version 2.0.0 (January 6, 2010)
* Fixed some issues in package-config file (Thanks to ambrop7)
* C++ library has been put in a namespace
* C library functions have been renamed
version 1.5.6 (December 19, 2009)
* Fixed segmentation fault when seek in video file fails
* Command line option added to specify output format of the image regardless of the filename
* Fixed memory leak in MovieDecoder (thanks to Ulrich Völkel)
version 1.5.5 (September 23, 2009)
* Fixed build issue with certain versions of autoconf
* Fixed build issue with recent versions of gcc
* Fixed thumbnail generation for ogm files
* Fixed ffmpegthumbnailer hanging on certain filetypes caused by AVFMT_FLAG_GENPTS flag of video decoder
version 1.5.4 (June 22, 2009)
* Fixed support for large files