Objeck 2023.2.1 💾

Objeck is an open-source programming language inspired by Java and influenced by Scheme and UML. Objeck was designed to be fast, easier to use, lightweight and cross-platform.

major feature: New features added along with bug fixes v2023.4.2 Improved method inlining for system classes Toolchain uniformly, treating 'Int' types as 64-bits (instead of 32-bits on Windows and 64-bits on POSIX) issue #212 Fixed issues #196, #199, #205 and #207 for MSYS2 x86_64 Clang Resolved a bug that may allow unreferenced return values to remain on the calculation stack Fixed additional bugs during regression v2023.4.1 Added 'Int- Sqrt(..)' (new) Fixed bugs #191 (medium) and #198 (high) v2023.4.0 Added 'ArcSinh(..)', 'ArcCosh(..)', 'ArcTanh(..)', 'Round(..)', 'Exp(..)'' and 'Log10(..)' (new) Added back 'String- EqualsIgnoreCase(..)' (new) LSP support tested with Kate, Textadpt and ecode (new) For Windows, VM treats ints as 'int64_t'. All int values continue to be stored as 64-bit 'size_t' values. (new)

BSDL-2 compiler debugger interpreter developers cross-plattform

WackoWiki 6.1.18 💾

WackoWiki is a light and easy to install multilingual Wiki-engine. Supports WYTIWYG-editing, section edit, page rights (ACLs), design themes (skins), file upload, email notification, URI router, template engine, session handler and much more. Compatible with PHP 7.3 - 8.2 and MariaDB / MySQL.

minor feature: Bug fix release for 6.1.x series, adds noinclude formatter, adds icons for dark mode, 'mark as read' now always uses UTC, preloads all page links (body_r) now only for show and print handler, fixes some ONLY_FULL_GROUP_BY issues, fixes title creation for topic split in moderation handler, sets 'page' parameter for editsection action now via this- context, miscellaneous minor fixes, SimplePie 1.8.0

BSDL php javascript mysql web-based documentation education wiki

Vim 9.0.1292 💾

Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems. Vim is often called a "programmer's editor," and so useful for programming that many consider it an entire IDE. It's not just for programmers, though. Vim is perfect for all kinds of text editing, from composing email to editing configuration files.

minor feature: Patch 9.0.1292: :defer may call the wrong method for an object Problem: :defer may call the wrong method for an object. (Ernie Rael). Solution: When en object is from a class that extends or implements, figure. Out the method to call at runtime.

Other text-editor ide vi vim

ledger 3.3.0 💾

Ledger is a powerful, double-entry accounting system that is accessed from the UNIX command-line. This may put off some users, as there is no flashy UI, but for those who want unparalleled reporting access to their data, there really is no alternative. Here are some of the features of Ledger which set it apart from other accounting systems: Ledger never creates or modifies your data. Your entries are kept in a text file that you maintain, and you can rest assured, no automated tool will ever change that data. The amount of data required by Ledger is minimal. It figures out from looking at your data what you mean by it and how you want it reported back to you. Accounts are created as they appear; currencies are created as they’re referenced. Anywhere that a value can be calculated, you can leave it out. Ledger is 100% currency-agnostic. You can store multiple currencies in any account, convert between them, or even pay in one currency and receive change in another. UTF8 is accepted anywhere in data files, Ledger uses ISO format dates, attaches no meaning to the naming of accounts, and can accept data in either US or European decimal formats. It will report currencies back to you following the manner of your own entries. Ledger uses a simple set of base commands which can be extended in countless ways. You can create monthly reports, average reports, check account balances, reconcile accounts, keep track of capital gains on stocks, etc.

minor feature: Release ledger 3.3.0 Use ` PAGER` when environment variable is set. Make `--depth` correctly fold postings to accounts of greater depth into the. parent at the specified level (). When using wild-cards in the `include` directive, include matched files in. sorted order. Ensure absolute path for include. Try to use ` XDG_HOME_CONFIG/ledger/ledgerrc` or ` /.config/ledger/ledgerrc`. first. Improve Python 3 support and drop support for Python 2. Add support for automatically reading files encrypted with GPG. Add support for a "debit" column in the `convert` command. parsing of files without end of line (). incorrect parsing of expressions containing a `-` without spaces. payee metadata on postings not being validated and payee aliases not. being honored. ledger interpreting a posting with 0 difference as a null-posting. which leads to it auto-balancing the posting. Correctly escape all string values in lisp report. a regression where empty commodities were shown. a regression where using multiple commodities in one transaction triggers. an assertion. --time-colon for negative time amounts. Use correct int return type for stream input operations. Use amount_width for balance report. Remove some UTF-8 code that was having no effect. unrounding for equity. SIGABRT when python subcommand raises an exception. Improve XML reports. Support building on older versions of CMAKE (less than 3.7). compilation with Boost 1.76. Msys2 MinGW build. unicode problems on Windows. the that with Boost gt;= 1.77 `include` directive cannot find the file. to include for stdin (`-f -`). Also for `-f -` when `include` cannot find the. file it reports the error with full path now.. Nix build. Rename `quoted_rfc4180` to `quoted_rfc`, as numbers used in function names. confuses the parser. Numbers are no longer permitted in value expression function names. Various documentation improvements.

Mixed accounting cli

logfilegen 1.2.0 💾

Logfilegen is a fast and highly customizable tool to generate common server (nginx, etc) or user-defined format log files to make fake workloads for data ingest or analytics programs. You can generate log file with the desired rate (lines per second), the file size, lines count and the duration. Each variable of the log file can be redefined by the random or static value. logfilegen depends just on GCC or Clang with C++17 support, and, optionally, cmake.

major feature: This release adds a new, simplifier version of the benchmark: --test A some sort of quick benchmark at full speed, using the default template for the current mode (nginx by default), one step of the log rotation; output to the temporary file at system's temporary directory (the output log will be deleted after all is done). Result, in lines per second, may vary depended on the randomizer engine work and use of gzip. Useful to run on the clean installation, when we have no configs and templates yet. Fixes: log rotation queue minimal length is 1 now, i.e. one log file + at least one rotation file, if needed.

Public Domain testing benchmark logging c++ console cross-plattform information-technology

LibreSSL 3.6.2 💾

LibreSSL Portable is a free version of the SSL/TLS protocol forked from OpenSSL, and developed by the OpenBSD project. LibreSSL is developed as part of the OpenBSD system, with lots of ancient cruft and security woes already fixed. The portable version for other Unices is developed alongside.

: It includes the following security : A malicious certificate revocation list or timestamp response token. Would allow an attacker to read arbitrary memory. The LibreSSL project continues improvement of the codebase to reflect modern. Safe programming practices. We welcome feedback and improvements from the Broader community. Thanks to all of the contributors who helped make this Release possible.

ISC ssl tls cryptography security libraries aes rsa sha1 communications

phpMyAdmin 5.2.1 💾

phpMyAdmin is a tool intended to handle the administration of MySQL over the Web. It can create, rename, and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields, create dumps of tables and databases, export/import CSV data, and administrate one single database and multiple MySQL servers.

minor bugfix: case where the routes cache file is invalid. error when configuring 2FA without XMLWriter or Imagick. blank page when some error occurs. Export pages not working in certain conditions. error in table operation page when partitions are broken. system memory and system swap values on Windows. Database Server panel not getting hidden by ShowServerInfo configuration directive. database names not showing on Processes tab. export limit size calculation. refresh rate popup on Monitor page. monitor charts size on RTL languages. password_hash function incorrectly adding single quotes to password before hashing. statistics not showing for empty databases. Clicking on the New index link on the sidebar does not throw an error anymore. It's now possible to browse a database that includes two in its name. PHP 8.2 deprecated string interpolation syntax. Some languages are now correctly detected from the HTTP header. Sorting is correctly remembered when cfg 'RememberSorting' is true. Table filtering now works when action buttons are on the right side of the row. Find and Replace using regex now makes a valid query if no matching result set found. Enum/Set editor will not fail to open when creating a new column. error when a database group is named tables, views, functions, procedures or events. Allow empty values to be inserted into columns. error handling at phpMyAdmin startup for the JS SQL console. dequeries console broken UI for query time and group count. escaping of SQL query and errors for the deconsole. console toolbar UI when the bookmark feature is disabled and sql deis enabled. JS error on saving a new designer page. JS error after using save as and open page operation on the designer. PHP warning on GIS visualization when there is only one GIS column. Some select HTML tags will now have the correct UI style. PHP deprecations will only be shown when in a development environment. server e

GNU GPL database system-administration php mysql mariadb

Mandos 1.8.16 💾

The Mandos system allows computers to have encrypted root file systems and at the same time be capable of remote or unattended reboots. The computers run a small client program in the initial RAM disk environment which will communicate with a server over a network. All network communication is encrypted using TLS. The clients are identified by the server using a TLS key that is unique to each client. The server sends the clients an encrypted password. The encrypted password is decrypted by the clients using an OpenPGP key, and the password is then used to unlock the root file system.

major bugfix: Bug fix release, fixes a bug in the server where it would randomly run some checkers much too frequently.

GNU GPLv3 boot security cryptography systems administration

logfilegen 1.1.0 💾

Logfilegen is a fast and highly customizable tool to generate common server (nginx, etc) or user-defined format log files to make fake workloads for data ingest or analytics programs. You can generate log file with the desired rate (lines per second), the file size, lines count and the duration. Each variable of the log file can be redefined by the random or static value. logfilegen depends just on GCC or Clang with C++17 support, and, optionally, cmake.

major feature: What's new? The new release is slighty faster. Two new macros were added: @meta and @seq. All of them are described at the documentation, here in a short - @meta allows to combine several macros into one, so we can use more than one macro at the simple (non-sequenced) variable value. And @seq can be used to use sequences at macro, as in the usual variable value.

Public Domain testing benchmark logging c++ console cross-plattform information-technology

Homebank 5.6.2 💾

HomeBank helps managing your personal accounting. It's designed for ease of use, and quickly analyzing and tracking your personal finances in detail, has filtering tools and pretty graphing. It can import from Quicken, MS Money, bank statements as OFX, QIF, CSV and QFX. HomeBank also detects duplicate transactions, auto-numbers cheques, handles bank, cash, asset, credit and liability account types, can schedule transactions, internel transfers, and so forth.

minor bugfix: Change: updated the example.xhb file with up to date data. Change: avoid to call the update currency api unless file last save is less than 24h. Date and column title alignement. Budget manage table view category column no ellipsis nor resizable. Changing a category name do not update the list. En_GB locale faultly translated to Arabic by a user. Update currency at program start always mark the file changed. Impossible to schedule income template with an amount equal to 0. Crash importing OFX under specific conditions. Vehicle cost report shows duplicated subcats. 2023-01-08 Maxime Doyen.

GNU GPL c gtk accounting personal-finance quicken money

Vim 9.0.1280 💾

Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems. Vim is often called a "programmer's editor," and so useful for programming that many consider it an entire IDE. It's not just for programmers, though. Vim is perfect for all kinds of text editing, from composing email to editing configuration files.

minor feature: patch 9.0.1280: inssufficient testing for what 9.0.1265 Problem: Inssufficient testing for what 9.0.1265. Solution: Add a couple of test cases.

Other text-editor ide vi vim

Traffic monitor for BPF expression/iptables rule 2.51 💾

While tcpdump shows what packets are going through the network, bpfmon will show how much in terms of bytes per second and packets per second in a nice pseudo-graphical terminal interface. bpfmon also supports monitoring an iptables rule that is selected by command line option or selected from a menu.

minor feature:

GNU GPL

Yet Another Screen Library (lib(n)curses alternative) 1.96 💾

Suitable for developing terminal applications or daemons with telnet access and terminal support. Main features * small footprint * does not have external dependencies * allows both internal and external event loop * allows stdin/stdout or external input/output (can work over socket) * supports basic set of telnet sequences, making it suitable for built-in terminal interfaces for daemons * supports a limited set of input keystroke sequences * fully Unicode compatible (parts of this depend on wcwidth in libc) * supports utf8 verification of input * relies only on a limited subset of ANSI/xterm ESC sequences, making it compatible with mostly all modern terminals (inspired by linenoise) * there is no curses API and ancient terminal compatibility, hence less bloat * clean API with opaque private data, usable from C/C++

minor feature:

GNU LGPLv3

bigz 2.1.0 💾

bigz is a simple but feature-rich C library for bignum calculations. It's the continuation of an old BigNum project originally begun as a research project. Current releases include many fixes, extensions and improvements. It's not as efficient as GMP, but comes with a smaller footprint, provides Z+Q infinite precision, and is rather portable and multi-thread safe.

minor feature: Extend std::to_string for CBignum and CRational. Add C++ specialized std::numeric_limits for CBignum and CRational. Improve rational to double conversion. Qualified port on Linux (loongarch64) with gcc 13.0.0. Add support for long double. Build.dylib instead of.so shared libs macOS. Qualified port on macOS 19.4.0 (x86_64) with tcc 0.9.27. internal error with BzAsh when n is 0. Automatically generate config.h.in from autogen.sh. Refresh configure.ac using autoupdate script. Modernize and configure.ac, add AC_REVISION. Add bignum amalgamation rule. BzRandom uses xorshift algorithm.

BSDL c c++ lisp bignum mathematics library developers science

Calibre 6.12 💾

Calibre is an e-book library management application, viewer and editor. It's also commonly used for e-book file format conversion and syncing to reader devices. Calibre also simplifies downloading news from the web and converting them into e-book form, and can act as content server for online access to your book collection.

minor feature: Release: 6.12 03 Feb, 2023 New features E-book viewer: Read aloud: On Windows switch to using the new Microsoft speech subsystem with access to more voices Note that this means that old voice, speed and audio devices setting will not be used so a reconfiguration might be needed. calibre:// URL scheme: allow specifying a Virtual library for show_book URLs Add by ISBN: Allow adding using identifiers other than ISBN as well Update bundled Qt to 6.4 this means calibre on macOS is now only supported on Big Sur and newer. Spell check dialog: Allow up and down arrow keys to work regardless of focus. Allow multiple Template tester dialogs Windows MTP device driver: Ignore failure to enumerate objects inside non-root folders There are apparently a lot of devices out there that fail in this way. So rather than aborting the scan simply ignore the folder. Book list: a regression in the previous release that broke dragging to select multiple books. Content server viewer: reload book not actually reloading until the browser is also refreshed E-book viewer: occasional false warning about highlight being overwritten E-book viewer: detection of selected highlights when all text is selected an error when embedding metadata into a large number of books When updating metadata in EPUB 2 files and no language is specified, do not remove the lt;dc:language gt; tag as this causes epubcheck to complain. Instead set the language to "und" Wireless device driver: Remove the timeout for initial connection Use an icon rather than a color to report errors in fields and the search box Conversion dialog: Regex builder: Workaround in Qt that prevented searching for non breaking spaces in the wizard used to test search expressions. Spell check dialog: move down after correcting word, not up Get books: Mobileread store plugin not working New news sources. Boston Globe Print Edition by unkn0wn. Observer Reach Foundation by unkn0wn Improved news sources. Jerusalem Post. LiveMint. The Seattle Times

GNU GPLv3 python c++ ebook-reader e-book conversion

rpmrebuild 2.18 💾

rpmrebuild is a tool to build an RPM file from a package that has already been installed, or from an rpm file In a basic use, rpmrebuild use do not require any rpm building knowledge. (On debian, the equivalent product is dpkg-repack)

minor bugfix: - fix --cap-from-fs is not as expected when use libcap-2.32 (xujing) - reset defattr when users want to keep files permission, uid and gid (xujing) - fix -k may not keep uid or gid (xujing)

GNU GPL packaging

CMOC 0.1.81 💾

CMOC is a 6809-generating cross-compiler for a large subset of the C language. It produces executables for the Motorola 6809 processor to be used under the Tandy Color Computer Disk Basic environment, OS-9 and others. It runs under GNU/Linux and other Unix-like environments.

minor bugfix: Fixed compilation problems when building CMOC on Cygwin. Fixed bugs in memcmp(), memicmp(), strcmp(), stricmp() for OS-9. Added sqrt32() to CMOC's standard library. Optimizations and minor fixes.

GNU GPLv3 compiler c developers

LimeSurvey 5.6.3 (build 230130) 💾

LimeSurvey is a web application that interacts with MySQL, MSSQL, or Postgres to develop surveys, publish surveys, and collect responses to surveys. Once a survey has been created, data can be inserted into the survey either by a "pretty" public screen which presents each question one at a time, or by a quick and nasty data entry screen. It includes the capacity to generate individualized "tokens", so that invitations can be issued to participants. It also has the capacity to set conditions on whether questions will display (branching), numerous question types, and a basic statistics function.

minor feature: RemoteControl invite_participants unexpectedly stops after first failure (Gabriel Jenik). Internal server error (HTTP 500) in RemoteControl get_participant_properties for removed participant (Gabriel Jenik). Updated translation: Slovak by jelen1. Updated translation: Portuguese (Portugal) by samarta. Updated translation: Malay by PawelAtroszko. Updated translation: Japanese by d_inoue. Updated translation: German by c_schmitz. Updated translation: German (Informal) by c_schmitz. Updated translation: German (Easy) by c_schmitz. Updated translation: French (France) by b00z00, DenisChenu. Updated translation: French (France) by DenisChenu. Updated translation: Finnish by Jmantysalo. Updated translation: Czech by jelen1. Updated translation: Czech (Informal) by jelen1.

GNU GPL survey php mysql mssql postgres

OpenSSH 9.2 💾

OpenSSH is a BSD/Linux implementation of SSH1 and SSH2 for encrypted terminal connections, tunneling and file transfers. It includes the sshd server, scp and sftp, and various utility tools such as ssh-add, ssh-agent, ssh-keysign, ssh-keyscan, ssh-keygen, and the sftp-server.

minor feature: This release a number of security. Security. This release contains for two security problems and a memory. Safety problem. The memory safety problem is not believed to be Exploitable, but we report most network-reachable memory faults as Security. Sshd(8): a pre-authentication double-free memory fault. Introduced in OpenSSH 9.1. This is not believed to be exploitable, And it occurs in the unprivileged pre-auth process that is Subject to chroot(2) and is further sandboxed on most major Platforms. Ssh(8): in OpenSSH releases after 8.7, the PermitRemoteOpen option. Would ignore its first argument unless it was one of the special Keywords "any" or "none", causing the permission list to fail open if only one permission was specified. bz3515. Ssh(1): if the CanonicalizeHostname and CanonicalizePermittedCNAMEs. Options were enabled, and the system/libc resolver did not check That names in DNS responses were valid, then use of these options Could allow an attacker with control of DNS to include invalid Characters (possibly including wildcards) in names added to Known_hosts files when they were updated. These names would still Have to match the CanonicalizePermittedCNAMEs allow-list, so Practical exploitation appears unlikely. Potentially-incompatible changes. Ssh(1): add a new EnableEscapeCommandline ssh_config(5) option that. Controls whether the client-side C escape sequence that provides a Command-line is available. Among other things, the C command-line Could be used to add additional port-forwards at runtime. This option defaults to "no", disabling the C command-line that. Was previously enabled by default. Turning off the command-line Allows platforms that support sandboxing of the ssh(1) client currently only OpenBSD) to use a stricter default sandbox policy. New features. Sshd(8): add support for channel inactivity timeouts via a new. Sshd_config(5) ChannelTimeout directive. This allows channels that Have not seen traffic in a configurable interval to be Automati

BSDL c ssh security cryptography utilities sftp scp openbsd linux

Wine 8.1 💾

Wine is an implementation of the Windows API on top of X and Unix. It does not require Microsoft Windows, but can use native Windows DLLs if they are available. It provides both a development toolkit for porting Windows source code to Unix as well as a program loader, allowing many unmodified Windows programs to run on x86-based Unixes.

minor feature: Windows version set to Windows 10 for new pre. Many code cleanups that were deferred during code freeze. Various. #43235 Dungeons amp; Dragons Online crashes on FreeBSD, #44650 Multiple Blizzard games need dxgi and d3d11 dlls mapped without hole between two LOAD segments (Diablo III v2. 6. 1. 49286+, World of Warcraft, Overwatch), #47508 FL Studio: Pressing backspace while editing the name of something edit name window prematurely, #49202 Never exited critical section in freetype.c, #49443 Anno 1800: Super slow amp; bad performance, #49615 Device read errors logged in dmesg when running wine commands with empty CD/DVD drive, since 5.5, #51040 msi:package fails on Windows 10 if privileges not high enough, #51313 gdi32:driver sometimes fails with a STATUS_GRAPHICS_PRESENT_OCCLUDED error, #51784 The dinput8:hid output is too big in Wine, #52354 winemac.drv not functional on non metal GPUs, #52462 Wine don #039;t recognize Ipega PG-9025 LT, RT and right analog stick is miss-mapped to RT and LT, #52878 Free PC Audit 5.1.211.96 fails to show info in #039;Brief #039; tab (needs GetBinaryValue method of the StdRegProv class), #52936 winhttp:url assumes 0xfb00 cannot be converted to the ANSI codepage, fails with UTF-8 codepage, #53142 ieframe:webbrowser - test_ClientSite() has a rare failure on Windows 10 1809+, #53274 adsldp:ldap - test_ParseDisplayName() sometimes fails to connect to the server, #53386 cmd.exe: FOR /F USEBACKQ doesn #039;t handle UTF-16 output of commands. #53594 GOG Galaxy crashes in GetExtendedTcpTable(), #53666 Logitech X-56 Stick crashes the joystick subsystem if connected, #54030 Snagit needs Win32_Volume class ( #039;select deviceid from win32_volume where driveletter =C: #039;), #54215 ListView doesn #039;t refresh when changing between List and Details styles. #54289 RtlCopyContext buffer overflow, #54328 nsi:nsi - test_tcp_tables() sometimes crashes in Wine, #54337 AviUtl shows Japanese text as gar

GNU LGPL c x86 windows win32 emulator compatibility library desktop operating-system

Poppler 23.02.0 💾

Poppler is librarified PDF rendering toolkit derived from the Xpdf 3.0 code base. It can utilize X11-independent rendering backends like Cairo, Splash, or Qt4 Arthur. It's not designed for platform-agnosticy, but proper BSD/Linux integration; is used by various PDF applications (Evince, Okular, TeXStudio, pdftotext, Zathura, Xournal, Inkscape), and comes with a set of command-line tools of its own.

major bugfix: : Core: CairoOutputDev: rendering of color type 3 fonts. CairoOutputDev: Add handling matte entry. Segfault on wrong nssdir. "NSS could not shutdown". Utils: Pdfsig: Point out supports PKCS#11 URIs as nickname. Qt6: *.

GNU GPL c++ pdf rendering library developers

BallroomDJ 4 4.0.10 💾

BallroomDJ 4 is a ballroom music player. It is designed to play music the entire evening without intervention. Manage your ballroom dance music and create song lists, automatic playlist and sequenced playlists. BallroomDJ 4 is the replacement for BallroomDJ.

minor bugfix: 4.0.10 beta 2023-2-1 * Bug Fixes: * Configuration: Changed 'Player Queues' to 'Music Queues'. * Configure / User Interface: Added 'Scale' option for large screens. * Mac OS: Fix localization issue. * Management: Prevent multiple dialogs. * Player: Fix next song while in gap. * Player: Fix player control interaction with announcements. * Player User Interface: Prevent multiple dialogs. * Song List Editor: Fix Export M3U. * Song List Editor: Fix Import M3U (Windows). * Starter: Prevent multiple dialogs. * Starter: window position is saved globally, not per-profile. * Changes: * Minor user interface cleanup. * Internal: * Code cleanup (ui).

Zlib end-users linux macos windows player ballroom c gtk

Vim 9.0.1270 💾

Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems. Vim is often called a "programmer's editor," and so useful for programming that many consider it an entire IDE. It's not just for programmers, though. Vim is perfect for all kinds of text editing, from composing email to editing configuration files.

minor feature: patch 9.0.1270: crash when using search stat in narrow screen Problem: Crash when using search stat in narrow screen. Solution: Check length of message.

Other text-editor ide vi vim

Checkstyle 10.7.0 💾

Checkstyle assists with source coding standard checking for Java. It supports the Sun or Google code conventions, but is flexible and configurable. It can be run as console tool, or integrated as ANT task.

minor feature: Remove CheckstyleAntTask's classpath parameter. Support latest pattern matching syntax in switch labels. UnnecessaryParentheses: false negative on unnecessary parenthesis. action 'R: /Create Milestone' is not working. Resolve surviving pitest-design-check mutations for pitest. Resolve surviving pitest-coding-require-this-check mutations for pitest. linkcheck report full of error on damaged links to javadoc. Resolve violation from ResultOfMethodCallIgnored inspection. All Github CI workflows should have concurrency of 1. Picocli's coloring interfering with tests. Remove Apex project from usage in testing. Resolve surviving pitest-metrics-check mutations for pitest. Update Tests to use new 'verifyXxxxxx' method or 'execute' that use inlined config in Input files. Resolve Pitest for profile coding-2. Resolve surviving pitest-blocks mutations for pitest. doc: explanation on versioning of checkstyle. Corrects classes scanned for pitest to include sub-classes. Resolve surviving pitest-whitespace mutations for pitest. Resolve surviving sizes mutations for pitest. Empty ErrorStream in `checker-framework.groovy` to prevent buffer exhaustion and external processes from blocking. Resolve surviving pitest-java-ast-visitor mutations for pitest. Specify violation messages in input files. Resolve surviving modifier mutations for pitest. Resolve surviving naming mutations for pitest. Restore pitest.sh to ease operation on local. Lint GitHub Actions workflows executed twice. bump_license_year.yml` not adding year to commit message.

MITL java coding-style syntax-checker command-line

ALT Workstation 10.1 💾

ALT is a set of Linux distributions based on Sisyphus, an APT-enabled RPM package repository that aims to achieve feature completeness, usability, and security in a sensible and manageable mixture.

minor feature: This release is available for x86_64, AArch64, i586 architecture and Elbrus. Installation with a user-friendly interface. LiveCD image uses the same set of applications for scanning as the main image. Flatpack 1.14 has been added to the image repository. GIMP, Inkscape are now installed by default. CryptoPro support. The Group policy project updated.

GNU GPL operating-system starterkit installation end-users developers livecd rescue desktop server security bbs communication communication commu

GitLab 15.8.1 💾

GitLab is a development collaboration tool and git DVCS frontend. It includes repository management features, code reviews, an issue tracker, activity feeds and wikis. GitLab provides fine-grained access control, user management, 5 permission levels and branch constraints, and can utilize LDAP/AD intranet authorization. Powered by Ruby on Rails it comes as open source package, and as commercial supported enterprise version.

minor security: (2023-01-30). ### Security (5 changes). Remove parameter validation for registry notification request 15.8 (gitlab-org/security/gitlab@bf5a28cc21ffa3e7b63eeca02f220c1312314f75) ( merge request (gitlab-org/security/gitlab!3028)). Add size validation for Chart.yaml during file extraction (gitlab-org/security/gitlab@f4afa319cffded561731c117c808969b5261ca52) ( merge request (gitlab-org/security/gitlab!3018)). Prevent default branches from storing paths (gitlab-org/security/gitlab@a906e14f6891e84cfe854be960266adc7f0f6092) ( merge request (gitlab-org/security/gitlab!3011)). Validate Issuable description max length on update (gitlab-org/security/gitlab@312fbac888d0452d9beb9d6545b22972b7e1f09d) ( merge request (gitlab-org/security/gitlab!3004)). Security dynamic child pipeline zip extraction (gitlab-org/security/gitlab@ea09503c67eb1eb1f17ea49b7748543d2676e393) ( merge request (gitlab-org/security/gitlab!3007)).

MITL ruby ruby-on-rails git dvcs wiki bugtracker version-control

Mozilla Firefox 109.0.1 💾

Firefox is a widely used web browser. It's based on Mozillas Gecko HTML rendering and IonMonkey JavaScript engine. It supports HTML5, XML, XHTML, SVG 1.1, MathML, XSLT, CSS3, Web fonts, APNG, SSL/TLS, sandboxed JavaScript 1.8.5 with many newer DOM and WHATWG extensions. It's highly extensible and themeable, provides tabbed browsing, security and privacy features, traditional and live/smart bookmarks.

minor feature: Reverted changes to Windows font smoothing which caused poor rendering on some configurations ( ), jank when loading pages containing a large number of emoji characters ( ), an causing authentication prompts to not appear when loading pages in some enterprise environments ( ), inconsistent sizing of event listener checkboxes inside the Inspector developer tool ( ), Reference link to 109.0 release notes.

MPL c++ web-browser html5 javascript mozilla

Pentobi 22.1 💾

Pentobi is a computer opponent for the board game Blokus. It supports the game variants Classic, Duo, Trigon, Junior, Nexos, GembloQ and Callisto. Pentobi has different levels of playing strength, a game analysis function and can rate the playing strength of human players. Games can be saved and loaded in Smart Game Format including comments and move variations.

minor bugfix: Fixed hanging game analysis on some platforms and unreadable menus in dark mode on KDE 5. Use Material style on Android. Other minor fixes. This release contains a new binary package for Android.

GNU GPLv3 c++ game board-game

Newspipe 9.5.0 💾

Newspipe is a web news aggregator and reader.

minor feature: Release 9.5.0 (2022-03-31) New: commands Added a function which deletes read articles retrieved since more than 60. Days ago;. commands added a command to delete inactive users (number of months given in. Parameter);. stats_bp Added new blueprint for future stats and added a new bar chart in the. History page. Improvements: Improved indexes of the database;. Various improvements to the Web graphical interface;. Improved code style;. Updated Python and JavaScript dependencies;. Various improvements related to the migration to Bootstrap 5. : controllers an in the management of bookmark's tags;. Various.

GNU GPLv3 python flask rss atom news newsreader

CherryTree 0.99.54 💾

A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file. Features: rich text formatting and colorization, syntax highlighting, images handling, embedded files, lists handling, simple tables, codeboxes, text/image/table alignment, hyperlinks, spell checking, cross application copy/paste, export to html or plain text, table-of-contents generation, extensive search function. It can import from Basket, Cherrytree, Epim html, Gnote, Keepnote, Keynote, KnowIt, MemPad, Notecase, TomBoy, Treepad Lite, TuxCards, Zim.

minor feature: Implemented lightweight variant of tables. large tables visibly slow should use this interface. the change of interface is via table properties. The number of table cells to use as threshold for defaulting to table light mode is configurable in the preferences dialog (default 25). Searching for regexp everything (.*) freeze. Dialog search with regexp, added help button to display reference web page. Crash when attempting to print on Windows OS. Dialog all matches improved to show also the node tags and the pattern searched. With integrated terminal when using zsh as default shell on Mac OS. Integrated terminal shell now configurable in preferences dialog. Added menu item action to toggle focus between text and integrated terminal with default shortcut Ctrl+Shift+T. Implemented option to keep cherrytree always on top, under top menu 'view'. Added menu item action to insert today's node under the selected node rather than under the tree root. Added search dialog option to override search exclusions. Incomplete languages: ar, bg, el, fi, fr, hi_IN, hr, hu, kk_KZ, kk_LA, ko, lt, ru, zh_CN.

GNU GPLv3 gtk c text-editor note-taking

delegated_vm_install 1.1.0 💾

An Ansible role to install a libvirt virtual machine with virt-install and cloud-init. This role is designed to delegate the install to a libvirt hypervisor. It allows you to specify the Linux/libvirt KVM host as part of the virtual machine definition.

minor feature: update_ssh_known_hosts directive added * update_ssh_known_hosts directive added to allow to update the ssh host key after the virtual machine is installed. * Documentation updated * Debug code added

MITL ansible role libvirt cloudinit

SimulaBeta 3.0.1 💾

SimulaBeta is a continuous numerical simulation program for insulin-glucose feedback control. It is based on a published nonlinear MiMe-NoCoDI model of insulin-glucose homeostasis, calibrated with physiological data. It supports saving and reading parameter sets and sub-models as scenarios and the export of simulation results in various formats for evaluation in statistics packages.

minor bugfix: Bug-fix release resolving some minor issues. Additionally, introduction of native support for the Apple Silicon processor architecture.

BSDL-2 computer-aided-instruction scientific bio-informatics medical-science object-pascal pascal aqua carbon cocoa win32 education science-resear

dMagnetic 0.36 💾

dMagnetic is an interpreter for classic text adventure games by Magnetic Scrolls, such as "The Pawn" or "The Guild Of Thieves". The full list of supported games is: - "The Pawn" - "The Guild Of Thieves" - "Jinxter" - "Corruption" - "Fish!" - "Wonderland" - "Myth"

cleanup: The internal interfaces have matured. Now it is possible to split off the core engine into its own library. This allows for enjoying the magic of Magnetic Scrolls with different frontends. Interested developers can find a minimalistic "helloworld" example in the download package.

BSDL-2 game interpreter vm adventure emulator ansi-art commodore amstrad cpc archimedes atarixl atari800 interactive fiction magneticscrolls

Objeck 2023.1.2 💾

Objeck is an open-source programming language inspired by Java and influenced by Scheme and UML. Objeck was designed to be fast, easier to use, lightweight and cross-platform.

major feature: Web server as a service support v2023.1.2 Added the Web.HTTP.Server bundle (new) - Created a MultipartEncoding class - Separated Request and Response objects - Added response compression support (i.e., decompress, gzip, and br ) - Added cookie support - Optimized POST request - Updated example code Built support for binary literals (i.e., 0b1011) Fixed an issue with the Collection.Generic.Map class that prevented it from deleting an element when the map size was one (bug) v2023.1.1 Resolved bug float related compiler optimization bug linked to legacy 32-bit support (bug) Fixed MSYS2 build scripts v2023.1.0 New functions and optimizations for core classes (new) Removal of more legacy 32-bit code on Windows (new)

BSDL-2 compiler code-generator assembler interpreter

CDE - Common Desktop Environment 2.5.1 💾

The Common Desktop Environment (CDE) was an X11/Motif desktop environment developed by IBM, HP, Sun, Fujitsu and Hitachi for UNIX. It was also commercialized for Linux. CDE has become Open Source in 2012. It comprises file manager, text editor, terminal emulator, agenda, email client and extensive help. An extension of the Korn Shell can be used to write graphical applications. Compared with KDE or GNOME, it uses very little memory and CPU power, making it appropriate for old or low-powered (ARM) machines.

minor feature: 2.5.0 introduced autotools for the build system as replacement for Imake, added PAM support on Linux and FreeBSD and improved support of Fullscreen applications. 2.5.1 is a maintenance release fixing up a few issues with 2.5.0 mainly related with international fonts in Xm/Xaw software.

GNU LGPL desktop x11 motif unix

Vim 9.0.1251 💾

Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems. Vim is often called a "programmer's editor," and so useful for programming that many consider it an entire IDE. It's not just for programmers, though. Vim is perfect for all kinds of text editing, from composing email to editing configuration files.

minor feature: patch 9.0.1251: checking returned value of ga_grow() is inconsistent Problem: Checking returned value of ga_grow() is inconsistent. Solution: Check for FAIL instaed of "not OK".

Other text-editor ide vi vim

Gitea 1.18.3 💾

Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket, and GitLab. Gitea is a fork of Gogs. See the Gitea Announcement blog post to read about the justification for a fork. Purpose The goal of this project is to provide the easiest, fastest, and most painless way of setting up a self-hosted Git service. With Go, this can be done with an independent binary distribution across all platforms and architectures that Go supports. This support includes Linux, macOS, and Windows, on architectures like amd64, i386, ARM, PowerPC, and others.

minor feature: SECURITY. Prevent multiple `To` recipients. . Truncate commit summary on repo files table.. Mute all links in timeline.

MITL git go