Support for measurement units in R vectors, matrices and arrays:
automatic propagation, conversion, derivation and simplification of
units; raising errors in case of unit incompatibility. Compatible with
the POSIXct, Date and difftime classes. Uses the UNIDATA udunits
library and unit database for unit compatibility checking and
conversion.
2.0: 21 Jan 2010
* ncview now REQUIRES netcdf version 4 with full HDF5 support. I am not
going to maintain two code bases, one of which supports netcdf-4 and
one of which doesn't. If you need a vesion of ncview that works even
without a full netcdf v4/HDF-5 install, use ncview version 1.93h.
* If a udunits library is supplied, ncview now requires that it be the
udunits-2 library. Support for the udunits-1 library has been dropped.
* Many thanks to Magnus Hagdorn for changes to the package that make it
more compatible with GNU standards! All failures in that respect are
mine; Magnus' contributions were exemplary.
1.93d: 13 June 2008
* Thanks to Seth Olsen for contributing the code to sort the variables
menus.
┌──────────────────────────────┐
│ Release notes for i3 v4.18.2 │
└──────────────────────────────┘
This is i3 v4.18.2. This version is considered stable. All users of i3 are
strongly encouraged to upgrade.
This is a bugfix release for v4.18.
┌────────────────────────────┐
│ Bugfixes │
└────────────────────────────┘
• floating_maybe_reassign_ws: only re-focus if previously focused
(fixes a focus issue with KDE notifications)
• get_output_by_name: guard output->primary with require_active
• i3bar: fix Xorg memory leak
┌────────────────────────────┐
│ Thanks! │
└────────────────────────────┘
Thanks for testing, bugfixes, discussions and everything I forgot go out to:
Orestis Floros
-- Michael Stapelberg, 2020-07-26
NOTE
* This list isn't complete. There have been more changes
and fixes than are listed here. This release contains a
lot of bug fixes.
* [distro] added support for latest macOS.
* [distro] added automatic detection for Ubuntu flavours.
* [uptime] fixed seconds on Linux.
* [desktop environment] enabled version output by default.
* [distro] now displays whether -current or -release when OpenBSD is detected.
* [distro] added support for OpenStage Linux.
* [theme] change gtk3 config order.
* [distro] split AOSC into OS and OS/Retro.
* [distro] added support for openmamba
* [general] added support for OIL shell.
* [distro] added support for Alter Linux
* [distro] added support for Serene Linux
* [window manager] added support for xmonad.
* [packages] sped up guix.
* [shell] added es shell support.
* [distro] added support for OS Elbrus.
* [distro] added support for sambabox.
* [disk] fixed bug with disk entries and spaces in filenames.
* [resolution] multi-monitor Windows support.
* [distro] added support for Venom Linux.
* [song] added playerctl support.
* [general] updated iOS device information.
* [distro] added support for Hash Linux.
* [distro] added support for Garuda Linux.
* [window manager] added support for x11fs.
* [song] added Tauon Music Box support.
* [distro] added support for DarkOS.
* [song] added support for Olivia player.
* [distro] added support for ITX.
* [resolution] fixed output when monitor connected but turned off.
* [ascii] added logo for Ubuntu Cinnamon.
* [distro] added support for OpenEuler.
* [terminal] added support for Windows terminal.
* [memory] added support for changing output unit (kb, mb, gb).
* [wallpaper] added LXQT support.
The UDUNITS-2 package differs from the previous UDUNITS package in the
following ways:
Support for non-ASCII characters. The original UDUNITS package only
supports the ASCII character set. The UDUNITS-2 package supports
the following character sets: ASCII, ISO 8859-1 (Latin 1), and the
UTF-8 encoding of ISO 10646 (Unicode). This means that unit string
specifications like "µ°F·Ω⁻¹" are now supported (your viewer
must support UTF-8 to display this string correctly).
Support for logarithmic units. The unit string specification
"0.1 lg(re 1 mW)" specifies a deciBel unit with a one milliwatt
reference level. Meteorologists should note that the unit "dBZ"
(i.e., "0.1 lg(re um^3)") is now supported.
Persistent value converters. It is now possible to obtain a converter
data-object, which can be used to convert numeric values in one
unit to numeric values in another, compatible unit. The values can
be float, double, or one-dimensional arrays of floats or doubles.
Improved API. Due to the above changes, it was not possible to keep
the application programming interface of the original UDUNITS
package. Beginning with version 2.1.0, however, the package
contains a thin UDUNITS API to the UDUNITS-2 library, so code
written to the original API can simply be recompiled and relinked
against the new package. Because the original UDUNITS API uses the
"utUnit" data-structure and the UDUNITS-2 API uses pointers to
"ut_unit" data-structures, a small memory-leak is possible in code
that creates many units. This leak can be avoided by calling the
new method utFree(utUnit*) when the unit is no longer needed.
XML unit database. The unit database is encoded using human-readable
XML rather than a custom format. The XML parser included in the
package supports an <import> element to allow easy and convenient
customization.
One thing that has not changed is that all unit string specifications
understood by the original UDUNITS package are also understood by the
new UDUNITS-2 package.
0.83.4
- Fixed loading saved states in fullscreen mode with
the "aspect=true" setting. (Wengier)
- Added config option "saveslot" to select default
save slot (1-10). The timestamps for the saved
states will also be shown in the menu. (Wengier)
- Added key mapper for sending the Ctrl+Alt+Del key,
with HOST(F11/F12)+Del by default. (Wengier)
- Added dosbox-x.conf setting to ignore the EGA/VGA
"extended memory" bit. It was originally defined
back when stock EGA/VGA cards could ship with 64KB
of memory. The option is needed for DOS games that
accidentally clear the bit when using unchained
256-color modes (Mr. Blobby).
- Added new default value "auto" for the setting
"usescancodesauto" (in [sdl] section of the config
file) to work around issues with non-US keyboard
layouts on SDL1 builds. (Wengier)
- Added code pages 808, 850, 852, 853, 855, 857,
858, 869, 872 for host to guest codepage mapping
on mounted local or overlay drives. (Wengier)
- The mapper options "Increase recording volume" and
"Decrease recording volume" as well as function
"Show sound levels" (from MIXER command) appear
now as menu items (under "Sound") too. (Wengier)
- Fixed inputting of ASCII character 224 and 240
in Windows SDL2 or MinGW builds. (Wengier)
- Fixed possible DPMI error when running Windows
98 installation from the DOSBox-X shell without
using a batch file. (Wengier)
- Fixed a bug in the FAT driver that can cause
a byte to get lost if writing up to the end of
a cluster, which seems to be behind the
corruption with program group files when running
Windows for Workgroups 3.11 from DOSBox-X shell.
[https://github.com/joncampbell123/dosbox-x/issues/1758#issuecomment-665193066]
- Unknown INT 2Fh calls are now debug output, not
an error.
- Added VESA BIOS mode 68h alias as indicated on
the Vogons forum.
- Fixed handling of config commands with spaces
when the "shell configuration as commands"
setting is enabled (quotes are needed in such
cases). Also added "Config options as commands"
toggle menu (under "DOS") to enable/disable the
feature from menu. It is disabled by default to
avoid name clash with other programs. (Wengier)
- Added "Enable quick reboot" toggle menu (under
"DOS") so that when enabled, DOS restart calls
will reboot the emulated DOS (integrated or
guest DOS) instead of the virtual machine in
DOSBox-X. Also, you could change the default
setting for this by setting the new "quick
reboot" config option in "dos" section (Wengier)
- Added new "Reboot guest system" menu item (under
"Main") to reboot the kernel of the integrated
DOS or the guest DOS directly. The previous menu
item "Reset guest system" has been renamed to
"Reset virtual machine" which will restart the
virtual machine in DOSBox-X instead. (Wengier)
- Added "Reported DOS version" sub-menu (under
"DOS") to dynamically change the reported DOS
version (3.3, 5.0, 6.22, 7.1, or custom). This
may enable/disable long filename (LFN) support
with the default "lfn=auto" setting. (Wengier)
- LS is now an external command appearing on drive
Z: as LS.COM instead of a builtin shell command.
This avoids name clash with game "Links LS 97"
which has the main executable named LS.EXE. Also
fixed minor issues in this command. (Wengier)
- Fixed the game "Disney's Duck Tales: the Quest
for Gold" not able to start. (Wengier)
- Improved Configuration GUI's handling of "4dos"
and "config" sections. Also added the "Save..."
button just before the "Close" button. (Wengier)
- Added "euro" config option (in [render] section)
to display Euro symbol instead of the specified
ASCII character in any code page. (Wengier)
- PC-98 CG MMIO writes fixed to limit writes only
to the user-defined areas, same as the IO writes.
This fixes "Niko Niko" that appears to write a
few too many 0xE1 bytes when filling text
attribute RAM and into the CG MMIO region.
- With -winrun command-line option or the setting
"startcmd=true" (Windows only), you can now
directly launch Windows programs on mounted local
or overlay drives to run on the host. The option
"startwait=false" can be used to disable waiting
for Windows programs after started. This can also
be toggled from the "DOS" menu. (Wengier)
- Added START command to run commands on Windows
host system. The /MAX, /MIN, /HID options can
be used to run the specified program maximized,
minimized, or hidden (they can be shortened to
+, -, _ respectively). This command is disabled
by default, but can be enabled by either the
"startcmd" config option (in [dos] section) or
the -winrun command-line option (which will also
enable the CLIP$ device for Windows clipboard
support). START will run commands listed in the
"startincon" config option (separated by space)
in the Windows Command Prompt and wait for a key
press before exiting. (Wengier)
- Added SHELL= option to the [config] section in
dosbox-x.conf to specify an alternative shell,
e.g. "SHELL=4DOS.COM". (Wengier)
- Added built-in 4DOS 8.00 shell for 4DOS features
and capabilities. There is now a [4dos] section
in the dosbox-x.conf file to act as the 4DOS.INI
config file if you use this shell. (Wengier)
- Added "Mouse wheel movements" menu (under "Main")
to enable or disable the mouse wheel movements
to arrow (up/down etc) feature. (Wengier)
- Added "Quick right mouse button copy/paste" menu
item toggle to allow quick Windows clipboard copy
and paste via the right mouse button without any
key modifier that may have been specified by the
config option "clip_key_modifier". (Wengier)
- Fixed mounting a directory with command-line like
"dosbox-x .", and fixed mounting disk images with
spaces via the "Drive" menu on Windows. (Wengier)
- Added "mountwarning" config setting so you could
optionally disable the warning when attempting to
mount C:\ in Windows or / otherwise. (Wengier)
- IMGMOUNT now assumes "-fs none" automatically if
a drive number is specified instead of a drive
letter. Moreover, it will assume the image file
name "IMGMAKE.IMG" if no filename is specified by
the user. Also improved the command's handling of
El Torito floppy drives, e.g. you can use option
"-bootcd d" instead of "-el-torito d". (Wengier)
- IMGMAKE warning replaced to indicate a general
incompatibility between MS-DOS/SCANDISK and
cluster sizes 64KB or larger.
- IMGMAKE command will now use the image file name
"IMGMAKE.IMG" if no file name is specified (either
in the mounted local directory or in the DOSBox-X
program directory if the current directory is not
a local directory). The command now also supports
a -force option to force overwrite the image file
if it already exists. Furthermore, IMGMAKE will
delete the generated image file if an error occurs
during the image file creation. (Wengier)
1.2.8 released
* validate UTF-8 encoding of client version strings from peers
* don't time out tracker announces as eagerly while resolving hostnames
* fix NAT-PMP shutdown issue
* improve hostname lookup by merging identical lookups
* fix network route enumeration for large routing tables
* fixed issue where pop_alerts() could return old, invalid alerts
* fix issue when receiving have-all message before the metadata
* don't leave lingering part files handles open
* disallow calling add_piece() during checking
* fix incorrect filename truncation at multi-byte character
* always announce listen port 1 when using a proxy
Version 0.13.5
This version is backwards compatible with save states from SameBoy
0.11.x and newer.
Bug Fixes
* Fixed major regression introduced in 0.13.4 that prevented saving
progress in games and caused several other issues
Version 0.13.4
This version is backwards compatible with save states from SameBoy
0.11.x and newer.
New/Improved Features
* Native support for ARM-based Macs (Experimental)
* Improved the loading time of battery saves with an RTC time set to
the far past
Bug Fixes
* Fixed a spelling mistake in the debugger
* Fix several major regressions affecting games that use a real time
clock
Changes:
The version that brought GBDK support! I mean, brought them our
support?
New:
* RGBLINK tries to report more errors at once
* Two-argument ALIGN[] to additionally specify an offset
* Mid-section align directive
* A RGBLINK option to prevent padding its output
* A warning for empty db/dw/dl in ROM sections
* (Overdue) documentation of -MG, -MP, -MT and -MQ
* RGBDS can now be compiled using CMake, if you prefer; note that the
Makefile is still the main build method
* RGBDS should be able to be compiled using MSVC now
Deprecations:
* -Wobsolete is now enabled by default! This is not a deprecation,
but it should make it easier for you to notice deprecated changes
* *-comments are now deprecated, please use ;-comments instead
Changes:
* Consistently with RGBLINK, RGBASM now allows constants to be
referenced prior to their definition (see [71]#496 for details)
* RGBASM [72]ISO 8601 symbols now correctly separate time with colons
* Macro can now have an arbitrary number of arguments; a sanity limit
has been arbitrarily set to 99,999, which should be enough for
everyone
Fixes:
* Fixed RGBLINK incorrectly computing PC inside LOAD blocks
* Fixed BANK(@) outside of sections crashing RGBASM
* Fixed BANK() of a constant crashing RGBLINK
* Fixed period not being accepted as second character of a label name
* Fixed possible RGBASM crash from an empty input file
* Fixed modulo by 0 crashing RGBLINK
* Fixed user-after-free from errors in INCLUDEd linker scripts
* Fixed 0-byte sections being incorrectly printed in .map files
* Fixed a rare RGBASM hang when deleting symbols
* Fixed uninitialized memory reads with -MT and -MQ
* Fixed incorrect explanation of pop af instruction
* Fixed incorrect reporting of overlapping sections
* Fixed incorrect documentation of unary !
* Fixed documentation not updated regarding behavior of RGBLINK's -t
and -w
* Fixed implicitly relying on -fcommon: RGBDS now builds with GCC
10's default configuration
* RGBDS no longer relies on 32-bit int, making it more portable to
e.g. DOS
Overview of changes leading to 2.7.0
Saturday, July 25, 2020
====================================
- Use an implementation for round that always rounds up, some minor fluctuations
are expected on var font specially when hb-ot callback is used.
- Fix an AAT's `kerx` issue on broken rendering of Devanagari Sangam MN.
- Remove AAT's `lcar` table support from _get_ligature_carets API, not even much
use on macOS installed fonts (only two files). GDEF support is the recommended
one and expected to work properly after issues fixed two releases ago.
- Minor memory fixes to handle OOM better specially in hb-ft.
- Minor .so files versioning scheme change and remove stable/unstable scheme
differences, was never used in practice (always default to stable scheme).
- We are now suggesting careful packaging of the library using meson,
https://github.com/harfbuzz/harfbuzz/wiki/Notes-on-migration-to-meson
for more information.
- Distribution package URL is changed, either use GitHub generated tarballs,
`https://github.com/harfbuzz/harfbuzz/archive/$pkgver.tar.gz`
or, even more preferably use commit hash of the release and git checkouts like,
`git+https://github.com/harfbuzz/harfbuzz#commit=$commit`
C.1.1 Version 2.15.03
* Add instructions from the Intel Instruction Set Extensions and
Future Features Programming Reference, June 2020. This includes
AVX5512 bfloat16, AVX512 mask intersect, and Intel Advanced Matrix
Extensions (AMX).
* Support for bfloat16 floating-point constants. See [5]section 3.4.6
and [6]section 6.3.
* Properly display warnings in preprocess-only mode.
* Fix copy-and-paste of examples from the PDF documentation.
* Debug information now properly reflect the line numbers of macro
invocations (unless declared .nolist).
* Fix excessive alignment of sections in the coff/win32/win64 output
formats when the user-specified alignment is less than the default
alignment for the section or section type.
* Fix explicit token pasting (%+, [7]section 4.1.4) for the cases
where one or more parts result from empty token expansion,
resulting in %+ tokens at the beginning or end, or multiple ones in
a row.
* Fix macro label capture (%00, [8]section 4.3.7).
* Much better documentation for the MASM compatiblity package, %use
masm (see [9]section 6.5).
* Fix LEA without square brackets, for MASM compatibility.
* Portability fixes.
C.1.2 Version 2.15.02
* Fix miscompilation when building with clang.
* Add db-empty warning class, see [10]section 2.1.26.
* Fix the dependencies in the MSVC NMAKE makefile (Mkfiles/msvc.mak).
* Some documentation improvements and cleanups.
* Fix the handling of macro parameter ranges (%{:}), including with
brace-enclosed original arguments.
C.1.3 Version 2.15.01
* Fix building the documentation from the release archive. For 2.15,
the user has to do make warnings manually in the main directory in
order to be able to build the documentation, which means Perl needs
to be installed on the system.
* Add instructions for Intel Control Flow Enforcement Technology
(CET).
C.1.4 Version 2.15
* The comparison and booleanizing operators can now be used in any
expression context, not just %if. See [11]section 3.5.
* New operator ? ... :. See [12]section 3.5.1.
* Signed shift operators <<< and >>>. See [13]section 3.5.9.
* The MASM DUP syntax for data definitions is now supported, in a
somewhat enhanced form. See [14]section 3.2.1.
* Warn for strange legacy behavior regarding empty arguments in
multi-line macro expansion, but try to match legacy behavior in
most cases. Legacy behavior can be disabled with the directive
%pragma preproc sane_empty_expansion, see [15]section 4.3 and
[16]section 4.10.1.
* A much more sensible limit to expression evaluation depth. The
previously defined limit would rarely trigger before NASM died with
a stack overrun error on most systems. See [17]section 2.1.31.
* The state of warnings can now be saved and restored via the
[WARNING PUSH] and [WARNING POP] directives. See [18]section 7.13.
* The sectalign on|off switch does not affect an explicit directive.
See [19]section 5.10.2.
* Added configure option to enable building with profiling
(--enable-profiling).
* Attempt to support of long path names, up to 32767 of UTF-16
characters, on Windows.
* Fixed 'mismatch in operand sizes' error in the MOVDDUP, CMPXCHG8B
and CMPXCHG16B instructions.
* Improved error messages in the string transformation routine.
* Removed obsolete gnu-elf-extensions warning about 8- and 16-bit
relocation generation. See [20]section 8.9.8
* Added group aliases for all prefixed warnings. See [21]section
2.1.26.
* Allowed building with MSVC versions older than 1700.
* Added implicitly sized versions of the K... instructions, which
allows the K... instructions to be specified without a size suffix
as long as the operands are sized.
* Added -L option for additional listing information. See [22]section
2.1.4.
* Added some warnings for obsolete instructions for a specified CPU.
* Deprecated -hf and -y options. Use -h instead.
* Made DWARF as the default debug format for ELF.
* Added %pragma list options... to set or clear listing options (see
opt-L).
* Allowed immediate syntax for LEA instruction (ignore operand size
completely).
* Added limited functionality MASM compatibility package. See
[23]section 6.5.
* Add single-line macros aliases using %defalias or %idefalias. These
behave like a kind of "symbolic links" for single-line macros. See
[24]section 4.1.10 and clear.
* Added support for stringify, nostrip, evaluating, and greedy
single-line macro arguments. See [25]section 4.1.1.
* Unused single-line macro arguments no longer need to have a
specified name. See [26]section 4.1.1.
* Added conditional comma operator %,. See [27]section 4.1.11.
* Changed private namespace from __foo__ to __?foo?__, so a user
namespace starting from underscore is now clean from symbols. For
backwards compatibility, the previous names are defined as aliases;
see [28]section 4.1.10, [29]section 4.11.3 and [30]chapter 5.
* Added support of ELF weak symbols and external references. See
[31]section 8.9.5.
* Changed the behavior of the EXTERN keyword and introduced REQUIRED
keyword. See [32]section 7.6.
* Added %ifusable and %ifusing directives. See [33]chapter 6.
* Made various performance improvements and stability fixes in macro
preprocessor engine.
* Improved NASM error handling and cleaned up error messages.
* Many, many bug fixes.
## 1.11.3 - 2020-08-03
- Add `JANET_HASHSEED` environment variable when `JANET_PRF` is enabled.
- Expose `janet_cryptorand` in C API.
- Properly initialize PRF in default janet program
- Add `index-of` to core library.
- Add `-fPIC` back to core CFLAGS (non-optional when compiling default client with Makefile)
- Fix defaults on Windows for ARM
- Fix defaults on NetBSD.
Changes:
0.9
---
- Add sfeed_content
- Misc bug fixes and improvements
0.8.2
-----
- Reread urls if using an url list for mark read and loading a feed
- Rework updatesidebar drawing and width calculation
0.8.1
-----
- Misc bug fixes (cursor problem with urxvt and reloadall and handling of the
current open feed)
pkgsrc changes:
- Document all the patches
- Honors user's CFLAGS and don't remove -Wall from CFLAGS in patch-aa: they are
usually pretty useful
- Unset OPT_{NORMAL,INLINE} optimizations via MAKE_FLAGS to minimize patch-aa
- Remove not needed NO_CONFIGURE
- Use pre-configure as stage for SUBST (now that NO_CONFIGURE is removed)
Changes:
The following changes have been made between John 1.8.0 and 1.9.0:
* Increased the interleaving for bcrypt on x86-64 from 2x to 3x for a major
speedup on CPUs without SMT. Unfortunately, this sometimes results in a minor
performance regression when running multiple threads on CPUs with SMT.
* Recognize the $2b$ bcrypt prefix.
* In the generic crypt(3) format, detect descrypt with valid vs. invalid salts
as separate id's for our heuristics on supported hash types.
* Introduced a number of optimizations for faster handling of large password
hash files, including loading, cracking, and "--show". Some of these use more
memory than before, yet in a more efficient manner.
* Benchmark using all-different candidate passwords of length 7 by default.
* Dropped undocumented special handling of "Mc" in 'c' and 'C' rule commands.
* Dropped undocumented limitation of the 'M' and 'Q' rule commands where they
would sometimes memorize/check only up to the current hash type's length limit
yet this optimization wouldn't necessarily be transparent (e.g., if a later
command would extract a substring from above the hash type's length limit and
bring it to within the limit).
* Implemented special-case handling of repeated rule commands '$', '^', '[',
']', '{', and '}', as well as faster handling of the 'D' command.
* When built with "--fork" support, disallow session names with all-digit
suffixes since these clash with those produced by "--fork".
* Forward SIGTERM to --fork'ed children.
* Set stdout to line buffered (rather than potentially fully buffered), except
for "--stdout", "--show", and auxiliary programs such as "unshadow".
* On Windows, restore normal processing of Ctrl-C in case our parent (such as
Johnny the GUI) had disabled it.
* Added linux-x86*-avx512 and linux-x86*-avx2 make targets, which use
respectively AVX-512 and AVX2 for bitslice DES.
* Added linux-mic make target for Intel MIC (first generation Xeon Phi, aka
Knights Corner), which uses its 512-bit SIMD intrinsics for bitslice DES.
(For second generation Xeon Phi, aka Knights Landing, use linux-x86-64-avx512.)
* Added linux-arm64le, linux-arm32le-neon, and linux-arm32le make targets.
(The first two of these make use of ASIMD or NEON for bitslice DES.)
* Added linux-sparc64 make target.
* Made a minor optimization to MMX and SSE2 assembly code for LM hash.
* Dropped Ultrix and SCO support.
* Don't probe for alternate config file names (like john.ini when on Unix).
* "DokuWiki" external mode sample has been added to the default john.conf.
* Fixed operator precedence in the external mode compiler to be the same as C.
* Fixed an out of bounds write bug in the external mode virtual machine.
* Fixed a bug introduced in version 1.7.4 in the wordlist rules engine, where
some sequences of rule commands could overflow a word buffer.
* Fixed a bug where unaligned access SSE/AVX instructions would unnecessarily
be generated by GCC 4.6+ in the bitslice DES code in non-OpenMP builds.
* Fixed a bug where "Warning: no OpenMP support for this hash type" could be
printed in "--stdout" mode.
* Made assorted other bugfixes, portability and documentation enhancements.
This package contains two font versions: TrueType and OpenType.
One may want to install only one of them and (re)generate font.scale
for this introduce two new config options:
--disable-opentype-install and --disable-truetype-install
Alan Coopersmith (5):
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
font-misc-ethiopic 1.0.4
Egbert Eich (1):
install: Make fonttypes to be installed configurable
Emil Velikov (1):
autogen.sh: use quoted string variables
Gaetan Nadon (1):
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Matthieu Herrb (1):
Typo: font.dir -> fonts.dir
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
This minor maintenance release rolls up the past decade worth of fixes & cleanups.
Alan Coopersmith (5):
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
font-alias 1.0.4
Emil Velikov (1):
autogen.sh: use quoted string variables
Gaetan Nadon (2):
config: Use the shorthand --disable-all-encodings option in font-util v1.2
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Jesse Adkins (1):
Purge cvs tags.
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish