enca: update to 1.22.
enca-1.22
- Fix for failures due to non-portable modern-bashism.
- Add missing Finnish files to Makefile.am.
- Fix autoreconf with >= gettext-0.24.
* Update URLs to latest in README.md.
enca-1.21
+ Add support for Finnish language with CP1267 charset.
+ Added -without-librecode to configure script
- Fixed --with-libiconv and --without-libiconv options
- Removed old travis ci link from readme.
- Update source path in enca.spec.in
- Fixed language tools build warnings and error.
enca-1.20
- fix crosscompilation issues
- fix documentation build
[25 lines not shown]
atkmm2.36: update to 2.36.4.
2.36.4 (stable) 2026-05-26
Documentation:
* Don't link to removed parts of gnome.org
* Replace gtkmm.org by gtkmm.gnome.org
* Remove obsolete FSF (Free Software Foundation) address
* codegen/extradefs/generate_extra_defs_atk.cc: The license is
GNU General Public License, version 2, as said in COPYING.tools.
(Kjell Ahlstedt)
* README.win32.md: Mention Visual Studio 2026
* Visual Studio builds: Update build information
(Chun-wei Fan) Merge request !10
Meson build:
* Require python3 >= 3.7. That's what Meson requires.
* Require meson >= 0.60.0.
* subprojects/atk.wrap points at at-spi2-core.
[13 lines not shown]
argp: update to 1.5.0.
2022-05-03 Wolf Vollprecht <w.vollprecht at gmail.com>
* add meson build system
* add support for Windows / MSVC
* Bump version to 1.5.0
2021-02-16 Érico Nogueira <ericonr at disroot.org>
* configure.ac: Check for <libintl.h> header.
* argp-help.c: Add dgettext_safe wrapper.
* configure.ac: Bumped version to 1.4.1.
2021-02-10 Érico Nogueira <ericonr at disroot.org>
* configure.ac: Bumped version to 1.4.0.
2021-02-10 Érico Nogueira <ericonr at disroot.org>
[3 lines not shown]
py-music21: updated to 10.5.0
10.5.0
Bug fixes
Fix roman.RomanNumeral Key cache colliding across modes
Fix MusicXML parsing bug , a clef with no number is for staff 1, not for all staves in a part
Fix parsing MIDI from URL
Typing and Cleanups
Better typing of Instrument code
Easier to read doc tests
Security
Bump cryptography from 47.0.0 to 48.0.1
Bump tornado from 6.5.5 to 6.5.6
[2 lines not shown]
buf: updated to 1.71.0
1.71.0 - 2026-06-16
- Port new formatter and fix bugs for in-line block comment spacing.
- Fix handling for an empty rpc input/output.
OpenJPH: update to 0.30.1.
0.30.1
I forgot to bump the version is my previous release.
The previous release had the following comments.
This is an important release; this release
Adds accelerated PowerPC64 (little-endian) subroutines -- thanks to @runlevel5 et al.
Fixes many strict aliasing violations -- thanks to a few people for highlighting this, @osamu620 & @thesamesam.
Fixes undefined behaviour in ojph_block_encoder_avx2.
Improves CI -- thanks to @dlemstra.
What's Changed
update notes in Dockerfile to use correct Dockerfile filename by @michaeldsmith in #292
ppc64le by @aous72 in #291
Lock down and clean up the workflows. by @dlemstra in #293
[10 lines not shown]
py-dateparser: updated to 1.4.1
1.4.1 (2026-06-15)
Breaking changes:
- Remove fastText language detection support: the ``fasttext`` extra is
dropped and ``detect_languages()`` now raises ``ImportError``. Migrate to
the ``langdetect`` extra, which also unblocks ``numpy`` 2.x compatibility
Security fixes:
- Make digit quantifiers possessive in the relative-date regexes to prevent
quadratic backtracking (ReDoS) on long digit runs
New features:
- Add the ``USE_GIVEN_LANGUAGE_ORDER`` setting to try ``languages`` and
``locales`` in the order given rather than by frequency
[27 lines not shown]
devel/sem: import package
Packaged in wip mostly by wiz@ with some mods from myself.
sem is a semantic version control tool that works on top of Git.
It parses your code with tree-sitter, extracts every function, class, and
method as an entity, and diffs at the entity level instead of lines.
This means you see "function blahh was modified" instead of "lines x-y changed."
It works in any Git repo with no setup.
graphics/kvantum: update to 1.1.8
V1.1.8
---------
* Covered a rare edge case of finding the parent menubar of a menu.
V1.1.7
---------
* Added a workaround for a backward incompatible change in the behavior of submenus of Qt 6.11 on Wayland, because of which `QWidget::move()` doesn't work with them anymore.
* Added a (partial) workaround for wrong positions of RTL context menus of Qt 6.11 on Wayland.
* Enforced "DelayedPopup" on the toolbar button of kvantumpreview (the default has changed to "MenuButtonPopup").
* Silenced deprecation warnings with Qt ≥ 6.11.
editors/featherpad: update to 1.6.4
V1.6.4
---------
* Fixed JSON's highlighting when whitespaces are not shown.
* Activate the session dialog under Wayland too when it is called by another window.
* Fixed tab middle clicking for Qt ≥ 6.11 (it stopped working correctly after a backward-incompatible change in Qt).
* When running executable scripts, covered a case where a process failed to start.
* Fixed side-pane tooltips with tab DND.
* Bumped the minimum version of Qt to 6.5.
* Fixed using of dictionary encoding with Hunspell.
* Fixed macOS help bundle resource.
* Silenced new compilation warnings about implicit capturing of 'this'.