Age | Commit message (Collapse) | Author | Files | Lines |
|
The pkgsrc version was being used, but not being detected properly
by configure. I'm guessing the configure script is assuming Debian
version numbers or something.
|
|
While here, we probably don't need to regenerate the configure script
any more. So don't do that.
Bump PKGREVISION.
|
|
|
|
This release fixes a crash issue if UnrealIRCd is configured to use utf8 or
chinese character sets in set::allowed-nickchars. We don't expect many users
to run their IRCd with this enabled, as the utf8 support was tagged as
experimental and the chinese/gbk implementation is incomplete.
This release also contains a number of other fixes and enhancements.
In particular the reputation and connthrottle modules are now working
better and there were some major Windows fixes.
|
|
|
|
Add a pkg-config file.
|
|
|
|
0.3.11:
Add FRAME-RATE tag on dumps
Stop using outdated Python versions (3.3, 3.4)
|
|
3.2.1:
* sys.exc_info() is now propagated across thread boundaries
3.2.0:
* New "thread_sensitive" argument to SyncToAsync allows for pinning of code into
the same thread as other thread_sensitive code.
* Test collection on Python 3.7 fixed
|
|
|
|
|
|
|
|
pdf2djvu (0.9.13) unstable; urgency=low
[ Jakub Wilk ]
* Fix build failure with Poppler ≥ 0.76.
* Improve warning message for (unhandled) hide actions.
* Windows: fix reading files with non-ASCII characters in names.
https://github.com/jwilk/pdf2djvu/issues/138
* Upgrade libraries bundled with the Windows package:
- Poppler 0.77;
- FreeType 2.10;
- OpenJPEG 2.3.1.
* Improve the test suite:
+ Don't enforce the C locale.
+ Make it easy to pass arguments to nose.
(make test noseargs=...)
* Update the Polish translation.
* Use HTTPS for exiv2.org URLs.
* Update poppler-data URL.
* Add support for heap profiling using gperftools.
[ Samy Mahmoudi ]
* Improve build-time logging.
-- Jakub Wilk <jwilk@jwilk.net> Mon, 10 Jun 2019 19:06:35 +0200
pdf2djvu (0.9.12) unstable; urgency=low
* Fix build failure with Poppler ≥ 0.72.
* Improve the test suite.
* Improve typography in the manual page.
* Upgrade libraries bundled with the Windows package:
- Poppler 0.72;
- poppler-data 0.4.9;
- GraphicsMagick 1.3.31;
- FreeType 2.9.1;
- Expat 2.2.6.
* Windows: fix GraphicsMagick configuration search path.
* Windows: install miscellaneous documentation files.
Regression introduced in 0.8.1.
* Windows build system: don't download sources without explicit user's
consent.
-- Jakub Wilk <jwilk@jwilk.net> Wed, 02 Jan 2019 16:46:27 +0100
pdf2djvu (0.9.11) unstable; urgency=low
* Fix build failure with Poppler ≥ 0.70.
* Improve error handling.
* Improve the build system:
+ Fix Poppler (≥ 0.69) headers detection with old compilers that require
the -std option to enable C++11 mode.
+ Honor the CPPFLAGS environment variable only at configure time, not when
running make. (This was already the case for other *FLAGS variables.)
* Improve the test suite:
+ Make it easy to use custom Python interpreter.
(make test PYTHON=/path/to/python)
+ Make it easy to test against installed version of pdf2djvu.
(make test-installed)
* Improve documentation:
+ Use HTTPS for leon.bottou.org URL.
-- Jakub Wilk <jwilk@jwilk.net> Thu, 25 Oct 2018 23:07:15 +0200
|
|
|
|
Unknown Horizons is a 2D real time strategy simulation with an emphasis on
economy and city building. Expand your small settlement to a strong and
wealthy colony, collect taxes and supply your inhabitants with valuable
goods. Increase your power with a well balanced economy and with strategic
trade and diplomacy.
|
|
|
|
Flexible Isometric Free Engine (FIFE) is a multi-platform isometric game
engine written in C++. It comes with Python bindings allowing users to create
games using Python as well as C++.
|
|
|
|
Fifechan is a lightweight cross platform GUI library written in C++ specifically
designed for games. It has a small yet powerful built in set of extendable
GUI Widgets allowing users to create virtually unlimited types of widgets.
|
|
|
|
|
|
|
|
Release notes:
https://blog.easyrpg.org/2019/07/easyrpg-player-0-6-1-surprise-attack/
|
|
|
|
v6.10.3:
BUGFIXES
vulns → vulnerabilities in npm audit output
install, doctor: don't crash if registry unset
Handle unhandledRejections, tell user what to do when encountering an EACCES error in the cache.
|
|
Version 10.16.2 'Dubnium' (LTS)
Notable changes
This release patches a regression in the OpenSSL upgrade to 1.1.1c that causes intermittent hangs in machines that have low entropy.
|
|
|
|
|
|
|
|
changes unknown
|
|
changes unknown
|
|
|
|
|
|
ManaPlus is a free, open source 2D MMORPG client for Evol Online, The Mana
World, and similar servers.
Evol Online is a 2D fantasy-style game which aims to create a friendly
environment for interacting with others where people can escape reality and
enjoy themselves. The Mana World (TMW) is a serious effort to create an
innovative free and open source MMORPG. TMW uses 2D graphics and aims to
create a large and diverse interactive world.
|
|
|
|
Version 0.45.1
This patch release addresses some regressions reported in the 0.45.0 release and adds support for NumPy 1.17:
* accept scalar/0d-arrays
* Fix. Parfors reduction vars not deleted.
* Use process level locks for fork() only.
* Try to fix.
* Fix np1.17 isnan, isinf, isfinite ufuncs
* Fix np.interp for np1.17 nan handling
* Fix nump1.17 random function non-aliasing
Version 0.45.0
In this release, Numba gained an experimental numba.typed.List container as a future replacement of the reflected list. In addition, functions decorated with parallel=True can now be cached to reduce compilation overhead associated with the auto-parallelization.
Enhancements from user contributed PRs (with thanks!):
James Bourbeau added the Numba version to reportable error messages, added the signature parameter to inspect_types, improved the docstring of normalize_signatur, and fixed by adding reference counting to register_dispatcher
Guilherme Leobas implemented the dominator tree and dominance frontier algorithms
Nick White fixed the issue with round in the CUDA target.
Joshua Adelman added support for determining if a value is in a range (i.e. x in range(...)), and added windowing functions (np.bartlett, np.hamming, np.blackman, np.hanning, np.kaiser) from NumPy.
Lucio Fernandez-Arjona added support for np.select
Rob Ennis added support for np.flatnonzero
Keith Kraus extended the __cuda_array_interface__ with an optional mask attribute.
Gregory R. Lee replaced deprecated use of inspect.getargspec
|
|
|
|
|
|
Widelands is a free, open source real-time strategy game with singleplayer
campaigns and a multiplayer mode. The game was inspired by Settlers II but
has significantly more variety and depth to it. Still, it is easy to get
started through playable tutorials.
|
|
|
|
this might be the cause of weird missing -lz on the latest SmartOS bulk
build, which appears to use this package (e.g. graphics/glitz).
Bump PKGREVISION.
|
|
|
|
- Complete rewrite of the TeX metric file generation (otftotfm is now
used instead of fontinst)
- Support for XeLaTeX and LuaLaTeX
- Add bold condensed font
- Improve support for figure variant selection
- Drop faked smallcaps support
- Fix kerning with uppercase Greek diacritics
- Add "scaled" alias option
- Fix NFSS shape for condensed fonts
- Fix ligatures for hyphens
- Fix font family definition with proportional numbers
- Fix font name in XeLaTeX/LuaLaTeX mode
|
|
Added support for tabular, superior (superscript) and inferior (subscript)
figures.
|
|
- Fix OT1 encoding with italic shape
- Fix packaging according to CTAN guidelines
- Fix kerning with uppercase Greek diacritics
- Add "scaled" alias option
- Fix ligatures for hyphens
|
|
|
|
Upstream changes:
This release is a production release.
The following bugs were fixed:
A dc bug that caused stack mishandling was fixed.
A warning on OpenBSD was fixed.
Bugs in ctrl+arrow operations in history were fixed.
The ability to paste multiple lines in history was added.
A bc bug, mishandling of array arguments to functions, was fixed.
A crash caused by freeing the wrong pointer was fixed.
A dc bug where strings, in a rare case, were mishandled in parsing was fixed.
In addition, the following changes were made:
Division was slightly optimized.
An option was added to the build to disable printing of prompts.
The special case of empty arguments is now handled. This is to
prevent errors in scripts that end up passing empty arguments.
A harmless bug was fixed. This bug was that, with the pop
instructions (mostly) removed (see below), bc would leave extra
values on its stack for void functions and in a few other
cases. These extra items would not affect anything put on the
stack and would not cause any sort of crash or even buggy
behavior, but they would cause bc to take more memory than it
needed.
On top of the above changes, the following optimizations were added:
The need for pop instructions in bc was removed.
Extra tests on every iteration of the interpreter loop were removed.
Updating function and code pointers on every iteration of the
interpreter loop was changed to only updating them when necessary.
Extra assignments to pointers were removed.
Altogether, these changes sped up the interpreter by around 2x.
NOTE: This is the last release with new features because this bc is
now considered complete. From now on, only bug fixes and new
translations will be added to this bc.
|
|
- Fix ligatures for hyphens
- Fix TDS packaging
|
|
- Fix OT1 encoding with slanted shape
- Fix packaging according to CTAN guidelines
- Update font files to version 0.111
- Complete rewrite of the TeX metric file generation (otftotfm is now
used instead of fontinst)
- Support for XeLaTeX and LuaLaTeX
- Add support for figure variant selection
- Drop faked smallcaps support
- Add "scaled" alias option
- Fix ligatures for hyphens
|
|
- Update .ttf files to version 3.001
- Complete rewrite of the TeX metric file generation (otftotfm is now
used instead of fontinst)
- Support for XeLaTeX and LuaLaTeX
- Drop faked smallcaps support
- Fix kerning with uppercase Greek diacritics
- Add "scaled" alias option
- Fix OT1 encoding with slanted shape
- Fix packaging according to CTAN guidelines
- Fix ligatures for hyphens
|