libmp4tag 1.2.12 💾

An MP4 tagging library where all tags can be accessed and modified and any tags, unknown tags or custom tags are never lost when the audio file is updated. A list of known tags is only used when new tags are added.

minor bugfix: 1.2.12 2023-12-25 * Bug Fixes: * Better 3gp and 3g2 file recognition.

Zlib library c audio video tagging mp4

freedv 1.9.6 💾

FreeDV is unique as it uses 100% Open Source Software, including the speech codec. No secrets, nothing proprietary! FreeDV represents a path for 21st-century Amateur Radio where Hams are free to experiment and innovate rather than a future locked into a single manufacturer’s closed technology.

major feature: https://github.com/drowe67/freedv-gui/releases/tag/v1.9.6

GNU LGPL audio

Doxygen 1.10.0 💾

Generate documentation from source code Doxygen is the de facto standard tool for generating documentation from annotated C++ sources, but it also supports other popular programming languages such as C, Objective-C, C#, PHP, Java, Python, IDL (Corba, Microsoft, and UNO/OpenOffice flavors), Fortran, VHDL, Tcl, and to some extent D. Doxygen can help you in three ways: It can generate an on-line documentation browser (in HTML) and/or an off-line reference manual (in $\mbox{\LaTeX}$) from a set of documented source files. There is also support for generating output in RTF (MS-Word), PostScript, hyperlinked PDF, compressed HTML, and Unix man pages. The documentation is extracted directly from the sources, which makes it much easier to keep the documentation consistent with the source code. You can configure doxygen to extract the code structure from undocumented source files. This is very useful to quickly find your way in large source distributions. Doxygen can also visualize the relations between the various elements by means of include dependency graphs, inheritance diagrams, and collaboration diagrams, which are all generated automatically. You can also use doxygen for creating normal documentation (as I did for the doxygen user manual and web-site). Doxygen is developed under Mac OS X and Linux, but is set-up to be highly portable. As a result, it runs on most other Unix flavors as well. Furthermore, executables for Windows are available.

major feature: https://www.doxygen.org/manual/changelog.html#log_1_10_0

GNU GPLv3 documentation

DBeaver 23.3.1 💾

DBeaver is a free multi-platform database tool for developers, SQL programmers, database administrators and analysts. Supports all popular databases: MySQL, PostgreSQL, SQLite, Oracle, DB2, SQL Server, Sybase, Teradata, MongoDB, Cassandra, Redis, etc.

minor feature: Dbeaver/pro#2293 Add missing colors descriptions, NPE, distinct c olors for aliases from alias sources.

GNU GPL database front-end sql java

wxMaxima 23.12.0 💾

wxMaxima is a document based interface for the computer algebra system Maxima. wxMaxima provides menus and dialogs for many common maxima commands, autocompletion, inline plots and simple animations.

minor feature: Many : Input text selection was cleared when right-clicking. on it. Pressing both mouse buttons simultaneously caused an. assert. Corrected the cursor position after unsuccessful autocompletes. Corrected the handling of question prompts from maxima. corrections in the search functionality. RegEx search works again. Clicking on the notification now is more likely to focus the worksheet. Corrected the cell folding logic. Folded cells are no more evaluated. Now we try to generate a backtrace on crashes. Corrected the position of integral limits. Nicer product, sum and integral signs. Hidden cells weren't restored from wxm files. diff() no longer causes spurious multiplication dots.

GNU GPL mathematics cas maxima

The Ursa programming language 0.2.7 💾

Ursa helps you write code that will last a long time: a simple, general-purpose programming language that is easy to pick up and will work the same way long into the future.

minor bugfix: This release fixes bugs in `ursa --format`, improves the output to remove semi-colons, and runs all the tests on reformatted code as well as the original source.

GNU GPLv3 proglang programming language

VideoLAN Client 3.0.20 💾

VLC is a simple, fast and powerful media player with desktop and mobile cross-platform support. It can use files, network streams, CD and DVDs, webcams, DVB-T and other devices for playing. It supports a plethora of video formats like MPEG, DivX, H.263, H.264, H.265, VP9, MKV, WebM, WMV, MP3, AAC, MOD variants, FLAC, Vorbis, Theora, Dirac, FLV, MXF, and other encodings or meta formats (subtitles). It doubles as player and streaming server, and recording or transcoding and conversion tool.

major bugfix: Vetinari' VLC 3.0.20 is an emergency release, fixing major regressions that appeared in 3.0.19. It notably a crash with AMD GPU, a green line in fullscreen on Windows, a crash with AV1 hw acceleration, a in the fullscreen panel and a potential Security

GNU GPL c c++ video player audio-player multimedia video-conversion recording transcoding

drumlabooh 2.1.0 💾

LV2/VSTi drum machine for Linux and Windows. Drumkits format supported: Hydrogen, SFZ, Drumlabooh. Up to 36 instruments, 127 sample layers. Built-in mixer with pan, volume, mute, pan mode. Automatic open hihats mute on closed hihat.

major feature: The file open button has been added that allows to open the drumkit outside of the pre-defined location

GNU GPLv3 midi linux windows lv2 vst vsti drums drummachine

HandBrake 1.7.2 💾

HandBrake is a video file conversion tool. It supports nearly all formats, can transcode media files and codecs for various platforms, players and devices (includes a user-friendly target list to select from). It has an uncomplicated interface and is available cross-platform.

minor feature:

GNU GPLv3 c c objective-c video conversion cross-platform

Cppcheck 2.13 💾

Cppcheck is a static analysis tool for C/C++ code. It doesn't look for syntax errors, but for bugs that a compilation steps would not normally detected. It provides out of bounds checking, checking the code for each class, exception safety, memory leaks checking, warnings for obsolete function usage, invalid usage of STL, and tests for uninitialized variables and unused functions. There are IDE and VCS bindings for Code::Block, CodeLite, Eclipse, gedit, Hudson, Jenkins, Mercurial, Tortoise SVN, Visual Studio.

minor feature: Release Notes for Cppcheck 2.13. New checks: PassedByValueCallback for functions which take a parameter by value but are used as callbacks (subset of passedByValue). ReturnImplicitInt for C functions without return type (previously reported as a demessage). IterateByValue for iterating by value in a range-based for loop when a const reference could be used. Changed interface: Final report of active checkers is reported as a normal information message instead.... read more.

GNU GPLv3 c c++ software-development static-analysis dynamic-debugging

Point Cloud Library 1.14.0 💾

The Point Cloud Library (or PCL) is a large scale, open project [1] for 2D/3D image and point cloud processing. The PCL framework contains numerous state-of-the art algorithms including filtering, feature estimation, surface reconstruction, registration, model fitting and segmentation. These algorithms can be used, for example, to filter outliers from noisy data, stitch 3D point clouds together, segment relevant parts of a scene, extract keypoints and compute descriptors to recognize objects in the world based on their geometric appearance, and create surfaces from point clouds and visualize them -- to name a few. PCL is released under the terms of the 3-clause BSD license and is open source software. It is free for commercial and research use. PCL is cross-platform, and has been successfully compiled and deployed on Linux, MacOS, Windows, and Android/iOS. To simplify development, PCL is split into a series of smaller code libraries, that can be compiled separately. This modularity is important for distributing PCL on platforms with reduced computational or size constraints (for more information about each module see the documentation page). Another way to think about PCL is as a graph of code libraries, similar to the Boost set of C++ libraries.

major feature: https://github.com/PointCloudLibrary/pcl/blob/master/CHANGES.md#-1140-03-january-2024-

BSDL-2 point-cloud cplusplus

abc2svg 1.22.12 💾

abc2svg is a set of ECMAscript files that handle the ABC music notation. This includes editing, displaying, printing, playing the music files and converting them to other formats such as ABC and MEI notations.

major bugfix: Lots of bug fixes and improvements.

GNU GPL abc music conversion

Drumstick 2.9.0 💾

Drumstick is a GPLv3 licensed set of C++ MIDI libraries using Qt5 objects, idioms and style. It contains a C++ wrapper around the ALSA library sequencer interface; ALSA sequencer provides software support for MIDI technology on Linux. A complementary library provides classes for SMF (Standard MIDI files: .MID/.KAR), RIFF MIDI (.RMI) and Cakewalk (.WRK) file formats processing. A multiplatform realtime MIDI I/O library and GUI Widgets are also provided.

minor feature:

GNU GPLv3 audio music alsa midi qt sequencer-interface library smf wrk cpp

OCRmyPDF 16.0.2 💾

OCRmyPDF adds an invisible text layer to PDF documents after passing it through the Tesseract OCR engine. The output will be PDF/A with a selectable but invisible text layer above scanned image-documents. This allows later searching and archiving.

minor feature: . . Temporarily changed PDF text renderer back to sandwich by default to address. Regressions in macOS Preview. . . .

GNU GPLv3 pdf ocr scanning

FLoM 1.7.0 💾

FLoM is a tool for synchronizing shell commands and avoiding complex workarounds. It manages process serialization not unlike "nice" handles their prioritization. It allows shell commands to be serialized and synchronized within a single system or a network. It requires little configuration to easily handle common settings.

major bugfix: Based on FUSE (EXPERIMENTAL FEATURE). The feature can be activated with Command line option "-m" / "--mount-point-vfs" Https://github.com/tiian/flom//29 Removed support for Ubuntu versions before 14.04; cleaned up compile. Warnings in Ubuntu 14.04 related to deprecated functions Removed support for CentOS 6 because ssh support is too old.

GNU GPL c console terminal command-line shells distributed-computing cron

tin 2.6.3 💾

Tin is a powerful text mode news reader. It features threaded news reading, regex driven killfiles/message selections, pgp encryption, ispell support, and can read from both a local spool or from a remote NNTP server.

minor feature: Add "COMPRESS DEFLATE" support (RFC 8054) was added besides a couple of bug-fixes.

BSDL communications usenet

Stellarium 23.4 💾

A planetarium software that renders a 3D simulation of the night sky. * default catalogue of over 600,000 stars * extra catalogues with more than 177 million stars * default catalogue of over 80,000 deep-sky objects * extra catalogue with more than 1 million deep-sky objects * asterisms and illustrations of the constellations * constellations for 20+ different cultures * images of nebulae (full Messier catalogue) * realistic Milky Way * very realistic atmosphere, sunrise and sunset * the planets and their satellites

major feature: The Stellarium Team has released version 23.4. The major changes of this version: New plugin: Lens Distortion Estimator (experimental). Changed GUI: ability to change the look via normalStyle.css. Added new MESA for Windows packages. Added support Windows/ARM64 packages. Added support the origins of nomenclature names. Improvements in plugins and AstroCalc tools. Improvements for performance on macOS/ARM64. Behind the scenes, many more minor were. TELESCOPE USERS. We have identified and some in the TelescopeControl plugin on. the Qt6-based releases. Telescope users, please try whether this solves your problems. If not, we are looking for those of you with programming skills to help us fixing remaining. Reward possible!

GNU GPL c++ opengl astronomy simulation planetarium c++ c

Wine 9.0-rc3 💾

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: Only, we are in code freeze. #51314 vulkan-1:vulkan crashes on Windows with recent Radeon drivers, #51478 dinput:device8 breaks user32:input #039;s test_keyboard_layout_name() in some locales (), #52971 HardWest 2 (playtest) is broken with OpenGL/Vulkan backend, #53166 Star Wars : Fallen Order crashes at launch, #53726 Silent Hill 4: The Room low res videos are not played (needs CLSID_CMpegVideoCodec), #54381 tightvnc viewer crashes on connection, #54878 WinSCP 5.21.1.12643 doesn #039;t list files when Windows version is set to 10, #55005 Program Treecomp - some widgets are not drawn, #55061 Starcraft Remastered: blurry graphics / low resolution, #55161 IrfanView full screen mode creates an unneeded and uncalled for permanent overlaying panel, #55288 advapi32:registry amp; ntdll:reg - The 32-bit test_redirection() fails if run after the 64 WineTest, #55306 Cannot double click in the server browser in Worms Armageddon, #55327 user32:input - test_ActivateKeyboardLayout() fails on Windows 7 for the Spanish locale, #55328 user32:input - test_keyboard_layout_name() fails on Windows 7 for the Spanish locale, #55394 comctl32:listbox - test_LBS_NODATA() fails in Wine for the Hindi locale, #55439 RPG Maker game crashes, #55446 Using C run-time for unicode strings comparison breaks case insensitive LB_FINDSTRING, #55578 kernel32:loader - test_section_access() sometimes fails on Windows 8, #55582 Civilization 2 crashes when setting up new game, #55655 user32:dialog - test_IsDialogMessageA_proc() fails in the Hindi locale on Wine, #55667 kernel32:file - test_MapFile() fails on macOS, #55773 Railroad Tycoon 2 Platinum (Steam, GOG) crashes when changing to 800X600 resolution, #55903 Falcon BMS 4.37u3: game randomly fails to load 3D models, #55942 Crazy Chicken Approaching - Nebula Assertion and Visual C++ Runtime Library Errors, #55962 Program that mixes 32-bit and 64-bit typelibs fails to find a referenced typelib, #55967 app

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

helio-workstation 3.12 💾

Helio Workstation is free and open-source music sequencer, designed to be used on all major platforms. Why another sequencer? Most of the DAW interfaces often seem overcomplicated, and they only tend to get more and more bloated over time. Many of them are commercial, proprietary-licensed and almost none of them support all major operating systems at the same time. Helio is an attempt to rethink a music sequencer to create a tool that feels right. It aims to be a modern music creation software, featuring linear-based sequencer with a clean interface, high-performance C++ core, integrated version control providing intelligent synchronization between devices, saved undo history, translations to many languages and more.

minor bugfix: This is mostly a mobile release: reworked layouts for phone screens, SoundFont player, import/export crashes, added adaptive and themed icons on Android, reworked multi-touch (better late than never). - Added automations editor panel supporting hand-drawing custom curves with the pen tool. - Volume editor panel now also supports hand-drawing custom ramps and is more consistent with edit modes. - Both the piano roll and the pattern roll can display the volume editor and the automations editor. - Added support for MIDI channels (better late than never). - Piano roll: the lasso component cannot be zero-width or zero-height, dragged notes snap to the original note's beat, the default note length and volume are persisted. - Version control: switching to another version now works like a hard reset. - Added commands to shift tempo tracks 1 BPM up/down (hotkeys Shift + and Shift -). - re-adjusting MIDI input from 12-tone keyboards for microtonality. - The number of saved undo actions is now configurable. - Minor feature cutting: removed the updates info control, the legacy undocumented scale preview panel and the alternative spectrogram view.

GNU GPLv3 daw sequences music

exiftool 12.71 💾

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: Added a warning if there was an error reading an alternate file with the. -fileNUM option. - Added the ability to write QuickTime Keys:Encoder. - Added a few new Canon LensType values. - Added a new, obscure EXIF tag. - Decode real-time metadata from Ricoh Theta videos. - Decode SpecularWhiteLevel for more Canon models. - Decode Canon DualPixelRaw tag. - Decode a few new Nikon tags. - Decode more FujiFilm M-RAW tags. - Improved generation of tag names for some JSON tag ID's containing colons. - "Undefined subroutine" error when writing makernotes as a block. - missing ID in family 7 group name for ID3 tags which are not valid for the specified ID3 version. - where some tags from alternate files (with the -fileNUM option) could show up as "not defined" when used in expressions even though they did exist. - API Changes: - Added NoMandatory option.

Artistic perl exif meta-data

Gitea 1.21.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. Update golang.org/x/crypto. API. merging artifact chunks error when minio storage basepath is set. chore(api): support ignore password if login source type is LDAP for creating user API. Add endpoint for not implemented Docker auth. ENHANCEMENTS. Add option to disable ambiguous unicode characters detection. Refactor SSH clone URL generation code. Polyfill SubmitEvent for PaleMoon. . the ref rendering for wiki. duplicate ID when deleting repo. Only check online runner when detecting matching runners in workflows. Initalize stroage for orphaned repository doctor. possible nil pointer access. Don't show unnecessary citation JS error on UI. DOCS. Update actions document about comparsion as Github Actions. documents for "custom/public/assets/". MISC. inperformant query on retrifing review from database.. Improve the prompt for "ssh-keygen sign". Update docs for DISABLE_QUERY_AUTH_TOKEN. Chinese translation of config cheat sheet API . Retry SSH key verification with additional CRLF if it failed.

MITL git go

Qtractor 0.9.38 💾

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

coppwr 1.5.0 💾

coppwr is a tool that provides low level control over the PipeWire multimedia server. It aims to expose and provide as many ways to inspect and control the many components of the PipeWire multimedia server as possible. It can be used as a diagnostic tool for PipeWire and to help develop software that interacts with it. Features: Node graph editing Object inspection, creation & destruction Process monitoring & profiler statistics Metadata editing Module loading Connecting to XDG Desktop Portal remotes More to be added...

major bugfix: Added zooming in the Graph view (Ctrl+Scroll / Pinch). Implemented persistence (window info, open tabs, graph node positions etc. are now saved on/restored from disk). the Link permission not showing on globals when running on PipeWire 1.0.0 or later

GNU GPLv3 audio video utility

rpki-client 8.7 💾

The OpenBSD rpki-client is a free, easy-to-use implementation of the Resource Public Key Infrastructure (RPKI) for Relying Parties (RP) to facilitate validation of the Route Origin of a BGP announcement. The program queries the RPKI repository system, downloads and validates Route Origin Authorisations (ROAs) and finally outputs Validated ROA Payloads (VRPs) in the configuration format of OpenBGPD, BIRD, and also as CSV or JSON objects for consumption by other routing stacks.

major feature: Add ability to constrain an RPKI Trust Anchor's effective signing authority to a limited set of Internet numbers. This allows Relying Parties to enjoy the potential benefits of assuming trust, but within a bounded scope. This distribution includes curated constraints files. More information: https://datatracker.ietf.org/doc/html/draft-snijders-constraining-rpki-trust-anchors. Following a 'failed fetch' (described in RFC 9286), emit a warning and continue with a previously cached Manifest file, if present and still valid. Emit a warning when the same manifestNumber is re-used across multiple issuances. Emit a warning when the remote repository presents a Manifest with an unexpected manifestNumber. Purported new manifests are expected to have a higher manifestNumber than previously validated manifests. Otherwise fall back to the previously cached manifest, if it is still valid. This warning can be indicative of manifest replays or of out-of-order publishing. Require RPKI object files to be of a minimum of 100 bytes in both the RRDP and RSYNC transports. No longer synchronize directory modtimes in the local cache to align with remote RSYNC repository sources. Improved CRL extension checking. Experimental support for the P-256 signature algorithm. Various refactoring work.

ISC rpki bgp routing security bird openbgpd

GitLab 16.7.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-12-20). ### Added (199 changes). Geo: Skip download of new blob if already exists (gitlab-org/gitlab@70b30c0e167eef997912320926d2a5697a41d1f2) ( merge request (gitlab-org/gitlab!96935)) GitLab Enterprise Edition. Exempt paid non-trial/enterprise users from identity verification (gitlab-org/gitlab@522c510cd5a9e32e6bc20844fc6d80a2e4d38bbd) ( merge request (gitlab-org/gitlab!139101)) GitLab Enterprise Edition. Add feature toggle for custom CI execution policy (gitlab-org/gitlab@8806c961f16593036b81de50426820d72803c378) ( merge request (gitlab-org/gitlab!138484)) GitLab Enterprise Edition. Add namespace setting to enable/disable NuGet symbol server (gitlab-org/gitlab@d16d642b86d57e9efb704a918210a8c92bc979f5) ( merge request (gitlab-org/gitlab!138936)). Soft limit daily phone verification transactions (gitlab-org/gitlab@fa81159a3f5e5959332015c6017981f6f7d8a4d3) ( merge request (gitlab-org/gitlab!138287)) GitLab Enterprise Edition. Cleanup and reschedule finding_id backfilling (gitlab-org/gitlab@f28e14553d1e88b650e2a122dd892218ed0b3832) ( merge request (gitlab-org/gitlab!138163)). Add WorkItems::DatesStart table/model (gitlab-org/gitlab@dbfe5a390f0b86c772e76d066a765fb06083353b) ( merge request (gitlab-org/gitlab!139116)). Allow handling instance custom roles via graphql (gitlab-org/gitlab@2b222db166c76e971452fd3c03b40292d01d5ed9) ( merge request (gitlab-org/gitlab!139166)) GitLab Enterprise Edition. Remove SAML Microsoft Attribute Feature Flag (gitlab-org/gitlab@ffedc93a863ef6e625a6ce69787185f8e9d8b86b) ( merge request (gitlab-org/gitlab!139289)). Save timestamp for login in session storage (gitlab-org/gitlab@aebdbd71a2fd83abce3042d3862ba715c0ec20c8) ( merge request (gitlab-org/gitlab!139069)) GitLab Enterprise Edition. feat: Add graphql mutation to update container protection rules (gitlab-org/gitlab@b2fecc011df6bec721a76b3903ee86ec2eea1117) by @gerardo-navarro ( merge request (gitlab-org/gitlab!137175)). Add feature spec for MR approval

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

GDAL 3.8.2 💾

GDAL is a translator library for raster and vector geospatial data formats that is released under an X/MIT style Open Source License by the Open Source Geospatial Foundation. As a library, it presents a single raster abstract data model and single vector abstract data model to the calling application for all supported formats. It also comes with a variety of useful command line utilities for data translation and processing.

minor feature:

Mixed geospatial c++ python

Geonkick 3.2.0 💾

Geonkick is a free software synthesizer capable of generating a wide range of percussive sounds, including kicks, snares, claps, hi-hats, shakers, and also unique effect sounds. LV2, VST3, Standalone 16 Instruments, 16 MIDI Keys 16 Stereo Channels 3 Layers/Instrument, 3 Oscillators/Layer Play, modify & blend samples with synthesis Save (JSON) & Export (FLAC, WAV, Ogg, SFZ)

major bugfix: : Windows: installation of presets. Windows: Linked statically all dependencies. Windows: Removed installation of dependencies' DLLs and environment variable path from the installer. the path to the config folder. Features: Windows: Added scaling for GUI. Windows: Added logical disks for file browser.

GNU GPLv3 audio synthesizer

GPlates 2.4 💾

GPlates is a plate tectonics program. Manipulate reconstructions of geological and paleogeographic features through geological time. Interactively visualize vector, raster and volume data. PyGPlates is the GPlates Python library. Get fine-grained access to GPlates functionality in your Python scripts.

major bugfix: Changes since 2.3: Builtin colour palettes: Added Scientific Colour Maps by Fabio Crameri. Added Elevation palettes. Can invert all palettes. : Net Rotation export when using a non-zero anchor plate ID. Previously always used zero anchor plate ID (inside non-deforming topologies). Shapefile geometries with Z (eg, elevation) or Measure (M) values not loading. shortened map background/grid for non-zero central meridians. missing pole sequences in Modify Reconstruction Pole tool. Happened after using Kinematics Tool with a time range exceeding 512 time steps. rare crash when modifying rotation with Modify Reconstruction Pole tool. Added tooltip showing full path of a missing filename when loading project/session. Emit warning (instead of error) when reading Shapefile feature with no geometry. "Failed to install message handler..." startup error message on Windows. Compile for latest gcc compiler (12/13) and Boost libraries (1.8x). Build improvements for latest GDAL, PROJ, Python and Qwt libraries: Copies GDAL plugins (like NetCDF) into package (for recent GDAL versions). Codesigns all macOS shared libraries when installing Python standard library.

GNU GPLv3 geological paleogeographic science visualization physics c

PoDoFo 0.10.3 💾

PoDoFo is a free portable C++ library to work with the PDF file format. PoDoFo provides classes to parse a PDF file and modify its content into memory. The changes can be written back to disk easily. Besides PDF parsing PoDoFo also provides facilities to create your own PDF files from scratch. It currently does not support rendering PDF content.

minor feature:

GNU LGPLv3 pdf

OpenSSH 9.6 💾

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 contains a number of security, some small features And. Security. This release contains for a newly-discovered weakness in the. SSH transport protocol, a logic error relating to constrained PKCS#11 Keys in ssh-agent(1) and countermeasures for programs that invoke Ssh(1) with user or hostnames containing invalid characters. Ssh(1), sshd(8): implement protocol extensions to thwart the so-called "Terrapin attack" discovered by Fabian Bäumer, Marcus Brinkmann and Jörg Schwenk. This attack allows a MITM to effect a. Limited break of the integrity of the early encrypted SSH transport Protocol by sending extra messages prior to the commencement of Encryption, and deleting an equal number of consecutive messages Immediately after encryption starts. A peer SSH client/server Would not be able to detect that messages were deleted. While cryptographically novel, the security impact of this attack is fortunately very limited as it only allows deletion of. Consecutive messages, and deleting most messages at this stage of The protocol prevents user user authentication from proceeding and Results in a stuck connection. The most serious identified impact is that it lets a MITM to. Delete the SSH2_MSG_EXT_INFO message sent before authentication Starts, allowing the attacker to disable a subset of the keystroke Timing obfuscation features introduced in OpenSSH 9.5. There is no Other discernable impact to session secrecy or session integrity. OpenSSH 9.6 addresses this protocol weakness through a new "strict KEX" protocol extension that will be automatically enabled when. Both the client and server support it. This extension makes Two changes to the SSH transport protocol to improve the integrity of the initial key exchange. Firstly, it requires endpoints to terminate the connection if any. Unnecessary or unexpected message is received during key exchange including messages that were previously legal but not strictly. Required like SSH2_MSG_DE). This removes most malleab

BSDL c ssh security cryptography utilities sftp scp openbsd linux

GStreamer 1.22.8 💾

GStreamer is a streaming media framework that allows the construction of graphs of elements which operate on media data. Applications using this library can do anything from real-time sound processing over playing video to capturing audio, video, and even other types of media data. Its architecture allows for adding new data types or processing capabilities simply by installing new plug-ins. GStreamer is the core module, containing libraries, headers, the basic object hierarchy, and a set of media-agnostic core elements.

minor bugfix: https://gstreamer.freedesktop.org/releases

GNU LGPL multimedia software-development libraries

PuTTY 0.80 💾

PuTTY is a free implementation of SSH and Telnet for Windows and Unix platforms, along with an xterm terminal emulator.

minor feature: Security : support for OpenSSH's new. kex-strict Protocol modification, addressing a vulnerability in some. @openssh.com cipher and MAC modes, in particular ChaCha20+Poly1305. the MSI-installed version of. putty.exe can. Now find its help file again. a server sending non-displaying terminal escape sequences. Such as. ESC 0m now no longer resets the scrollback to the Bottom of the window.

MITL win32 putty ssh telnet terminal-client file-transfer ftp tftp

QGIS 3.34.1 💾

QGIS (Quantum GIS) is a geographic information systems (GIS) application for viewing, editing, and analysing data. It allows layered map editing, composed of raster and vector (polygon) data, and allows georeferencing them. It's commonly used by OpenStreetMap and suitable for beginners, also available cross-platform.

minor feature: This release has following new features: Map Tools: Optional enforcement of "dot" as decimal separator for measure tool. Map Tools: Show a highlight on identified raster pixels when using identify tool. Map Tools: Show raster row/column of clicked point in identify results. Symbology: Settings for overriding selection color and selection symbol for vector layers. Labelling: Toggle labels for Vector Tile Layers. Rendering: "Sticky" Map Decorations. Rendering: Add map render profiler. Rendering: Add choice of two different modes for "Refresh Layer at Interval". 3D Features: Allow GPU memory limit configuration. 3D Features: Add support for boundingbox3d. Print Layouts: Select multiple layout items. Print Layouts: Layout Page number reflected in page properties. Print Layouts: Automatically open exported layouts. Expressions: Add bearing expression function. Expressions: Add "layer_crs_ellipsoid". Digitising: Improve "avoid overlap" type awareness. Data Management: Improve save vector features handling for pre-existing files. Data Management: Maintain relations for copied features. Analysis Tools: Support raster band description. Processing: Antialias setting for raster tile processing plugin. Processing: Create Grid row_index and col_index fields. Processing: New 'Calculate expression' algorithm for use in models. Processing: Add algorithm to convert content from a GLTF/GLB file to standard vector layer features. Processing: Port SAGA "DTM Filter (slope-based)" tool to a native QGIS algorithm. Application and Project Options: Clear recently opened project list. Application and Project Options: OAUTH2 PKCE Authorization Code. Application and Project Options: Set processing defaults from QGIS configuration file. Profile Plots: Add setting to control background color for elevation profile charts. Data Providers: Discover relations for Oracle provider. Plugins: Drop interactive shell from GRASS C++ Plugin. Programmability: Function to export runtime profiler model content

GNU GPL c++ gis map-editor vector-graphics dxf

qBittorrent 4.6.2 💾

The qBittorrent project aims to provide an open-source software alternative to µTorrent. Additionally, qBittorrent runs and provides the same features on all major platforms (Linux, Mac OS X, Windows, OS/2, FreeBSD). qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.

minor bugfix: BUGFIX: Do not apply share limit if the previous one was applied (glassez) BUGFIX: Show Add new torrent dialog on main window screen (glassez) WEBUI: Fix JS memory leak (brvphoenix) WEBUI: Disable stdout buffering for qbt-nox (Chocobo1) WINDOWS: NSIS: Display correct Minimum Windows OS requirement (xavier2k6) WINDOWS: NSIS: Add Hebrew translation (avivmu) LINUX: WAYLAND: Fix parent widget of "Lock qBittorrent" submenu (Vlad Zahorodnii)

GNU GPL internet download torrent bittorent