asterisk 20.2.1 💾

Asterisk is an open source framework for building communications applications. Asterisk turns an ordinary computer into a communications server. Asterisk powers IP PBX systems, VoIP gateways, conference servers and other custom solutions. It is used by small businesses, large businesses, call centers, carriers and government agencies, worldwide. Asterisk is free and open source.

minor feature: Res_pjsip_pubsub: subscription cleanup changes There are two main parts of the change associated with this. Commit. These are driven by the change in call order of Pubsub_on_rx_refresh and pubsub_on_evsub_state by pjproject When an in-dialog SUBSCRIBE is received. First, the previous behavior was for pjproject to call. Pubsub_on_rx_refresh before calling pubsub_on_evsub_state When an in-dialog SUBSCRIBE was received that changes the Subscription state. If that change was a termination due to a re-SUBSCRIBE with an expires of 0, we used to use the call to pubsub_on_rx_refresh to set the substate of the evsub to TERMINATE_PENDING before. Pjproject could call pubsub_on_evsub_state. This substate let pubsub_on_evsub_state know that the. Subscription TERMINATED event could be ignored as there was Still a subsequent NOTIFY that needed to be generated and Another call to pubsub_on_evsub_state to come with it. That NOTIFY was sent via serialized_pubsub_on_refresh_timeout. Which would see the TERMINATE_PENDING state and transition it to TERMINATE_IN_PROGRESS before triggering another call to. Pubsub_on_evsub_state (which now would clean up the evsub.) The new pjproject behavior is to call pubsub_on_evsub_state. Before pubsub_on_rx_refresh. This means we no longer can set The state to TERMINATE_PENDING to tell pubsub_on_evsub_state That it can ignore the first TERMINATED event. To handle this, we now look directly at the event type. Method type and the expires value to determine whether we Want to ignore the event or use it to trigger the evsub Cleanup. Second, pjproject now expects the NOTIFY to actually be sent. During pubsub_on_rx_refresh and avoids the protocol violation Inherent in sending a NOTIFY before the SUBSCRIBE is Acknowledged by caching the sent NOTIFY then sending it After responding to the SUBSCRIBE. This requires we send the NOTIFY using the non-serialized. Pubsub_on_refresh_timeout directly and let pjproject handle The protocol violation. Revert "pbx_ael: Gl

GNU GPL communication conferencing telephony sip pbx c python

asterisk 18.17.1 💾

Asterisk is an open source framework for building communications applications. Asterisk turns an ordinary computer into a communications server. Asterisk powers IP PBX systems, VoIP gateways, conference servers and other custom solutions. It is used by small businesses, large businesses, call centers, carriers and government agencies, worldwide. Asterisk is free and open source.

minor feature: Res_pjsip_pubsub: subscription cleanup changes There are two main parts of the change associated with this. Commit. These are driven by the change in call order of Pubsub_on_rx_refresh and pubsub_on_evsub_state by pjproject When an in-dialog SUBSCRIBE is received. First, the previous behavior was for pjproject to call. Pubsub_on_rx_refresh before calling pubsub_on_evsub_state When an in-dialog SUBSCRIBE was received that changes the Subscription state. If that change was a termination due to a re-SUBSCRIBE with an expires of 0, we used to use the call to pubsub_on_rx_refresh to set the substate of the evsub to TERMINATE_PENDING before. Pjproject could call pubsub_on_evsub_state. This substate let pubsub_on_evsub_state know that the. Subscription TERMINATED event could be ignored as there was Still a subsequent NOTIFY that needed to be generated and Another call to pubsub_on_evsub_state to come with it. That NOTIFY was sent via serialized_pubsub_on_refresh_timeout. Which would see the TERMINATE_PENDING state and transition it to TERMINATE_IN_PROGRESS before triggering another call to. Pubsub_on_evsub_state (which now would clean up the evsub.) The new pjproject behavior is to call pubsub_on_evsub_state. Before pubsub_on_rx_refresh. This means we no longer can set The state to TERMINATE_PENDING to tell pubsub_on_evsub_state That it can ignore the first TERMINATED event. To handle this, we now look directly at the event type. Method type and the expires value to determine whether we Want to ignore the event or use it to trigger the evsub Cleanup. Second, pjproject now expects the NOTIFY to actually be sent. During pubsub_on_rx_refresh and avoids the protocol violation Inherent in sending a NOTIFY before the SUBSCRIBE is Acknowledged by caching the sent NOTIFY then sending it After responding to the SUBSCRIBE. This requires we send the NOTIFY using the non-serialized. Pubsub_on_refresh_timeout directly and let pjproject handle The protocol violation. Revert "pbx_ael: Gl

GNU GPL communication conferencing telephony sip pbx c python

ConsoleKit2 1.2.5 💾

ConsoleKit2 is a continuation fork of ConsoleKit for managing user sessions, logins, and tracking seats. It's an alternative to systemd-logind, and intended for XFCE as compatibility layer to run on the various BSD systems. It integrates many patches since ConsoleKit was unmaintained, utilizes recent dbus, glib, X11, libkvm, PAM, udev, inotify and pm-utils bindings.

minor bugfix: Stable release of ConsoleKit2 Changes since 1.2.4. New Features: Use sd_ shim functions on !systemd platforms. : gtk-doc test failure. Misc Changes: Sleep before suspending or hibernating to give time for the screen to lock. Remove pm-utils dependency.

GNU GPL c session login-manager pam linux bsd

Shotcut 23.04.03 💾

Shotcut is a free, open source, cross-platform video editor for Windows, Mac and Linux. Major features include support for a wide range of formats; no import required meaning native timeline editing; Blackmagic Design support for input and preview monitoring; and resolution support to 4k.

minor feature: Keyframes malfunction with Contrast As reported here: Https://forum.shotcut.org/t/keyframes-malfunction-with-contrast/38243.

GNU GPLv3 multimedia video non-linear-editor artistic-software cross-platform windows macos linux qt

LimeSurvey 5.6.14 (build 230403) 💾

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: New feature #18197: Allow Google Analytics 4 tracking (Gabriel Jenik). Prevent "Division by zero" in statistics (Tim Willig). security Removed vulnerable example files (Carsten Schmitz). PCLZip error on last step of ComfortUpdate when trying to update from version 3 to latest version (Carsten Schmitz). CT-55: Multiple responses participants (Previous session is set to be finished) (Tim Willig). CT-53: Graphs not displayed in public statistics (Tim Willig). Vulnerable javascript dependency used in adminsidepanel.js in limesurvey/limesurvey (Gabriel Jenik). API Access to Question Type Array Dual Scale merge scales if answer code is not unique. (Gabriel Jenik). PluginSetting type date must be saved as a common datetime string (Denis Chenu). mandSoft POST parameter may be passed to bypass mandatory questions (Denis Chenu). cpd_importParticipants with encryption turned on, fails to save the participant encrypted in CPDB, causing 500 error to CPDB (Gabriel Jenik). Calling set_participant_properties with an invalid token id throws an internal server error (Gabriel Jenik). Importing Question through Remote Control may fail if the imported question already exists (Denis Chenu). Updated translation: Slovak by jelen1. Updated translation: Polish by elissa. Updated translation: Polish (Informal) by elissa. Updated translation: Norwegian (Bokmål) by pmonstad. Updated translation: Japanese by d_inoue, nomoto. Updated translation: Italian by lfanfoni. Updated translation: Italian (Informal) by lfanfoni. Updated translation: Finnish by Jmantysalo. Updated translation: Dutch by Han. Updated translation: Dutch (Informal) by Han. Updated translation: Czech by jelen1. Updated translation: Czech (Informal) by jelen1.

GNU GPL survey php mysql mssql postgres

Poppler 23.04.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: Memory when signing fails. Internal improvements of signature related code. CairoOutputDev: improve type3 font rendering. Memory leak in GlobalParams::findSystemFontFileForFamilyAndStyle. Utils: Pdftocairo: crash in some special situations. Pdfsig: allow holes in -dump signature list. Pdfsig: Support --help.

GNU GPL c++ pdf rendering library developers

ugrep 3.11.1 💾

Ultra fast grep with interactive query UI: search file systems, source code, text, binary files, archives (cpio/tar/pax/zip), compressed files (gz/Z/bz2/lzma/xz), documents, fuzzy search, and more. A faster, user-friendly replacement for GNU/BSD grep.

minor feature: Released 3.11.1 Smarter interactive navigation in the TUI when option --tree is used with options -l or -c, enabling the navigation keys CTRL-S (jump forward), CTRL-W jump backward), TAB (chdir into directory and save query state), SHIFT-TAB (chdir.. and restore query state), CTRL-Y (view file).

BSDL utilities system-administrators developers

Artistic Style 3.2.1 💾

A Free, Fast, and Small Automatic Formatter for C, C++, C++/CLI, Objective-C, C#, and Java Source Code.

minor bugfix: fixed indent of struct initializer lists avoid regression of align-method-colon fix pad-method-colon options in ObjectiveC mode fixed break-blocks format after struct

MITL formatting indentation

Wine 8.5 💾

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: Bundled vkd3d upgraded to version 1.7. Better error reporting in the IDL compiler. Support for shared Wow64 Classes registry key. More cleanups in IME support. Support for configuring a WinRT dark theme. Various. #44547 Deus Ex: invisible War v1.2 crashes when using the hotkey to quickload a saved game, #46562 Notepad++ 7.6.3 crashes when searching twice and first time found results, #47326 Fair Strike fails to map joystick due to IDirectInputDevice8 SetActionMap being a semi-stub. #53704 Bible Black La Noche de Walpurgis won #039;t start, #53794 Sins of the Solar Empire Rebellion (Gog 1.975.1) crashes on unimplemented function concrt140.dll.?_CheckTaskCollection@_UnrealizedChore@details@Concurrency@@IAEXXZ, #53981 Chromium broken sandbox due to GetSecurityInfo giving access denied, #54560 mscoree:mscoree - test_loadpaths_execute() sometimes gets directory creation errors, #54618 VARA FM crashes on unimplemented function pdh.dll.PdhVbGetDoubleCounterValue, #54640 Treecomp listviews and possibly other widgets are not drawn, #54675 Chocolatey OpenSSH installer fails, #54679 Conspiracy #039;s Clean Slate 64K demo crashes due to HLSL shader compilation failure, #54687 LibreVR Revive fails to run (CertGetNameStringW with dwType=CERT_NAME_ATTR_TYPE and pvTypePara missing additional fallbacks), #54691 reg.exe:copy, reg.exe:delete, reg.exe:export, reg.exe:import amp; reg.exe:query (+32-bit reg.exe:add) - The 64-bit tests fail due to ERROR_ACCESS_DENIED errors in Wine, #54701 Ultimate Race Pro crashes after intro movies, #54702 ldp.exe crashes when attempting to add, delete, modify, or compare an entry without a name, #54707 adsldp:ldap - test_DirectorySearch() fails on Windows and Linux, #54710 imm32:imm32 - test_ImmEscape() fails in the Korean locale on Windows, #54711 imm32:imm32 - test_ImmGetProperty() fails in the Korean locale on Windows, #54724 LDAP bind over SSL to a server and port that do not support SSL hangs forever, #547

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

Vim 9.0.1433 💾

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.1433: on some systems the Lua library is not found Problem: On some systems the Lua library is not found. Solution: Check if a subdirectory for Lua exists..

Other text-editor ide vi vim

Gambas 2.23.0 💾

Gambas is an IDE and BASIC interpreter with object-oriented extensions. It's designed to ease building graphical applications programs using Gtk+ or Qt, and runs on most Unix and Linux systems. With its runtime standalone applications can be packaged, even command-line programs. The Gambas3 JIT-compiling interpreter often executes faster than Perl or Python apps. It also supports SDL, OpenGL and OpenAL, MySQL or PostgreSQL databases, CGI webserver interfacing,

minor feature: This release is a -release. The main changes are : A new Romanian translation was added... The Czech and Swedish translations were updated... A memory leak that lead to a crash in enumeration management was... Many in TextBox, TextArea, SpinBox, Menu, gridview, ListBox, and ComboBox controls in he GTK+ component were... The Control.MoveScaled method has been... Table existence is correctly checked in the ODBC component... SQLite integer primary keys are better detected. ChangeLog... DEVELOPMENT ENVIRONMENT . NEW: Add support for Finnish language. NEW: Support for the Romanian language. NEW: Romanian translation made by Florin Iacob. NEW: Czech translation updated by Radek Fryšták and Josef Kubíček. NEW: Add desktop and icon files. NEW: Swedish translation updated. INTERPRETER . File.SetExt() now works correctly with files whose name begins with a dot. a memory leak that can lead to a crash in enumeration management. The Stat.Perm property correctly returns execution permissions now. COMPILER . Correctly read long constants whose value is the lower possible Long value. Define the LLONG_MAX constant if it is not defined. GB.DB.FORM . NEW: New Czech translation made by Radek Fryšták and Josef Kubíček. GB.DB.ODBC . Table existence should be checked correctly now. GB.DB.SQLITE3 . Detect integer primary key whatever the case used to write. quot;integer quot;. GB.FORM . NEW: New Czech translation made by Radek Fryšták and Josef Kubíček. GB.FORM.DIALOG . NEW: New Czech translation made by Radek Fryšták and Josef Kubíček. GB.FORM.MDI . NEW: New Czech translation made by Radek Fryšták and Josef Kubíček. GB.GTK . Cursor is correctly updated with the value of Application.Busy now. Stop Event now works during the event of a modal form. a memory leak that leads to a crash in the TextArea.Paste() method. Label automatic resize. Settings the text of a transparent Label or TextLabel having no text works correctly now. SpinBox Value property should al

GNU GPL c++ c basic interpreter ide developers x11 gtk kde curses sdl

libUseful-lua 3.0 💾

Provides bindings for libUseful functions and some POSIX functions. This enables system programming with lua. Functions available allow unix socket, udp/tcp socket, and ssl/tls support; http/https support, cryptographic hashing, file system operations, terminal control and ANSI/vt100 escape sequences, process spawing/forking, and many other functions.

major feature: Changes to support libUseful-5.

GNU GPLv3 lua library

libUseful 5.1 💾

libUseful is a general 'C' library providing useful functions related to: resizable strings, lists and maps, unix and tcp sockets, SSL/TLS, cryptographic hashes, parsing of json, yaml and other markup languages, terminal output including ANSI/vt100 escape sequences, OAuth 2.0, etc, etc.

major feature: Turn all features on by default with 'configure'. Support hash functions from openssl. Bugfixes in STREAM functionality. HMAC functions added.

GNU GPLv3 c library files ssl tls sockets resizeable strings lists maps

xkeyjoy 4.0 💾

xkeyjoy is a daemon process that maps input from gamepads via evdev or from mice and keyboards via X11. These inputs can be used to launch programs or be mapped to keypresses to control running programs. xkeyjoy can detect which window has current focus, hopefully can figure out which application is running, and can use a unique configuration for that application. Currently there is no GUI, all configuration is done via config files.

major feature: Features for selecting devices/device-types to manage. Don't manage keyboards and pointer devices (mice, trackpads) by default.

GNU GPLv3 gamepads hotkeys

GitLab 15.10.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-03-30). ### (2 changes). Sync security policy rule schedules that may have been deleted by (gitlab-org/security/gitlab@5ac094761b5cfac26c44d63988359fbae263a415). dashboard returning from archived projects (gitlab-org/security/gitlab@6127799167081845824e8759f358aac8f702adb8). ### Security (15 changes). Redirect to tree from project root on ref collision (gitlab-org/security/gitlab@c10a48134447128486e2254fc54d0af0d8e6fee0) ( merge request (gitlab-org/security/gitlab!3155)). soft email confirmation alert vulnerability (gitlab-org/security/gitlab@4aa387fec0c995607f03e8c057d2c2a11168aca9) ( merge request (gitlab-org/security/gitlab!3158)). Restrict Prometheus API access on public projects (gitlab-org/security/gitlab@e9cf398f8c205ae1b8cafddbb2cfbcb214a84d51) ( merge request (gitlab-org/security/gitlab!3162)). Verify that users have access to the parent of the fork (gitlab-org/security/gitlab@fb55096b37ab82f49f2a0205f7ab8bdda14b0010) ( merge request (gitlab-org/security/gitlab!3153)). Protect webhook secrets by resetting url_variables (gitlab-org/security/gitlab@433996f41e89db3e2073314c0644a6f95ab67062) ( merge request (gitlab-org/security/gitlab!3146)). Replace Unicode space chars with spaces (gitlab-org/security/gitlab@c9942785d9a26cf7bb96a81ccd14e5c6e5582bbe) ( merge request (gitlab-org/security/gitlab!3156)). Check access to parent when creating and updating epics (gitlab-org/security/gitlab@a42d166e743edb966b0a581bf1325ffb7c96041b) ( merge request (gitlab-org/security/gitlab!3148)). Improve Gitlab::UrlSanitizer regex to match more URIs (gitlab-org/security/gitlab@58a823e09c27948d15432c344248a8436587f9af) ( merge request (gitlab-org/security/gitlab!3165)). Check access to target project before looking for branch (gitlab-org/security/gitlab@804d9da677451889e0a7a0880f2c2f4c3c04faed) ( merge request (gitlab-org/security/gitlab!3151)). the potential leak of internal notes (gitlab-org/security/gitlab@e21dbf4373a4c4e5179b073f5cba4318ee174

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

ledger 3.3.2 💾

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.2 divide by zero. Increase string size limit in src/unistring.h assert. Require tzdata for Nix flake build.

Mixed accounting cli cpp python

MediaInfo 23.03 💾

MediaInfo displays technical, format, encoding, aspect and textual tag data for audio and video files. It provides a unified GUI for various file containers such as MPEG/4, QuickTime, MKV, AVI, WMV, FLV. It can also generate reports in various text formats, batch process, and a GUI is available cross-platform.

minor bugfix: DTS: Detection of IMAX Enhanced. MOV/MP4: Add HDR Vivid format support. HEVC: Add HDR Vivid format support. MXF/PCM: detect silent tracks (full parsing only). Monkey's Audio: support of 32-bit files, show version. MP4 audioProfileLevelIndication: add Low Delay AAC v2 Profile. MP4/MOV: support of FLAC. MOV/MP4: support of TTML with images. MPEG-7: 3 modes (strict, relaxed, extended). MPEG-7: more sub-termIDs (AudioPresentationCS). MPEG-7: Add more PublicIdentifiers. MPEG-7: more sub-termIDs (MP4, WAV, AVC, ProRes). AVI/WAV: display of the kind of fmt chunk. AVC: detection of more profiles. ChannelLayout: difference between M (Mono) and C (Center, part of multichannel content). AC-3: detection of channel layout also for encrypted content. AC-4 and MPEG-H 3D Audio: Merged channel layout (all sub-streams together). DTS: Detection of real bit depth e.g. 20 instead of only byte aligned bit depth (16 or 24). FLAC: support of BWF in Vorbis comments. N19/STL: codepage, subtitle count, max line per subtitle, more metadata. ISAN: detection of descriptions referencing an ISAN. AAC: detection of eSBR. Extract of time codes, XML format, currently only for for MXF. x MP4/MOV: freezes with some unknown udta atoms x FLV: duration of 0 with some gy files x AVC: PTS of last frame x FFV1: potential crash with malformed files x AV1: add HDR format line and HDR values x AAC and WAV: of channel layout display for 5 front channels x AC-4: Tl/Tr mapped to to Tsl/Tsr x FLAC: sampling count x ID3v2: Genre not showing ID 0 (Blues) x MPEG-7: VBR x JSON/XML: Remove minus sign from element names x Normalization of date/time in report

GNU LGPLv3 c++ win32 command-line wxwidgets video analysis

Samba 4.18.1 💾

Samba is a software suite that provides seamless file and print services to SMB/CIFS clients. It is freely available, unlike other SMB/CIFS implementations, and allows for interoperability between Linux/Unix servers and Windows-based clients.

minor feature: CVE-2023-0225. CVE-2023-0614. ldb wildcard matching makes excessive allocations. large_ldap test is inefficient. CVE-2023-0922. CVE-2023-0614. CVE-2023-0225.

GNU GPLv3 communications file-sharing cifs windows

QMMP 2.1.3 💾

QMMP is an Qt-based audio-player. The user interface is similar to Winamp or XMMS, which compatible skins can be used of. It supports a plethora of audio formats, like MP3, Ogg Vorbis/Opus, FLAC, Musepack, WavePack, MOD files, AAC, Audio CDs, WMA and other ffmpeg-supported encodings, PCM, MIDI, SID, and Chiptune files. It provides DSP plugins, lyrics downloading, equalizers and visualizers, supports common audio APIs and sinks, and is cross-platform.

minor bugfix: fixed latest cURL API support; fixed 5 bugs; hide empty plugin categories; added partial Swedish translation.

GNU GPL audio player qt6 mp3

Qtractor 0.9.33 💾

Qtractor is an Audio/MIDI multi-track sequencer application written in C++ with the Qt framework. Target platform is Linux, where the Jack Audio Connection Kit (JACK) for audio, and the Advanced Linux Sound Architecture (ALSA) for MIDI, are the main infrastructures to evolve as a fairly-featured Linux desktop audio workstation GUI, specially dedicated to the personal home-studio.

minor feature: Home.. Intro. Screenshots. Features. Requirements. Downloads. Installation. Configuration.. Support. Acknowledgements Downloads.. Git. Screenshots. Documentation.

GNU GPL audio editor c++ qt jack

FOX Toolkit 1.7.82 💾

FOX is a C++ framework for graphical user interfaces. It provides an effective and simple API, traditional but platform-agnostic themes, many common widgets and controls, drag'n'drop support, selections, icons/images, tooltips and hover widgets, but also 3D features per OpenGL. Its speed comes from conservative memory management, spatial redrawing, and bi-directinal event/message passing between GUI elements.

minor feature: New FXINI, FXINIFile classes added to parse (and unparse) configuration (registry) file format into FXVariant datastructure.. Updated variant test program to load/save configuration (registry) file format.. Some minor parsing infinity and nan in JSON parser.. Keyword recognition in JSON only when keyword expected. Now reserved words/keywords allowed in places where identifiers are expected (JSON5).. Some minor parsing infinity and nan in JSON parser.. Shell-command dialog for Adie text editor now has command scrollback for previously executed commands.. New feature to executed highlighted line as command in Adie.. Fast conversion of FXColor (RGBA) pixel value to/from FXVec4f or FXVec4d using AVX2.. default parameter in FXString find_last_of(), find_last_not_of().. Quaternion normalize() will be replacing adjust(). A new fast incremental quaternion Fastnormalize() API added to re-normalize almost-normalized quaternion. This technique is MUCH faster than normalize(), since only multiply-add used, no sqrt() or division.. FXJSON parser speedups.. FXFile, FXIODevice, FXIO updates.. FXMappedFile class for memory mapped files added.. New API FXThread::ticks() returns CPU tick counter; this replaces old fxgetticks().. Some internal improvements w.r.t. FILETIME on Windows in different places.. FXStat::stat() API added for getting permissions from open file by handle.

GNU LGPLv3 c++ gui fox toolkit

exiftool 12.59 💾

ExifTool is a Perl library and command-line tool for reading and updating common meta data information in various file formats. Foremost it works on image files, EXIF, PNG, GPS, IPTC, XMP, JFIF/JPEG, GeoTIFF, ICC Profile, Photoshop IRB, FlashPix, AFCP, AIFF, DJVU, Postscript, GZIP, OpenDocument, PDF, SVG, OGG and ID3. It can also edit maker notes of digital (RAW) camera files from Canon, Casio, FLIR, FujiFilm, GE, HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Nintendo, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Phase One, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony.

minor feature: COMPATIBILITY WARNING: Changed the calculated ImageDataMD5 for JPEG images to include all data from the SOS to the EOI (including the SOS marker but not the EOI marker). - Added new -fileNUM option to load tags from alternate files. - Added family 8 groups for accessing tags from alternate files. - Added new XMP-et:OriginalImageMD5 tag for storing ImageDataMD5 value. - Added verbose ImageDataMD5 message for JPEG files. - Added a new Nikon LensID. - Decode a new Olympus tag and improved decoding of another. - Decode a couple of new PanasonicRaw tags. - Decode image coordinates for a couple more VNT object types. - Enhanced ImageDataMD5 to also support MRW, CR3, PNG, MOV/MP4 and RIFF-based files. - Improved verbose messages when deleting NikonApp trailer. - Patched to avoid structure warnings when copying tags from Nikon files containing NKSC metadata. - -C filename format code to work properly with the -fileOrder and. -progress options. - new ImageDataMD5 tag to work properly with PhaseOne IIQ files. - potential ValueConv warning when reading LIF files. - API Changes: - Added SetAlternateFile method.

Artistic perl exif meta-data

Vim 9.0.1430 💾

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.1430: Livebook files are not recognized Problem: Livebook files are not recognized. Solution: Add a pattern for Livebook files.

Other text-editor ide vi vim

Wine 7.0.2 💾

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: Various, #36711 Sid Meier #039;s Civilization IV crashes while loading saved game (GOG.com complete, Colonization, Warlords, Beyond the Sword)( #039;winetricks -q msxml3 #039; is a workaround), #39346 Lego Rock Raiders crashes on startup (d3drm_device_init doesn #039;t handle device version 3 case), #40444 Find doesn #039;t jump to a found item in WinSCP when editing a file, #42751 Multiple applications crash on unimplemented function msvcr 100,110 .dll.?_Schedule@_StructuredTaskCollection@details@Concurrency@@QAEXPAV_UnrealizedChore@23@@Z (Gas Guzzlers Combat Carnage, Clip Studio Paint, Cube World, Intel ACAT), #42857 Can #039;t select a ture in FreeStyler #039;s ture editor, #44814 cygwin #039;s bsdtar.exe needs a better ntdll.NtQueryEaFile stub, #46822 Edit control in ADL search dialog gets initially not drawn in DC++ 0.868, regression, #47375 Multiple applications crash on unimplemented function msvcr120.dll.?_Schedule@_StructuredTaskCollection@details@Concurrency@@QEAAXPEAV_UnrealizedChore@23@@Z (Photoshop C 2018, CLIP Studio Paint), #48487 MSYS based Git 2.25 installer reports #039;could not decode hex lt;hexstring gt; #039; (needs support for CryptStringToBinaryW CRYPT_STRING_HEX), #48600 Bloomberg Terminal needs unimplemented function dbghelp.dll.SymSrvGetFileIndexInfo, #49285 PNotesPortable crashes inside WritePrivateProfileStructW, #50948 taskmgr.exe: wrong memory usage unit (GB = gt; MB), #51788 windowscodecs:wmpformat test_decode() fails randomly, #51842 include/winnt.h:403:50: error: size of unnamed array is negative, #52457 CNG Encryption Failure (BCryptEncrypt), #52534 ListView: multi select never sends LVN_ODSTATECHANGED, #52545 ACE rights parser should allow octal and decimal formats, #52686 DateAdd not implemented, #52831 Kernel32::GetSystemPowerStatus returns invalid data if /sys/class/power_supply/BAT0 is missing, #52841 Leverless arcade controller SOCD cleaning does not work, #52972 wineusb.sys: add_us

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

Concurrent.js 0.6.0 💾

At the highest level of its design, Concurrent.js is a dynamic module importer like require and import. But instead of loading a module into the main thread, it loads the module into a worker. It injects the concurrency behavior into imported functions and classes so they can be used as usual. Concurrent.js works on web browsers, Node.js, and Deno.

minor feature:

MITL parallel-computing multithreading greenthreads reactive-programming

Warzone 2100 4.3.4 💾

Command the forces of "The Project" in a battle to rebuild the world after mankind has almost been destroyed by nuclear missiles. The game offers a full campaign with optional (but strongly recommended!), videos, battle against four factions, multiplayer and single-player skirmish modes, and an extensive tech tree and a full unit designer. Multiplayer is also cross-platform - battle your friends with any OS, Windows, Linux or macOS, it all works seamlessly!

minor feature: : General: Add: A separate Ban/Kick activity, allow removing from ban list while running game, and for spectator mute. : Various potential crashes. : Let some older maps show up again in the map lists. : Always cancel research when starting it in another lab. : Persist Snap config data by using SNAP_USER_COMMON. Graphics: : missing sections on Tank Killer super cyborg. Campaign: Change: Gamma 4: Remove middle tank traps guarding team Alpha and remove the repair units to account for new repair micro-AI. Change: Always blow up walls and tank traps during Nexus transfers in campaign. Change: Improve difficulty differences on Gamma 9. Change: Make Alpha 1-3 missions flow a bit more smoothly; Increase player flamer ranges. Change: Make Gamma 1 easier by activating factories depending on what part of the valley you exit. Multiplayer: Add: Add lobby command: makeplayer. Add: Add a join message. : Do not truncate spectator labels. : Stop Mission Time and store it when the results screen pops up. : Preserve player identity on rename. Balance MP: Add: Add new Heavy Rocket Array weapon which depends on MRA and HEAT Rocket Warhead Mk2. Change: Reduce effectiveness of artillery modifier on bunkers 40 to 20 , Reduce effectiveness of artillery modifiers against Tracked 40 to 30 . Change: Make Heavy Repair Turret and Repair Facility appear at same time, improve facility repair speed by 10, and make light repair turret cost less and build faster. Change: Buff Plasmite Flamer HP to 125 to match the HP on Twin Assault Gun. Change: Move Pulse Laser to around Seraph Missile and drop Sensor Upgrade Mk3 requirement. Change: Increase costs on later MG research and on (Twin) Assault Gun. Change: Pull some Rocket damages in earlier, Reduce Tank Killer reload time to that of Lancer, Improve Rocket Pod long range accuracy to 50 from 45 . Change: Needle reload time matches the latest cannon weapons, nerf Super Rail g

GNU GPL real-time-strategy game c++ linux windows macos bsd

Checkstyle 10.9.3 💾

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: False positive about MagicNumber. Fail set-milestone if no milestone is found. Add repository owner environment variable in release process. doc: describe in cli doc that folder can be used. Keep spacing between job steps consistent. Resolve pitest suppression for BeforeExecutionFileFilterSet. Typo in Documentation of VariableDeclarationUsageDistance. Kill surviving mutation in FilterSet.java. Deprecate com.puppycrawl.tools.checkstyle.api.AutomaticBean. Expand XPath IT Regression Testing. Resolve pitest suppression for FilterSet. Update doc for SuppressionCommentFilter. Use Shellcheck to resolve violations code in Shell Script. Update doc for NonEmptyAtclauseDescription. Ensure new-milestone-and--in-other-repos always pulls latest commit.

MITL java coding-style syntax-checker command-line

Qtractor 0.9.32 💾

Qtractor is an Audio/MIDI multi-track sequencer application written in C++ with the Qt framework. Target platform is Linux, where the Jack Audio Connection Kit (JACK) for audio, and the Advanced Linux Sound Architecture (ALSA) for MIDI, are the main infrastructures to evolve as a fairly-featured Linux desktop audio workstation GUI, specially dedicated to the personal home-studio.

minor feature: Home.. Intro. Screenshots. Features. Requirements. Downloads. Installation. Configuration.. Support. Acknowledgements Downloads.. Git. Screenshots. Documentation.

GNU GPL audio editor c++ qt jack

Vim 9.0.1426 💾

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.1426: indent wrong after "export namespace" in C++ Problem: Indent wrong after "export namespace" in C++. Solution: Skip over "inline" and "export" in any order.

Other text-editor ide vi vim

Zotero 6.0.23 💾

Zotero is a free and open-source reference management software to manage bibliographic data and related research materials (such as PDF files). Notable features include web browser integration, online syncing, generation of in-text citations, footnotes, and bibliographies, as well as integration with the word processors Microsoft Word, LibreOffice Writer, and Google Docs. It is produced by the Center for History and New Media at George Mason University.

major feature: Functionality changed or added Allow quitting app via Alt-F + X on Windows and Ctrl-Q on Linux Improved direct saving of files on sites that check referrer Bugs fixed Mac/Safari Fixed bug after Google Docs redesign where Zotero menu would become inactive after hovering over document mode switcher Fixed incomplete Mendeley import due to empty creators or tags Fixed detection of duplicates with same last name but different field modes Fixed `no such column: IA.authorName` error from early 6.0 beta upgrade

Affero GPLv3 citation documentation styles

LimeSurvey 5.6.11 (build 230320) 💾

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: Column relevance disabling not working as expected (Gabriel Jenik). Updated translation: Slovak by jelen1. Updated translation: Portuguese (Portugal) by samarta. Updated translation: Polish by elissa. Updated translation: Polish (Informal) by elissa. Updated translation: Norwegian (Nynorsk) by pmonstad. Updated translation: Norwegian (Bokmål) by pmonstad. Updated translation: Japanese by nomoto. Updated translation: Italian by lfanfoni. Updated translation: Italian (Informal) by c_schmitz, lfanfoni. Updated translation: Finnish by Jmantysalo. Updated translation: Dutch by Han. Updated translation: Dutch (Informal) by Han. Updated translation: Czech by jelen1. Updated translation: Czech (Informal) by jelen1.

GNU GPL survey php mysql mssql postgres

OpenBGPD 7.9 💾

OpenBGPD is a free implementation of the Border Gateway Protocol (BGP), Version 4. It allows ordinary machines to be used as routers exchanging routes with other systems speaking the BGP protocol. The portable version (e.g. for Linux) does not have the means to influence kernel routing tables. It is only suitable for route servers/collectors.

security: Include OpenBSD 7.2 errata 023: Incorrect length checks allow an out-of-bounds read in bgpd(8).

ISC openbgpd bgp routing

QXGEdit 0.9.9 💾

QXGEdit is a Qt4 GUI for editing MIDI system exclusive files. It works with XG devices such as Yamaha DB50XG. It requires a configured ALSA system.

minor bugfix: Drum Setup is being made possible for any drum-kit, with some. Provided default values, not just for the default Standard Kit Anymore.

GNU GPL qt c++ midi yamaha alsa

GitLab 15.10.0 💾

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.

major feature: (2023-03-21). ### Added (155 changes). Add wiki_access_level to group API (gitlab-org/gitlab@05b4aca71af6e5e2e73175ee13e4bf6741d17721) ( merge request (gitlab-org/gitlab!114719)) GitLab Enterprise Edition. Add filter for approved status (gitlab-org/gitlab@739d2677fe60c53443e828241b3b53518ef2cb12) by @Taucher2003 ( merge request (gitlab-org/gitlab!114374)). Show achievements on user profile (gitlab-org/gitlab@b6d43f703b109add8f8e951335d86551531f137d) ( merge request (gitlab-org/gitlab!113156)). Run package metadata conditionally in dev (gitlab-org/gitlab@64f1ba858e13f775faaa17af1407f3d398837308) ( merge request (gitlab-org/gitlab!115062)) GitLab Enterprise Edition. Add revoke achievement mutation and service (gitlab-org/gitlab@15c471bf7984a9e1f364cf0479fedfdc2f86c620) ( merge request (gitlab-org/gitlab!114810)). Add documentation for protected tags creation with deploy keys (gitlab-org/gitlab@c9bf5fc531199249b99dd6e95126f6f61fa649a8) ( merge request (gitlab-org/gitlab!110240)). Define ci_builds primary key as partitioned (gitlab-org/gitlab@730cb2f3c0335e4e436f34c20b800caed2aa4f44) ( merge request (gitlab-org/gitlab!113725)). Compliance frameworks report (gitlab-org/gitlab@f53da2b047b5ffb811cc4950b5050e73510e902c) (merge request) GitLab Enterprise Edition. feat: Enable auto-resolution of removed SAST rules by default (gitlab-org/gitlab@929b74d1ee087b678ff6041cd63d04ada298692e) ( merge request (gitlab-org/gitlab!114633)). Filter projects by compliance framework presence (gitlab-org/gitlab@15417d7fa2032b3d4cd9f5ca78778f82fefa617b) ( merge request (gitlab-org/gitlab!114440)) GitLab Enterprise Edition. Add Squash TM integration (gitlab-org/gitlab@0f3b8a519f0f57380cfc46565ad55844fe4a1c6e) by @pckerneis ( merge request (gitlab-org/gitlab!110909)). Enable duo 2FA authentication support (gitlab-org/gitlab@07c175ed7bb2275cc0861717217b6ad9a3c3cbc6) ( merge request (gitlab-org/gitlab!114068)). Move work item notes out of FF and docs (gitlab-org/gitla

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

Evince 44.1 💾

Evince is a document viewer for multiple document formats. The goal of evince is to replace the multiple document viewers that exist on the GNOME Desktop with a single simple application. Evince is specifically designed to support the file following formats: PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex support with gedit, comics books (cbr,cbz,cb7 and cbt). For a comprehensive list of formats supported, see Supported Document Formats.

minor feature: Release 44.1 Git-EVTag-v0-SHA512: a9c091d5e2b304702b6afcaedd6758f51f137448422d459e5a8f4175a5ea5 735da8198deebdd85344a7967ae137af9b32b28e9aa5a38bce6d55662ef7a d96937.

GNU GPLv3 pdf viewer c

Mozilla Firefox 111.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: a crash on macOS while pinch-zooming under some circumstances ( ). a causing Firefox to freeze on startup for some Windows users ( ). Reference link to 111.0 release notes.

MPL c++ web-browser html5 javascript mozilla

Gitea 1.19.0 💾

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: BREAKING. Add loading yaml label template files. Make and code search support camel case for Bleve. Repositories: by default disable all units except code and pulls on forks. Support template for merge message description. Remove ONLY_SHOW_RELEVANT_REPOS setting. Implement actions. Remove deprecated DSA host key from Docker Container. Improve valid user name check. SECURITY. Return 404 instead of 403 if user can not access the repo. Support scoped access tokens. FEATURES. Add support for commit cross references. Scoped labels. Add Chef package registry. Support asciicast files as new markup. cgo cross-compile for freebsd. Add cron method to gc LFS MetaObjects. Add new captcha: cloudflare turnstile. Enable `@ lt;user gt;`- completion popup on the release description textarea. make / username .png redirect to user/org avatar. Add Conda package registry. Support org/user level projects. Add Mermaid copy button. Add user secrets. Secrets storage with SecretKey encrypted. Preview images for cards in Project Board view. Add support for incoming emails. Add Cargo package registry. Add option to prohibit fork if user reached maximum limit of repositories. Add attention blocks within quote blocks for `Note` and `Warning`. Add Feed for Releases and Tags. Add package registry cleanup rules. Add "Copy" button to file view of raw text. Allow disable sitemap. Add package registry quota limits. Map OIDC groups to Orgs/Teams. Keep languages defined in.gitattributes. Add Webhook authorization header. Supports wildcard protected branch. Copy citation file content, in APA and BibTex format, on repo home page. API. Match api migration behavior to web behavior. Purge API comment. User creation API: allow custom "created" timestamps. Add `updated_at` field to PullReview API object. Add API management for /pull and comment attachments. Add API endpoint to get latest release. Support system hook API. ENHANCEMENTS. Add `.patch` to `atta

MITL git go

Checkstyle 10.9.2 💾

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: Improve performance of lambda processing. Make twitter-releasenotes job depend on update-github-page. Restore curl --fail-with-body. Specify violation messages in input files.

MITL java coding-style syntax-checker command-line