BallroomDJ is a ballroom music player. It is designed to let the computer choose the music and to be able to play music the entire evening without intervention. It features flexible playlists, music queue management, requests, seeking in songs, speed with pitch control, and an optional audio file organizer. Songs may be adjusted with start and end trimming, speed adjustments and volume adjustments without changing the audio file.
minor bugfix: BallroomDJ 3.32.19 (2022-7-13)
Changes:
Player: Added code to help co-exist with BDJ4 (volume).
Player: Fix volume reset on exit.
Zlib end-users linux macos windows tk tcl player ballroom
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.
minor feature: Add support for an operator-configurable skiplist facility. Operators can specify a list of FQDNs which should not be contacted when synchronizing the local cache to the network. Emit a warning when a RRDP session serial number decreases. DER decoding functions were refactored to leverage ASN.1 templates. Add support to validate inspect .sig files containing RPKI Signed Checklists in filemode (-f) (draft-ietf-sidrops-rpki-rsc-08). Print various statistics after the completion of the main process. Add support to decode print TAL (RFC 8630) details in filemode (-f). Emit objects in Concatenated JSON format when filemode (-f) and the JSON output flag (-j) are combined.
ISC rpki bgp routing security bird openbgpd
Sweet Home 3D is an interior design application that helps you to quickly draw the floor plan of your house, arrange furniture on it, and visit the results in 3D.
minor feature: Added YafaRay
Rendering engine with the ability to choose the rendering engine in photo and video creation tools at the two best quality levels (not available for Java Web Start and applets).. Added. lightSourceMaterialName# property to define materials of a 3D model used as light sources (with light color deduced from material color and the ability to create an invisible light source when its material is invisible).. Allowed decimals in. Light power spinner.. Made the dialog boxes of photo and video creation tools resizable.. Displayed the virtual visitor with a camera symbol at a size when the virtual visitor gets too small in the plan.. Added a button in the toolbar to enable/disable magnetism.. Moved menu items handling levels in the. Levels submenu to reduce. Plan menu length.. Added the ability to select materials with the mouse in the 3D preview in Material modification dialog box.. Added diagonal editing in the room creation tool tip to draw rooms by triangulation.. Added. Inch/Fraction unit which displays lengths in inches followed by the t eighth inch fraction.. Added. Foot/Decimals unit which displays lengths in feet followed by decimals of a foot.. Added. Hide model edges option at second step of Furniture import wizard to hide easily edges of 3D models at DAE / Collada format (option displayed only when useful).. Handled more orientation and zoom capabilities on 3D models at last step of Furniture import wizard to get better icons.. Added new prefor shape names of a 3D model to specify the possible moves of shapes attached to other movable shapes.. Computed the front limit of the 3D view frustrum according to the point of view elevation to improve the rendering of very large scenes seen from a high point of view.. Added sky image mirror at bottom of background image to avoid possible line at the horizon in renderings at best quality levels.. Added. Flat ceiling only check box to room modification pane to compute sloping ceilings wh
GNU GPL modeller design visualization java
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.0050: split else-of is confusing
Problem: Split else-of is confusing.
Solution: Join the lines.
Other text-editor ide vi vim
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: v1.16.9
SECURITY.
Add write check for creating Commit status.
Check for permission when fetching user controlled.
.
Hide notify mail setting ui if not enabled.
Add write check for creating Commit status.
Only show Followers that current user can access.
Release page show all tags in compare dropdown.
permission check for delete tag.
Only log non ErrNotExist errors in git.GetNote.
Use exact search instead of fuzzy search for branch filter dropdown.
Set Setpgid on child git processes.
Import git from alpine 3.16 repository as 2.30.4 is needed for `safe.directory = '*'` to work but alpine 3.13 has 2.30.3.
Ensure responses are context.ResponseWriters.
incorrect usage of `Count` function.
raw endpoint PDF file headers.
Make WIP precase insensitive, e.g. allow `Draft` as a WIP pre.
Don't return 500 on NotificationUnreadCount.
Prevent NPE when cache service is disabled.
Detect truncated utf-8 characters at the end of content as still representing utf-8.
doctor pq: syntax error at or near "." quote user table name.
with assigneees.
MITL git go
Git is a distributed version control system, originally designed for Linux kernel development and large projects with non-linear workflows. It's comprised of individual tools, reuses ssh and rsync protocols, emphasises speed and data integrity, and keeps every checkout as full-fledged repository, and cryptographically authenticates source history. Various graphical frontends, IDE integrations and web services (GitHub) exist; with its git-fast-export format meanwhile serves interoperability with bzr, hg, fossil, svn.
minor feature: Rewrite of "git add -i" in C that appeared in Git 2.25 didn't, correctly record a removed file to the index, which is an old, regression but has become widely known because the C version has, become the default in the latest release. for CVS-2022-29187.
GNU LGPL c git scm vcs dvcs
Roundup is a simple-to-use and install issue-tracking system with web, command-line xmlrpc, rest (in the 2.0 development line) and e-mail interfaces.
It is based on the winning design from Ka-Ping Yee in
the Software Carpentry Track design competition. Downloading the source allows you to start a demo instance in a few minutes to see if it will
fill your needs. Unpack the tarball and run:
python demo.py
minor bugfix: This release is a bugfix and minor feature
release. The changes, as usual, include some new features and many
bug fixes.
You can download it with:
pip download roundup
then unpack and test/install the tarball. Also::
pip install roundup
(preferably in a virtual environment) can be used.
Among the notable improvements from the 2.1.0 release are:
- Dynamic and static compression of http responses. This
improves performance when a front end web server isn't
serving compressed assets.
- REST interface supports CORS allowing Roundup to be used
by third party web sites. Can specify origins allowed to
use the REST interface. OpenAPI (SWagger) docs can be
added. Error handling/reporting improved.
- Dockerfile to build a containerized Roundup instance. A
docker-compose configuration to deploy a a mysql based
tracker is also supplied.
- New full text search methods. SQLite FTS and PostgreSQL
full text search are supported. These allow search
expressions in addition to simple word based searches.
- Secret values in config.ini can be stored in external
files. This allows config.ini to be stored in a VCS
without exposing secrets.
- Translation object added to internal database handle. This
allows auditors and extensions to provide efficient
translations.
- MySQL database creation uses COLLATE utf8_general_ci
- Wsgi startup improvements (must be enabled by setting
feature flag).
- Fix crash when importing legacy Roundup tracker with long
integers.
- Fix issues with Roundup unable to find supporting files
when installed via pip.
The file CHANGES.txt has a detailed list of feature additions and bug fixes (57) for each release.
Mixed information management issue tracking www email cli python customer-service developers system-administrators topic
Eagle Mode is a C++ GUI toolkit and provides a zoomable user interface (ZUI) usable as desktop shell even. It functions as filesystem browser and manager, and seamlessly runs integrated applications. Images, text files and office documents can be zoomed in, audio and video files engaged as well. Built-in widgets like an archiver, chess and 3D minesweeper games, a clock, fractal imaging examples integrate likewise.
minor feature: DPI scaling on Windows.. changing of only letter case when renaming files on Windows.. useless re-rendering in emPdf.. Allowed to trigger radio boxes and check boxes by clicking on the text.. Adjusted some dialog sizes as well as click and expansion size thresholds to
Modern screen resolutions.. Updated emLKC to kernel 5.. Minor.
GNU GPLv3 c++ desktop file-manager gui toolkit zoomable interface shell cross-platform
The SCL distribution consists of a library and services part. The services are build with the SCL building blocks. The goal is to setup a library were we can easily install/configure/maintain services. There are many services included and these are used at SURF for our HPC clusters and Office Automation. We hope that
this is also useful for others and that will grow as the standard repo for CFengine services. In Ansible
they call it playbooks and in Salt terms formula
minor feature: * ported to cfengine = 3.20, rxdirs default option changed to false for those release (scl_service_copy_dirs will fail)
GNU GPLv3 cfengine shell mustache json
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.0 11 Jul, 2022
New features For details on the major changes in calibre between 6.0 and 5.0, see https://calibre-ebook.com/new-in/fifteen.
Full text search: You can now search the entire text of all books in your calibre library.
Support for new CPU architectures: Apple Silicon and ARM64 on Linux. Support for 32bit CPUs has been dropped because Qt 6 does not support them.
Dark mode in calibre is now controlled via a setting in Preferences- gt;Look amp; feel rather than an environment variable.
Allow choosing different icon themes for light and dark mode in Preferences- gt;Look amp; feel.
Upgrade calibre to use Qt 6. This means that some no longer maintained third party plugins may not work, though most plugins have already been ported.
GNU GPLv3 python c++ ebook-reader e-book conversion
GnuPG (the GNU Privacy Guard or GPG) is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC2440. As such, it is meant to be compatible with PGP from NAI, Inc. Because it does not use any patented algorithms, it can be used without any restrictions.
minor bugfix: Gpg: possibly garbled status messages in NOTATION_DATA. This.
Could trick GPGME and other parsers to accept faked status
Lines. T6027, CVE-2022-34903
Gpg: Look up user ID to revoke by UID hash. T5936 .
Gpg: Setup the 'usage' filter property for export. rG7aabd94b81 .
Gpg,w32: Allow Unicode filenames for iobuf_cancel. rG4ee2009083 .
Gpg: reading AEAD preference. T6019 .
Gpgsm: New option --compatibility-flags. rGf0b373cec9 .
Gpgsm: Rework the PKCS#12 parser to support DFN d keys.
T6037 .
Agent: New option --no-user-trustlist and --sys-trustlist-name.
T5990 .
Agent: Pop up dialog window for confirmation, when specified so.
T5099 .
Agent: Show "Label:" field of private key when prompt the.
Insertion. T5986
Agent: Handle USAGE information in KEYINFO. rG295a6a7591 .
Agent,ssh: Make not-inserted OpenPGP.3 keys available for SSH.
T5996 .
Agent,ssh: Support "Use-for-ssh" flag in private key. T5985 .
Agent: New field "Prompt" to prevent asking card key insertion.
T5987 .
Agent: Support --format=ssh option for READKEY. T6012 .
Agent: Add KEYATTR command. T5988 .
Agent: Flush before calling ftruncate. T6035 .
Agent: Do not consider --min-passphrase-len for the magic wand.
rGae2f1f0785 .
Kbx: a race condition which results no status report. T5948 .
Scd:openpgp: a segv for cards supporting unknown curves.
T5963 .
Scd:p15: reading certificates without length info.
Scd:p15: Improve the displayed S/N for Technology Nexus cards.
Scd:openpgp: Add workaround for ECC attribute on Yubikey. T5963 .
Scd,piv: status report of KEYPAIRINFO. rG64c8786105 .
Scd:nks: Support the Telesec ESIGN application. T5219, T4938 .
Scd: use of SCardListReaders for PC/SC. T5979 .
Scd: Support automatic card selection for READCERT with keygrip.
T6003 .
Scd: Support specifying keygrip for learn command. T6002 .
Dirmngr: for Windows when build against GNUTLS. T5899 .
Gpg-connect-ag
GNU GPLv3 security cryptography e-mail
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
Added PDF page rotation and deletion from thumbnails tab of PDF reader sidebar
Bugs fixed
Fixed downloading of ScienceDirect PDFs
Fixed library tab tooltip staying visible after switching apps
Fixed detection of some emoji set as colored tags
Fixed parsing of Chinese and other non-ASCII month names
Mac Fixed Force Click during drag sometimes causing accidental collection switching
Mac Fixed Option-arrow not working on macOS when editing collection names
Fixed sorting by Attachments column
Select search input text when focusing search bar in note editor
Fixed positioning of search result highlighting in notes containing accented characters
Fixed mapping of Archive ID to CSL number field in Preprint item type
Fixed space not appearing after citation number in some numeric styles (IEEE, Nature) in plain-text output
Affero GPLv3 citation documentation styles
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
Improved find/replace functionality in note editor
Ignore diacritics when searching within note
Bugs fixed
Fixed find-as-you-type in collections/items lists moving to next row when typing additional matching letter (since 6.0.7)
Fixed column-resizing issues in items list
When using external PDF reader, try to open to correct page when using Show on Page for an annotation
Fixed misaligned column dividers for second-level items
Developer Translator Editor: Fixed load error when using non-default font size
Affero GPLv3 citation documentation styles
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: Some minor performance (Carsten Schmitz).
Applying original theme option on survey theme import did not work (Carsten Schmitz).
security #18042: Path-relative stylesheet import (PRSSI) vulnerability (Gabriel Jenik).
Missing RemoteControl function to get the field mapping (Gabriel Jenik).
Unable to import LSA file with MSSQL and deset (Denis Chenu).
Fonts showing differently on mobile Vs desktop (Gabriel Jenik).
Unable to use "other" as subquestion code (Denis Chenu).
Core plugin PasswordRequirement shows duplicate setting fields (Denis Chenu).
Ability to disable animation layer regarding saving in header section (Gabriel Jenik).
File upload show title/comment=off not yet fully respected (Gabriel Jenik).
Can't change reminder / invitation date (Gabriel Jenik).
Command action potentially try to open uneeded session (Denis Chenu).
Deleting first question group jumps to system frontpage (Gabriel Jenik).
Question code / ID on quick translation screen showing question text not ID making it impossible to translate surveys (Gabriel Jenik).
Adding a "smiley" to a question creates an image that does not survive upgrades (Carsten Schmitz).
Launch survey via token link : unclear icon (Denis Chenu).
Updated translation: Zulu by erik.lamontagne.
Updated translation: Thai by tomzt.
Updated translation: Slovak by jelen1.
Updated translation: Portuguese (Portugal) by samarta.
Updated translation: Japanese by d_inoue, nomoto.
Updated translation: Italian by lfanfoni, ritapas.
Updated translation: Italian (Informal) by lfanfoni, ritapas.
Updated translation: German by c_schmitz.
Updated translation: German (Informal) by c_schmitz.
Updated translation: French (France) by arnaud21, aschwey, b00z00, c_schmitz, DenisChenu, jayce, JMI, Xave.
Updated translation: Finnish by Jmantysalo.
Updated translation: Dutch by Han.
Updated translation: Dutch (Informal) by Han.
Updated translation: Deutsch -AT by c_schmitz.
Updated translation: Czech by jelen1.
Updated translation: Czech (
GNU GPL survey php mysql mssql postgres
GNUnet is a framework for secure and anonymous peer-to-peer networking that does not use any centralized or otherwise trusted services. Currently, the framework offers censorship-resistant file-sharing, messaging, VPN, GNS (a decentralized version of DNS), and much more. GNUnet is currently developed by a worldwide group of independent free software developers. GNUnet is a GNU package (http://www.gnu.org/).
minor bugfix: Noteworthy changes in 0.17.1 (since 0.17.2)
DHT: Various bugfixes in the protocol.
RECLAIM: OpenID Connect plugin improvements.
ABE: Removed.
A detailed list of changes can be found in the ChangeLog and the bugtracker.
Affero GPLv3 anonymity f2f file-sharing gns gnunet internet networking p2p vpn
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.0049: csv and tsv files are not recognized
Problem: Csv and tsv files are not recognized.
Solution: Add patterns fo csv and tsv files.
Other text-editor ide vi vim
Mustangproject is a tool to write, validate and parse Factur-X/ZUGFeRD and (CII)XRechnung e-invoices.
It is a (permissive) open source cross platform command line tool and a Java library.
The command line tool e.g. allows to extract and combine PDF and XML from/to Factur-X as well as validate e-invoices, convert XML to HTML or migrate from ZUGFeRD v1 to v2.
The library additionally allows to generate the XML to be embedded either by implementing interfaces or actively creating objects.
minor bugfix: Support to also validate XRechnung 2.2.
APL invoice metadata accounting java-library java e-billing e-invoice
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
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 the ability to geotag from Google Takeout JSON files.
- Added a few new Canon RF LensType values and a couple of new CanonModelID's.
- Added new values to a couple of FujiFilm tags.
- Added a new Nikon LensID.
- Recognize Autodesk Revit files (but don't yet support reading metadata).
- Decode DriveSerialNumber from LNK files.
- Decode Apple FocusDistanceRange.
- Made a number of Sony SR2SubIFD tags writable.
- Tolerate dashes instead of colons as date separators in -geotag CSV files.
- Patched to read new format accelerometer data from Insta360 files.
- Patched to avoid outputting some Unknown tags when the -validate option is
used after a previously -execute'd command used the -u option.
- names of Canon G9 WB levels tags.
- typo in new Olympus AISubjectTrackingMode value.
- "use of undefined value" warning when reading DJI metadata.
- API Changes:
- Added IgnoreTags option.
Artistic perl exif meta-data
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: Bookmark shortcut creation by dragging to Windows File Explorer and dropping partially broken ( ), bookmarks sidebar flashing white when opened in dark mode ( ), multilingual spell checking not working with content in both English and a non-Latin alphabet ( ), Developer tools: an where the console output keep getting scrolled to the bottom when the last visible message is an evaluation result ( ). Delete cookies and site data when Firefox is checkbox getting disabled on startup ( ), Various stability, Reference link to 102.0 release notes
MPL c++ web-browser html5 javascript mozilla
This is a combination of getty, login, and xinit for use on Linux console. Has a friendly curses-based prompt. Scroll through valid login names instead of typing it. Will remember last login name, so all you have to type is the password. Will launch X if .xinitrc is present, or a shell otherwise. Can fallback to plain shell if X fails to start.
major feature: Display localized prompts and messages.
ISC system login xinit
PAM autologin module
minor bugfix: Release 1.2 - 2022-07-06
* Fallback to no-pkg-config when pkg-config fails.
* Fix compilation failure due to nonstandard maybe_unused.
* Use urandom instead of random for RNG to never block.
ISC security linux login
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 feature: (2022-07-05).
### (3 changes).
Resolve "White screen of death on creating new project" (gitlab-org/gitlab@b737280d402aa88f723ada9885ccca22fa4457b5) ( merge request (gitlab-org/gitlab!91668)).
agent token modal (gitlab-org/gitlab@6fdffc4a534f67953a1555a0e4e35e4bd2bcb960) ( merge request (gitlab-org/gitlab!91668)).
Resolve "Gitlab doesn't detect the deployment pods after K8s cluster upgrade to v1.22" (gitlab-org/gitlab@5eb84d7d96189f7119aa325e83a3723942cc14ba) ( merge request (gitlab-org/gitlab!91668)).
### Changed (2 changes).
Update gitaly_cgroups metric name in docs (gitlab-org/gitlab@1af956596f052446f7ee2d42635b891670ddccd4) ( merge request (gitlab-org/gitlab!91668)).
Refactor add populate commit permission migration (gitlab-org/gitlab@bc80cc41c2b90b8e459055c5ec1885941798f3c2) ( merge request (gitlab-org/gitlab!91668)) GitLab Enterprise Edition.
### Removed (1 change).
Geo Sites Form - Remove Beta Badge (gitlab-org/gitlab@2feffa8e272aa8d9e608ad3e510a93fda93b7fcb) ( merge request (gitlab-org/gitlab!91668)) GitLab Enterprise Edition.
MITL ruby ruby-on-rails git dvcs wiki bugtracker version-control
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 feature: Added more optimizations. The branch shortening optimization is slightly more aggressive. Assembly errors about short branches being out of range should be reported.
Added support for compilers that need an explicit option (e.g., -std=c++11) to recognize the C++11 features used by the CMOC source code.
Fixed a K R prototype bug where a prototype without any parameters would forbid calls with parameters.
GNU GPLv3 compiler c developers
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:
Crash when filling in forms in some files. first lines of Annotations sometimes being cut off. Signatures: Don't crash if the signature doesn't have a common name.
CairoFontEngine: increment font_face reference when retrieving from the cache.
Add ToUnicode support for lessorequalslant and greaterorequalslant.
Glib:
Add support for stamp annotation.
Build system:
Tweaks on how gperf is run.
GNU GPL c++ pdf rendering library developers
MONARC - Method for an optimised analysis of risks
minor feature: Updated zm-core to v2.12.1-p1.
The when we try to instantiate a global operational risk.
And it was already linked to the same anr before.
Affero GPLv3 cases monarc governance method risk-analysis php security
Converseen is a batch image-processing application, which utilizes Qt5 for cross-platform support. It supports common image formats including DPX, EXR, GIF, JPEG, JPEG-2000, PhotoCD, PNG, Postscript, SVG, TIFF and many others. It can process single or an selectable amount of files. Converseen allows resizing, size compression, rotation and flipping, file renaming. It can also split up PDF files into multiple images.
minor feature: Improved quality and compression settings for JPEG and PNG formats.
Various.. 0.9.5 â 2016-08-29 Latest.
Porting to Qt5.
GNU GPLv3 c++ qt5 image-processing image-conversion
Tornado is a Python web framework and asynchronous networking library. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user. It's comprised of a web framework, a HTTP client and server implementation based on an asynchronous networking core, and it coroutine library. As whole it can supplant WSGI setups, but the web framework itself may be run with traditional servers.
minor feature: What's new in Tornado 6.2.0
Jul 3, 2022.
Deprecation notice.
Python 3.10 has begun the process of significant changes to the APIs for.
Managing the event loop. Calls to methods such as `asyncio.get_event_loop` may.
Now raise `DeprecationWarning` if no event loop is running. This has.
Significant impact on the patterns for initializing applications, and in.
Particular invalidates patterns that have long been the norm in Tornado's.
Documentation and actual usage. In the future (with some as-yet-unspecified.
Future version of Python), the old APIs will be removed. The new recommended.
Pattern is to start the event loop with `asyncio.run`. More detailed migration.
Guides will be coming in the future.
- The `.IOLoop` constructor is deprecated unless the `make_current=False`.
Argument is used. Use `.IOLoop.current` when the loop is already running.
Instead.
- `.AsyncTestCase` (and `.AsyncHTTPTestCase`) are deprecated. Use.
`unittest.IsolatedAsyncioTestCase` instead.
- Multi-process `.TCPServer.bind`/`.TCPServer.start` is deprecated. See.
`.TCPServer` docs for supported alternatives.
- `.AnyThreadEventLoopPolicy` is deprecated. This class controls the creation of.
The "current" event loop so it will be removed when that concept is no longer.
Supported.
- `.IOLoop.make_current` and `.IOLoop.clear_current` are deprecated. In the.
Future the concept of a "current" event loop as distinct from one that is.
Currently running will be removed.
`TwistedResolver` and `CaresResolver` are deprecated and will be.
Removed in Tornado 7.0.
General changes.
The minimum supported Python version is now 3.7.
Wheels are now published with the Python stable ABI (`abi3`) for.
Compatibility across versions of Python.
SSL certificate verfication and hostname checks are now enabled by default in.
More places (primarily in client-side usage of `.SSLIOStream`).
Various improvements to type hints throughout the package.
CI ha
Apache python web-framework http-server
BakAndImgCD is a small Linux-based operating system, which has been designed to perform the following two tasks: data backup and disk imaging. The 4MLinux Backup Scripts make use of FSArchiver, GNU ddrescue, Partclone, Partimage, rsync, and other utilities. The output files (archives and images) can be optionally compressed and sent to a remote sever (using Ethernet, WiFi, PPP or PPPoE). BakAndImgCD is fully compatible with UNetbootin, which can be used to create an easy-to-use live USB.
major feature: This release is based on the 4MLinux Backup Scripts 40.0.
GNU GPLv3 command-line livecd 4mlinux
Antivirus Live CD is an official 4MLinux fork including the ClamAV scanner. It's designed for users who need a lightweight live CD, which will help them to protect their computers against viruses. Ethernet, WiFi, PPP and PPPoE are supported by Antivirus Live CD to enable automatic updates of its virus signature databases. All partitions are mounted during the boot process so that they can be scanned by ClamAV. The Antivirus Live CD ISO images are fully compatible with UNetbootin, which can be used to create an easy-to-use Antivirus Live USB.
major feature: This version is based on 4MLinux 40.0 and ClamAV 0.105.0
GNU GPLv3 framebuffer command-line antivirus
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.0030: matchfuzzy test depends on path of current directory
Problem: Matchfuzzy test depends on path of current directory.
Solution: Use fnamemodify() to remove the path.
Other text-editor ide vi vim
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: Class CHtml not found after user deletion (Carsten Schmitz).
Error message "No scope _renderErrorString" when trying to update (Carsten Schmitz).
Timings are not saved on MSSQL DB (Denis Chenu).
Export this question to PDF' button in View Statistics - HTML does nothing (Gabriel Jenik).
Unable to save existing question with button (Denis Chenu).
Spinning hexagon continues to spin although file is correctly downloaded (Gabriel Jenik).
Broken view in uploader (Gabriel Jenik).
InputOnDemand is not loading all prior rows when navigating back (Gabriel Jenik).
Custom logo disappears in extended themes (Gabriel Jenik).
GNU GPL survey php mysql mssql postgres
GNU PSPP is a program for statistical analysis of sampled data. It is a Free replacement for the proprietary program SPSS, and appears very similar to it with a few exceptions.
minor feature:
GNU GPL c gtk education science-research scientific information-analysis statistics
Ever wanted to play space invaders when you can't find a GUI?
Now you can!
cleanup: compiles again with gcc 11.
GNU GPL arcade shell space invaders ncurses aliens shooter
libgphoto2 is a set of libraries for previewing, retrieving,
and capturing images from a range of supported digital cameras to your
local hard drive. It does not support digital cameras based on the USB
storage protocol, those can be mounted by Linux directly.
The list of current cameras can be found on:
http://gphoto.org/proj/libgphoto2/support.php
or by running
gphoto2 --list-cameras
major bugfix: libgphoto2 2.5.30 release
ptp2:
* Canon: fixed display locking/unlocking after exit
* generic: avoid potential crash on image addition
* Sony: Add image information when wait_for_event, some config values added
* Added IDs:
* Nikon Zfc, Z9
* Sony DSC-WX220, Alpha-A7 IV
* Nikon P950
* Canon EOS Rebel T8i
* Fuji Fujifilm X-E4
* GoPro HERO10 Black
general:
* fix parallel builds by requiring gettext 0.19.1 for builds from git (PR #797)
* add gp_init_localedir() function to allow for non-standard installations (PR #796)
translations:
* updated traditional chinese
README lines 1-20/20 (END)
GNU LGPL camera usb capture digital camera remote control tethering
libmtp is an Initiator implementation of the Media Transfer Protocol (MTP) in the form of a library suitable primarily for POSIX compliant operating systems. We implement MTP Basic, the stuff proposed for standardization.
minor feature: The 1.1.20 release contains lots of MTP USB ID additions.
Bugs fixed:
- Fix retrieval of the string property
- Fix array properties retrieval
- remove unused LIBMTP_object_t (was only temporary part of the api, remvoed since 2008 at least) fixes https://github.com/libmtp/libmtp/issues/114
Devices added:
- added missing device model Xiaomi MI 9
- added eink tablet Supernote A5X, fixes ttps://github.com/libmtp/libmtp/issues/82
- added CAT S62 Pro
- added a k se180 fixes https://github.com/libmtp/libmtp/issues/85
- added OnePlus 9 5G https://sourceforge.net/p/libmtp/bugs/1910/
- added oculus quest https://sourceforge.net/p/libmtp/bugs/1911/
- added motorola XT1032
- added Lenovo Tablet TB-8304F1 https://sourceforge.net/p/libmtp/bugs/1912/
- added Amazon Kindle fire 10 plus https://sourceforge.net/p/libmtp/bugs/1913/
- adjusted hex value to be consistent 4 hexchars https://github.com/gphoto/libgphoto2/issues/753
- added ONEPLUS 6T A6013, fixes https://github.com/libmtp/libmtp/issues/88
- added Garmin Fenix 7 Sapphire Solarm, fixes https://github.com/libmtp/libmtp/issues/95
- added lenovo tab m10 , fixes https://github.com/libmtp/libmtp/issues/102
- added gopro hero 10 black, fixes https://github.com/libmtp/libmtp/issues/103
- added gopro10 hero black log
- add note linking to github
- added garmin venu 2s, fixes https://github.com/libmtp/libmtp/issues/105
- reorder to Xiaomi MI 9 M1902F1G
- added Alldocube SMile X, fixes https://github.com/libmtp/libmtp/issues/109
- added garmin epix 2
- added garmin tactix-7
- added archos 101d Neon https://sourceforge.net/p/libmtp/bugs/1919/
- added Acer Liquid Zest T06
- added Lenovo Tab TB-X704A https://sourceforge.net/p/libmtp/support-requests/297/
- added Sony Xperia 5 fixes https://github.com/libmtp/libmtp/issues/113
- added lenovo Lenovo TAB M7 Gen 3 / TB-7306F
- Add device id for Fire HD 8 (7th Gen)
GNU LGPL mtp library android samsung htc galaxy
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: Theming support for Qt5 applications. Bundled vkd3d upgraded to version 1.4. Improved effect support in Direct2D. QWORD support in registry tools. Various.
GNU LGPL c x86 windows win32 emulator compatibility library desktop operating-system
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: (2022-06-30).
### Security (16 changes).
group IP restrictions not enforced for container registry requests (gitlab-org/security/gitlab@0c9628791bf383734ec8f32e1d0040ca2fd62178) ( merge request (gitlab-org/security/gitlab!2550)).
Gitlab Runner version upgrade (gitlab-org/security/gitlab@b7e06c1e812fdf0a2fab4aca07cdea33ff22b41c) ( merge request (gitlab-org/security/gitlab!2564)).
Update ProjectAttributesTransformer to use number of attributes (gitlab-org/security/gitlab@fae2720ffd7ec5ce3eb88e3b68b2879f4f664cf4) ( merge request (gitlab-org/security/gitlab!2547)).
Escape deploy key title to prevent XSS (gitlab-org/security/gitlab@071c3fa4ae63d03117a3c02752711d29f6f620b1) ( merge request (gitlab-org/security/gitlab!2492)).
Sanitize ZenTao breadcrumb links (gitlab-org/security/gitlab@5b16b65cfe57a946f25842b7818dafe6c8a934ea) ( merge request (gitlab-org/security/gitlab!2555)).
permissions in the project labels API (gitlab-org/security/gitlab@b3ff7ee5a64382ff9ee34bc3fc44acd0117f86d9) ( merge request (gitlab-org/security/gitlab!2532)).
Security sentry leaks and access level check (gitlab-org/security/gitlab@a0ad79588f170e1c58206e42d8b550d75e874a4d) ( merge request (gitlab-org/security/gitlab!2531)).
Check permissions before exposing user two factor enabled (gitlab-org/security/gitlab@3b7c699ffcca64721c0876da12435c148f8e83a7) ( merge request (gitlab-org/security/gitlab!2530)).
Filter milestone release by user access (gitlab-org/security/gitlab@dc79edc16c7422279235d2ad8a4807644840fc4c) ( merge request (gitlab-org/security/gitlab!2535)).
the required access level in the Conan packages finder (gitlab-org/security/gitlab@5221ca59f09361f90798348851fa12c91e5d9e35) ( merge request (gitlab-org/security/gitlab!2513)).
Allow inviting only groups with subset of allowed domains to groups (gitlab-org/security/gitlab@03dfb153355d0465ea25a6d73db895c975fc32df) ( merge request (gitlab-org/security/gitlab!2538)).
open redirect vulnerability (gitlab-org/security/gitl
MITL ruby ruby-on-rails git dvcs wiki bugtracker version-control
|