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: Private Browsing with Tracking Protection blocks certain Web elements that could be used to record your behavior across sites, Control Center that contains site security and privacy controls, Indicator added to tabs that play audio with one-click muting, WebRTC improvements:, Login Manager improvements:, Improved performance on interactive websites that trigger a lot of restyles, Implemented ES6 Reflect, Support ImageBitmap and createImageBitmap(), Media Source Extension for HTML5 video available for all sites, View HTML source in a tab, Remote website deging over WiFi (no USB cable or ADB needed), Asynchronous call stacks now allow web developers to follow the code flow through setTimeout, DOM event handlers, and Promise handlers. Configurable Firefox OS Simulator in WebIDE, to simulate reference devices like phones, tablets, even TVs, CSS filter presets in the Inspector, Ability to save filter presets inside CSS Filter Tooltip, Various security, URLs containing a Unicode-format Internationalized Domain Name (IDN) are not redirected properly, leading to a. Server Not Found error.
MPL c++ web-browser html5 javascript mozilla
ALT Linux is a set of Linux distributions that are based on Sisyphus, an APT-enabled RPM package repository that aims to achieve feature completeness, usability, and security in a sensible and manageable mixture.
major feature: Linux 4.1.12/4.2.5; Firefox 41.0.2; cinnamon 2.8.2, gnome3 3.18.0, enlightenment 0.20.0-beta, icewm 1.3.11, kde4 4.14.10, kde5 5.15.0, lxqt 0.10.0, mate 1.10, wmaker 0.95.7, xfce 4.12.3; rescue: remote access mode; cinnamon, lxde: initial vietnamese/korean/chinese IM support
Mixed operating-system software-distribution installation end-users developers livecd rescue desktop server security
Password management should be simple and follow Unix philosophy. With QtPass, each password lives inside of a gpg encrypted file whose filename is the title of the website or resource that requires the password. These encrypted files can be be organised into meaningful folder hierarchies, which can be shared with teams.
minor feature: Support for RightToLeft languages #108
.
FreeBSD ed0093 7c26329
.
Windows "hidden" folder.
Minor cleanup work 4302cc0 f6d68f4 8b6a533
.
Some work on the language creation/update mechanics 741c4b7 and other minor tweaks.
GNU GPLv3 password manager utility qt qt5 pass gpg git
The general aim of the 4DIAC initiative is to provide an open, free, IEC 61499 standard compliant automation and control environment. The following open source projects are in the focus of the 4DIAC initiative:
* FORTE (4DIAC-RTE): Modular IEC 61499 compliant Runtime Environment for small embedded devices (16/32 Bit), implemented in C++
* 4DIAC-IDE: Modular IEC 61499 compliant Integrated Engineering Environment based on the Eclipse open tool framework
* 4DIAC-LIB: Library of function blocks usable for different kinds of control applications
* 4DIAC-Systems: A set of example projects
Furthermore this open source implementation should serve as discussion basis for the further development of the IEC 61499 standard.
minor bugfix: We are proud to announce the third maintenance release for 4DIAC 1.7 providing a set of bug fixes to 4DIAC-IDE (4), and FORTE (1).
The following bugs have been fixed in 4DIAC-IDE: fixed issue on data to adapter connection creation https://sourceforge.net/p/fordiac/discussion/708248/thread/0b653d89/#b9b3, issues:#1050 Plug-in org.fordiac.ide.fbt.typemanagement was unable to load class org.eclipse.ui.editors.text.TextEditor, Resource out of sync error occurring after system creation or saving of resources as reported in: https://sourceforge.net/p/fordiac/discussion/708249/thread/7d40c9dc/?limit=25#331d, issues:#1052 Wrong evaluation of ECC guarding conditions due to missing parentheses.
The following bugs have been fixed in FORTE: fixed issue with STOP handling in E_RESTART.
EPL distributed control industrial automation embedded-systems science-research manufacturing developers cross-platform c++ java c++ java
Bootstrap Listr is a simple PHP script to display folders and files on a server. It utilizes the Bootstrap 3 CSS framework to visualize contents in a well formed list. It provides configurable columns for size / modified date / permissions, sorting, document icons, and ignored files.
minor feature: Use basename in
.
display source modals without highlighter.
decode name .
.
Update devDependencies.
MITL php apache file-browser bootstrap font-awesome indexing-search
RPGboss is a 2D role-playing game engine and application designer. It
requires little programming logic, comes with a map editor and tiles.
It allows custom screen sizes, side battles, defining map events and
interactive dialogs, JavaScript usage, items/inventory, in-game menus,
managing scores and skills, animations, characters and enemies. Completed
games can be exported to Windows, Linux and Mac binaries.
minor feature: Partially move to gradle build.
Make running on desktop work again.
get tests working again.
upgrade build properties.
Update Swing library.
Remove old sbt stuff.
update compiler.
Update to new version of libgdx.
Make random movement less crazy.
Allow overriding of look and feel.
Affero GPLv3 java scala javascript game game-engine rpg side-scrolling code-generator framework cross-platform developers
Docker is an open platform for distributing software application in containers. It utilizes operating system-level virtualization for process and full resource isolation through cgroups, capabilities, SELinux, AppArmor, netfilter, and Linux kernel namespaces. Its libcontainer is based on libvirt and lxc. Docker Engine is the application and environment packaging tool. And Docker Hub is a cloud service for sharing prepackaged containers.
major feature: Runtime:
`docker stats` now returns block IO metrics.
`docker stats` now details network stats per interface.
Add `ancestor=` filter to `docker ps --filter` flag to filter.
containers based on their ancestor images
Add `label=` filter to `docker ps --filter` to filter containers.
based on label
Add `--kernel-memory` flag to `docker run`.
Add `--message` flag to `docker import` allowing to specify an optional.
message
Add `--privileged` flag to `docker exec`.
Add `--stop-signal` flag to `docker run` allowing to replace the container.
process stopping signal
Add a new `unless-stopped` restart policy.
Inspecting an image now returns tags.
Add container size information to `docker inspect`.
Add `RepoTags` and `RepoDigests` field to `/images/ name:* /json`.
Remove the deprecated `/container/ps` endpoint from the API.
Send and document correct HTTP codes for `/exec//start`.
Share shm and mqueue between containers sharing IPC namespace.
Event stream now shows OOM status when `--oom-kill-disable` is set.
Ensure special network files (/etc/hosts etc.) are read-only if bind-mounted.
with `ro` option
Improve `rmi` performance.
Do not update /etc/hosts for the default bridge network, except for links.
conflict with duplicate container names.
an with incorrect template execution in `docker inspect`.
DEPRECATE `-c` short flag variant for `--cpu-shares` in docker run.
Client:
Allow `docker import` to import from local files.
Builder:
Add a `STOPSIGNAL` Dockerfile instruction allowing to set a different.
stop-signal for the container process
Add an `ARG` Dockerfile instruction and a `--build-arg` flag to `docker build`.
that allows to add build-time environment variables
Improve cache miss performance.
Storage:
devicemapper: Implement deferred deletion capability.
Networking:
`docker network` exits experimental and is part of standard release.
New network top-level concept, with associated subcommands and API
WARNING: the API is
Apache virtualization application-containers security distributed-computing systems-administration
LibreSSL Portable is a free version of the SSL/TLS protocol forked from OpenSSL, and developed by the OpenBSD project. LibreSSL is developed as part of the OpenBSD system, with lots of ancient cruft and security woes already fixed. The portable version for other Unices is developed alongside.
cleanup: This release is the second snapshot based on the development OpenBSD 5.9
Branch. It is still likely to change more compared to the 2.2.x and 2.1.x
Branches. The ABI/API for the LibreSSL 2.3.x series will be declared stable
Around March 2016. See http://www.libressl.org/releases.html for more details.
LibreSSL 2.3.1 has the following notable changes:
ASN.1 cleanups and RFC5280 compliance.
Time representations switched from 'unsigned long' to 'time_t'. LibreSSL.
Now checks if the host OS supports 64-bit time_t.
a leak in SSL_new in the error path.
Support always extracting the peer cipher and version with libtls.
Added ability to check certificate validity times with libtls.
Tls_peer_cert_notbefore and tls_peer_cert_notafter.
Changed tls_connect_servername to use the first address that resolves with.
Getaddrinfo().
Remove broken conditional EVP_CHECK_DES_KEY code (non-functional since.
Initial commit in 2004).
a memory leak and out-of-bounds access in OBJ_obj2txt, reported
by Qualys Security.
an up-to 7 byte overflow in RC4 when len is not a multiple of.
Sizeof(RC4_CHUNK), reported by Pascal Cuoq.
Reject too small bits value in BN_generate_prime_ex(), so that it does.
Not risk becoming negative in probable_prime_dh_safe(), reported by
Franck Denis.
Enable nc(1) builds on more platforms.
The LibreSSL project continues improvement of the codebase to reflect modern.
Safe programming practices. We welcome feedback and improvements from the
Broader community. Thanks to all of the contributors who helped make this
Release possible.
ISC ssl tls cryptography security libraries aes rsa sha1 communications
SQLite is a lightweight and embeddable database. It's fully ACID and SQL92 compliant with 100% test coverage. As storage a single cross-platform disk file format is used, which may be up to terrabytes in size. It requires no setup and little administrative work. SQLite itself has a simple yet expandable API. Bindings for most programming languages exist on all major plattforms.
feature: The schema parser so that it interprets certain
obscure and ill-formed)
CREATE TABLE statements the same as legacy. for ac661962a2aeab3c331.
Public Domain c sql database sqlite embedded
The stunnel program works as SSL encryption wrapper between remote and local network sockets or inetd-started daemons. It adds SSL or TLS functionality to any network service, commonly POP3, IMAP or HTTP servers. Stunnel uses OpenSSL for cryptography. It can itself function as port redirection deamon, or as temporary traffic interceptor, and requires no adaption of the shadowed programs.
minor feature: New features.. SMTP client protocol negotiation support for "protocolUsername", "protocolPassword", and "protocolAuthentication" (thx to Douglas Harris).
New service-level option "config" to specify OpenSSL.
GNU GPL c ssl tls network-daemon inetd
Fossil is a distributed version control system, quite robust and easy to use. It manages local and remote repositories, user permissions, has a built-in wiki, bugtracker, release blog and an extendable web interface. It's github-in-a-box as all features are packed into a stand-alone executable which also doubles as server. Internally the database utilizes SQLite and allows extending that or its user interface through TCL or the builtin TH1 scripting language. An optional JSON API permits further extensions.
minor feature: Make the fossil clean command undoable for files less
Than 10MiB.
Update internal Unicode character tables, used in regular expression.
Handling, from version 7.0 to 8.0.
Add the new amend command which is used to modify.
Tags of a "check-in".
in import command, handling version 3 of.
The svndump format for subversion.
Add the all cache command.
TH1 enhancements: Add minimal lsearch command. Only exact.
Case-sensitive matching is supported.. Add the glob_match , markdown ,
dir , and encode64 commands.. Add the tclIsSafe and tclMakeSafe commands to.
The Tcl integration subsystem.. Add 'double', 'integer', and 'list' classes to the
string is command.
Add minimal lsearch command. Only exact.
Case-sensitive matching is supported.. Add the glob_match , markdown ,
dir , and encode64 commands.. Add the tclIsSafe and tclMakeSafe commands to.
The Tcl integration subsystem.. Add 'double', 'integer', and 'list' classes to the
string is command.. Add the --undo option to the diff command.
Build-in Antirez's "linenoise" command-line editing library for use with.
The fossil sql command on Unix platforms.
Add stash cat as an alias for the.
Stash show command.
Automatically pull before fossil merge when auto-sync
is enabled.
hard option to fossil mv and fossil rm
to enable them to work properly with certain relative paths.
Change the mimetype for ".n" and ".man" files to text/plain.
Display improvements in the fossil bisect chart command.
Updated the built-in SQLite to version 3.9.1 and activated JSON1 and FTS5.
Support (both currently unused within Fossil).
BSDL-2 c sqlite fossil scm dvcs wiki bugtracker server project-management cgi wcms
Ansifilter converts ANSI terminal escape sequences to HTML, RTF, BBCode, Pango Markup, LaTeX and Plain TeX.
minor feature: -fixed missing close tags in HTML output
-fixed TeX output for cweb documents
-HTML and LaTeX output size reduced
-HTML output adjusted to HTML5 doctype
-added TCL extension in src/tcl
GNU GPLv3 text-processing filter html latex
Highlight converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX, SVG, BBCode and terminal escape sequences with coloured syntax highlighting. Language definitions and colour themes are customizable Lua scripts. It provides a plug-in interface to tweak syntax parsing and coloring.
minor feature: -fixed TeX output for cweb documents
-fixed string interpolation in bat.lang
-added several HTML output plug-ins
-added TCL extension in examples/tcl
-added support for Kotlin, Nginx and Julia
-updated php.lang to include version 7 keywords
-updated ceylon.lang to include version 1.2 keywords
-updated scripts in examples directory
-CLI: style-infile option marked as deprecated
-GUI: shortened paths in file input lists
GNU GPLv3 documentation text-processing html latex
SSHGuard is an automated log watcher which quickly sets up firewall blocks for detected brute-force attacks. It supports not just SSH, but also sendmail, exim, dovecot, Cucipop, UWimap, vsftpd, proftpd, pure-ftpd and FreeBSD ftpd. It understands syslog/-ng, metalog, multilog and raw log formats. And works with netfilter/iptables, PF, ipfw, or just hosts.allow to set up firewalling rules.
minor feature: Add sample systemd(8) unit file.
- Implement logging as wrappers around syslog(2).
- Improve log and error messages.
- Remove SIGTSTP and SIGCONT handler.
- Remove safe_fgets() and exit on interrupt.
- Terminate state entries for hosts blocked with pf.
- Update and shorten command-line usage.
- Use 'configure' to set feature-test macros.
BSDL c log monitoring firewall security ssh mail-server
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 feature: CLI/DLL only, XML: new option --Output=MIXML, with XML v2.0beta1 status, not for production, see https://github.com/MediaArea/MediaAreaXml for more details.
MediaTrace: support of more than 1 file in XML output.
CLI/DLL only, XML: new option --Output=MAXML, with XML v0.1 status, in order to have bot MediaInfo and MediaTrace in the same output, not for production, see https://github.com/MediaArea/MediaAreaXml for more details.
x MediaTrace: some invalid outputs
x #B951, Amazon S3 support (REST API v2), CLI/DLL only and if compiled with libcurl support: URL without credential were badly interpreted
GNU LGPLv3 c++ win32 command-line wxwidgets video analysis
ownCloud is an online file synchronization and sharing solution. It's easy to use as consumer-grade product, but can be hosted on private servers or data centers. It integrates with existing IT business infrastructure as well, and this allows to constrain and customize security and functional requirements. It comes with a simple user interface for file uploading, viewing or editing, contacts and calendars, bookmarks and media files.
minor feature: Check for version before mounting a public link.
Prevent leaking db connection info in the stacktrace.
source path when share is a mount point.
Add OC TempManager to handle creating and cleaning temporary files.
Use the TempManager to handle temporary files.
no need to store the form factor in the session - it's computation is?.
replace outdated 'shared' people icon with regular share icon as fall?.
retrieval of user groups.
drop useless "!!! No reuse of etag" -.
Return valid fileinfo objects for part files.
Use source storage permissions when scanning shared storage.
Add View::getMount() for stable7.
Proper constant for stable7.
php ), since gy behaviour occurs when the p?.
Set the deoutput channel to error_log instead of echoing it.
Remove duplicated slashes from the requested url.
Add unit test.
undefined offset 1 for wrong user mail address.
remove insane de-log from OC_Image.
add config-option for an image's maximum filesize when generating pre?.
update routine.
cursor early in calculateFolderSize.
use uid provided by setupfs hook to mount server2server shares.
Update sabre dav to 1.8.12 on stable7.
Revert "cursor early in calculateFolderSize".
Give a better error message for external shares with self-signed ssl ?.
detect root of mountpoint also if the trailing slash is missed.
for password protected link shares the password is stored in shareWit?.
7.0.5 RC1.
Normalize before processing.
external user app: Add note to enable it first.
Do not overwrite the shareType so the post hook is still correct.
Add a test for the post_shared hook shareType.
on ownCloud upgrade: upgrade all apps in order, load important ones.
"other" app update stack.
Add hint for troubleshooting MS Word previews.
catch any whitespaces which might get written to the output buffer wh?.
libre/openoffice preview on multi-user instances.
Removed anchor in config.sample.php.
console commands shall not be limited with respect to execution time ?.
7.0.5.
The class na
OSL storage cloud web-environment file-sharing
Sauvegarde saves your data in a continuous way that is to say while being written to disk. It is intended for users that have many files to save and that do not want to miss any change on them. The whole backup is deduplicated so users using many similar systems or having copies of the same file in many systems will save space regarding traditional backup. A specific feature (caching in the client) yet to implement will allow one to backup systems that do not have permanent access to the network (for instance laptop users).
major feature: Upon comments made by Pierre Bourgin when trying to package sauvegarde's project for voidlinux distribution the program names changed and are now cdpfglserver, cdpfglclient and cdpfglrestore. 'cdpfgl' stands for 'Continuous Data Protection For Gnu/Linux'. Now using cdpfglrestore with the -w (--where) option one can restore a file to some specific directory specified along with the option. cdpfglclient has a new mode to calculate hashs. This mode is called 'adaptative blocksize' it can be invoked with -a 1 (--adaptative=1) command line option or by using 'adaptative=true' directive in 'Client' section of client.conf configuration file. This option allows client to calculate hash with an adaptative blocksize that depends of the size of the file. It works by steps. File whose size is under 32768 bytes are hashed with a 512 bytes blocksize, files under 262144 bytes with a 2048 bytes blocksize and so on until files whose size is greater than 134217728 that are hashed with a 262144 bytes blocksize. It is believed that doing so, deduplication will hit a higher rate. The counter part is that cdpfglclient program is slower for small files. -s (--buffersize) option has been added to cdpfglclient program in order to let one choose the cache that cdpfglclient may use before sending data to cdpfglserver. This option has no effect when the adaptative blocksize option has been chosen has the program will adapt this buffersize roughly to each file. This release also contains many bugfixes and memory leakage fixes. Memory allocation strategy has been reviewed at some points: when it's possible, avoid allocating memory at all, when we must allocate see if g_malloc() is usable else use g_malloc0() which is 1000 times slower than g_malloc.
GNU GPLv3 c system continuous data protection backup deduplicating stateless json jansson http libmicrohttpd libcurl
Mercurial is a free, distributed source control management tool. It's lightweight and efficiently handles projects of any size with an easy and intuitive interface.
minor feature: bookmark: do not crash when active bookmark is forward and --date is used.
Bookmarks: don't deactivate on no-op update ( )
Clone: updaterev to update to latest branch changeset ( )
clonebundles: support for seeding clones from pre-generated bundles. commit: abort when a committemplate is not changed (BC).
Help: distinguish sections when multiple match ( )
help: pass around ui to doc loader (API). help: pass around ui to rewriter hooks (API). merge: perform all premerges before any merges (BC).
Merge: abort on file/directory case folding collisions ( )
Phases: return zero for no-op operations ( ) (BC)
resolve: perform all premerges before performing any file merges (BC).
GNU GPL c python version-control distributed-revision-system source-control console developers
µBlock is an efficient and general-purpose web filter plugin for browsers. It's primarily used for ad blocking of course. Runs in Firefox, Chrome, Opera Blink, Safari, Fennec, and other Chromium-based browsers. It automatically uses EasyList, EasyPrivacy and Malware Domain filter lists, but also supports hpHosts, MVPS HOSTS, Spam404 and many other curated block lists. µBlock is speedier and more memory conservative than other ad blockers, and is completely open source, does not undermine filtering like ADPs sponsored ads.
minor feature: uMatrix icon only available in one browser window when auto-restoring multi-window session
Thanks to @DjogaRo for having patiently investigated the root cause of the.
.
Thanks to @DjogaRo for having patiently investigated the root cause of the.
uBlock duplicate icon on Context menu.
Clicking URLs in Chrome Full History bypasses uBlock Origin.
GNU GPLv3 javascript browser ad-blocker filter privacy
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: CommentsIndentationCheck doesn't report errors at end of block.
NoWhitespaceAfterCheck.
NPE in EqualsAvoidNull check.
FinalLocalVariable false-negative.
Exclude lines with package in LineLength check.
NPE in NeedBraces.isSingleLineFor.
JavaDocMethod: Exception thrown for incomplete @return tag if next line is empty.
reusability of JavaDoc checks.
blank line indentification for EmptyLineSeparator check.
Support for @SuppressWarnings( quot;all quot;).
Make SuppressWarningsFilter case-insensitive.
NPE in ModifiedControlVariable on SuppressWarnings.
Do not recognize '//' as valid Javadoc.
Make JavadocType check customizable by list of tokens.
FALSE positive in JavadocStyle check on inheritDoc tag.
Ignore missing Javadoc for 'serialVersionUID' fields.
Exclude lines with imports in LineLength check.
IllegalTypeCheck, requiredTokens is set to IMPORT only.
CLI should print a file name where exception is happen.
LeftCurly: add Anonymous class to allowed tokens.
Deploy snapshots versions in CI.
require all filters appear in checkstyle_checks.xml.
removed xdoc of CustomImportOrder.samePackageMatchingDepth.
added xdoc check validation.
Run CheckStyle on Full Test Directory.
invalid xml examples in xdocs.
flush audit outputs sooner.
unify test input locations for whole project.
removed excess hierarchy from few Check.
Bunch of refactoring and code optimizarion.
Update list of missing tools.
Sonarqube found problems in Checkstyle.
Replaced outdated link for bamboo-checkstyle-plugin.
forbiddenapis' plugin added to maven config.
Update list of related Tools.
skip all analysers during deploy.
usage of error-prone plugin is commented out till problems with Eclipse resovled.
Inconvenience to deUTs after recent changes in BaseCheckTestSupport.
PMD violations for ShortVariable rule.
PMD violations PreserveStackTrace.
PMD violations EmptyMethodInAbstractClassShouldBeAbstract.
PMD violation ConfusingTernary.
rename CheckUtils.isVoidMethod to isNonVoidMethod.
Decrease visibility of package
MITL java coding-style syntax-checker command-line
CakePHP is a web development framework, somewhat similar to Rails. It provides scaffolding tools, an ActiveRecord/DataMapper implementation, doesn't require much setup or configuration. It comes with helpers for text translations, caching, validation, authorization backends, CSRF and XSS protection, and templating. It follows the Web-"MVC" scheme, centralized route dispatching, less efficient class-by-class autoloading, etc. Thorough API documentation and a rich set of user-contributed plugins exist.
minor feature: TimeHelper no longer returns 1969 on invalid dates. Instead '' is returned.
crc32 hash keys used in DboSource have been replaced with md5 sums. This reduces the chance of hash collision significantly.
MIME-Version is set on emails.
The node_modules directory is ignored when looking for PHP files.
View templates can no longer be located outside of the configured view paths.
MITL php framework web-mvc cakephp rails
Sidef is a high-level, general-purpose programming language, inspired by Ruby, Perl6 and Go.
Main features of the language include:
- object-oriented programming
- multiple dispatch
- metaprogramming
- regular expressions
- support for using Perl modules
- optional dynamic type checking
- and a large number of built-in types
minor feature: All functions and methods are now closures.
The goto keyword and support for labels.
Support for global variables.
Localization support for magic variables.
Support for real-constants.
Support for do ... while (expr) support.
The inkeywords if and while.
The Grapheme and Graphemes built-in types.
Traits for functions and methods.
The Array.sort_by ... method (0687ff3).
Preand postdereference.
Better support for structures (struct Name ... ) (a353469).
More constants can now be declared at once.
Stricter rules for comparison operators.
Optimized the Array.uniq and Array.last_uniq methods.
Slurpy parameters now support default values (7bdfafe).
Better type-checking for typed parameters (ad1f961).
Better support for named parameters (8097b21).
Better support for declaration of variables with default values (5952210).
Method calls can now expand on multiple lines (c1dc82f).
eval() is considerably faster now.
Semicolons are now fully optional.
The regex variables ( 1, 2...) are gone. (1eaf761).
Removed the triple-equal (===) operator.
Removed the support for class def variables.
The gather/take construct is now recursive-friendly.
break(n) and next(n) no longer work (use goto instead).
The support for multiple dispatch is currently unimplemented.
0.11-EOL...2.10.
https://github.com/trizen/sidef2/commits/master.
GNU GPLv3 programming language development perl
Alto CMS is a flexible Web Content Management System with various community features and extensions plugins. It includes the obligatory admin panel, an content editor, blogs, multimedia attachments, an invite system, comments for tracking discussions, and a user mailbox system. It's also PHP based, can use Mysql/Mariadb or Postgres using PDO with bound parameters.
minor feature: New functions - F::GetRequestMethod(), F::GetRequestHeaders(), F::GetRequestBody().
Universal method for user authorization ModuleUser::GetUserAuthorization().
Access check before event execution moved from class Router to class Action.
Talks - search addressee.
Define ajax request -.
Other small updates and.
GNU GPL php wcms portal-script russian
BitWrk is creating a marketplace where participants can buy or sell computing power like stocks in a stock exchange, using Bitcoin as currency. The client software can be integrated with existing, compute-intensive applications (e.g. rendering software), creating a big boost by harnessing the combined computing power of the BitWrk network. Sellers earn money by putting their hardware to work, offering an alternative to Bitcoin mining.
BitWrk includes bitwrk-blender, an add-on bringing BitWrk to the Blender rendering software.
major feature: This release gives you support for Blender 2.76, compressed data transmission, revised transaction logic and lots of bugs fixed
GNU GPLv3 3d-rendering distributed-computing go python cross-platform developers end-users
This application provides a Web interface in order to control the EV3 robot.
minor feature:
BSDL ev3 lego mindstorms ev3dev
Wine Staging is a testbed Wine compilation with new experimental features and application bug fixes (formerly known as wine-compholio). It's synced with regular Wine, and patches sent upstream after testing. There are for example CSMT, or CUDA/PhysX support, DXVA2 GPU video decoding, Job Object support, named pipe message mode, IO performance optimizations, S3/DXTn support, the threadpool API, d3dx9 improvements, Windows ACL support, and a PulseAudio driver for Wine.
minor feature: Updated server-FileEndOfFileInformation patchset, growing a memory mapped
file should still work.
Added patch to use wrapper function for consolidation callback during
unwinding.
Added patch to implement stub for ProcessQuotaLimits info class.
Added patch to release capture before sending WM_COMMAND.
Added patch to block interruption of system APC in server_select.
Added patch to implement FileNamesInformation class support for
NtQueryDirectoryFile.
Added patch for implementation of additional HSTRING functions.
Added patches for memory allocation cleanup in gdiplus functions.
Added patch to implement hal.KeQueryPerformanceCounter.
Added patch to build failure.
Added patch to pass '-read_only_relocs suppress' to the linker on OSX and
enable patchset to use Nt function wrappers.
Added patch to use _handle instead of Ntfor internal memory
management functions.
Added patch to improve INetFwAuthorizedApplication::get_ProcessImageFileName
stub.
Added patch for SetCoalescableTimer stub function.
Added patch for SfcGetNextProtectedFile stub function.
Added patch to zero out returned stats when IEnumSTATSTG::Next reaches end
of enumeration.
Added patch to multiple in widl typelib generation.
Added patch for SetConsoleKeyShortcuts stub function.
Added patch to implement kernel32.GetConsoleFontSize.
Added patch to implement SystemHandleInformation info class.
Removed patch to implement kernel32.GetPhysicallyInstalledSystemMemory.
(accepted upstream).
Partially removed patches for ws2_32 TransmitFile (accepted upstream).
Removed patch to NULL dereference in ICSeqCompressFrameStart.
Removed patch to return default palette entries from GetSystemPaletteEntries
for non-palette-based devices (accepted upstream).
Removed patch to use wrapper function for consolidate callback during
unwinding on x86_64 (accepted upstream).
Removed patch to release capture before sending WM_COMMAND (accepted
upstream).
Removed patch to avoid check for signaled object after user APC in
server_select (a
GNU LGPL c wine windows emulation patchset
Fink is a package management system for Mac OS X and Darwin systems. It utilizes Debians apt and dpkg tools, while "fink" itself is the source to package building system. The project also adapts sources for broader compatibility with Mac/Darwin systems.
minor feature: Use system versions of tools (make, cp, chmod) in default_script .
Add Restrictive/GPL and related License forms for OpenSSL-linked packages.
GNU GPL c darwin macosx dpkg deb apt-get packaging software-distribution installation
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: Implementation of the TransmitFile function. More implementation of the Web Services DLL. Improved video decoding. Alternative for the deprecated prelink tool. Major Turkish translation update. Various.
GNU LGPL c x86 windows win32 emulator compatibility library desktop operating-system
Eventum is a user-friendly and flexible issue tracking system that can be used by a support department to track incoming technical support requests or by a software development team to quickly organize tasks and bugs. Eventum is used by the MySQL AB Technical Support team, and has allowed them to dramatically improve response times.
minor feature: few Static Deprecated calls (Craig Pinfold, #72).
Use randomlib for private key generation, add UI to regenerate it (Elan Ruusamäe, #73).
misplaced if in preferences template.
Auth and Project cookie related internal refactor (Elan Ruusamäe, #74).
Set limit 20 retries to try to send one mail (Elan Ruusamäe).
Add html_charset to be APP_CHARSET.
Use password_hash family functions for password hashing (Elan Ruusamäe, #77).
Unify size of pri_id in databases.
Handle mbstring function overload.
Make version table log based (Elan Ruusamäe).
Removed local/include/ from include path and added to composer instead (Bryan Alsdorf).
Use zf2 config for setup config (Elan Ruusamäe, #80).
Improvements to messageId generator, make it use RandomLib (Elan Ruusamäe).
IRC bot improvements (Elan Ruusamäe, #82).
Use var/ path for writable data (Elan Ruusamäe, #81).
Pass array of changed fields to Workflow::handleCustomFieldsUpdated (Bryan Alsdorf).
Custom Fields Weekly report: take also params from GET (Kristo Klausson, #86).
Manage Emails: Accept prj_id from GET to allow link bookmarking (Elan Ruusamäe).
Add DeBar debar in development mode (Elan Ruusamäe, #87).
GNU GPL information management issue tracking software development bug tracking
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: 2.42 30 Oct, 2015
New Features Driver for the new NookGlowlight Plus. This device only allows sending of files inside the NOOK folder, so calibre now follows that limitation.
When converting AZW4 files to PDF, skip the conversion and simply unwrap the PDF file already embedded inside the AZW4 file.
Metadata download review dialog: Add an option to mark rejected books in the main book list after the review is completed.
Edit Book: Spell check dialog: Add a button to undo the last spelling change.
Edit metadata dialog: When downloading metadata with download of authors turned off, do not regenerate the author sort field after the download.
a regression that broke the heuristic used to detect cover images in some EPUB files that do not specify their cover metadata.
Edit Book File List: pre-selection of filename when renaming a file in the root.
Tag mapper: when replacement tag has comma in it and the replacement rule is not the last rule.
Improved news sources.
Sueddeutsche.de. NRC. Various Polish news sources. Pocket.
GNU GPLv3 python c++ ebook-reader e-book conversion
mergerfs is a union filesystem for FUSE. It allows to join multiple source directories, declare priority mappings for file operations, to provide a joined view to the underlying files. It's similar to mhddfs, unionfs, and aufs; but allows for accessing standard and extended attributes.
minor feature: 5e880bd use SYS_setgroups rather than setgroups.
8a651b0 add support section to readme and manpage.
93cedab misc flagged by clang scan-build.
Fd4ce1b include distro and codename in deb package versions.
MITL c fuse unionfs filesystem mapping
Babel is a code translator, which compiles next-gen EcmaScript 6 syntax into browser-consumable ES5/JavaScript. It adds a few proposed ES7 constructs even, and works with React, Node.js, Rails, etc. It provides for: array comprehensions, arrow functions, async functions, async generator functions, classes, class properties, computed property names, constants, decorators, default parameters, destructuring, exponentiation operator, for-of, generators, generator comprehensions, let scoping, modules, module export extensions, object rest/spread, property method assignment, property name shorthand, rest parameters, react, spread, tail call optimisation, template literals, type annotations, unicode regex support.
minor bugfix: Spec Compliancy.
Update exponentiation operator precedence.
parser where arrow functions have a higher precedence than they should.
SystemJS module formatter exporting function parameters.
Ensure that invalid identifier JSX attribute keys are quoted when transforming to calls.
ES3 property literal plugin.
parameters after defaults in arrow functions refering to the wrong `arguments`.
MITL javascript ecmascript nodejs compiler conversion es6 es7 developers
Crystal is a programming language with a Ruby-inspired syntax, completely free of type declarations, still providing for static checks, and many modern idioms. It allows to bind and invoke C code directly. With a compiler that produces efficient native code.
minor feature: Docs search now finds nested entries.
Many corrections and changes to the formatter, for better consistency and less obtrusion.
Added OpenSSL::Cipher and OpenSSL::Digest.
Added Char#+(String).
Added Hash#key and Hash#key?.
Added Time::Span# and Time::Span#/.
Added Slice#reverse_each.
Added docs for Random and Tempfile.
some.
Apache c ruby crystal-lang compiler programming-language developers
YAWIK offers a Web based solution for managing job applications. Jobs ads can be entered or pushed to the system. The sytem assigns application forms to job ads. Applicants and Recruiters can connect to YAWIK using social networks. Currently it is possible to integrate YAWIK into a corporate Web site by extending it with a module. It is intended to become a distributed system for connecting recruiters and applicants.
minor feature: General position of typeahead fields.
Merge branch 'hot/0.21.1' into develop.
Geo-Api calls.
Jobs Adds translation to the Geo Module. gh-148.
gh-148.
Merge branch 'feature/translation-' into develop.
Merge branch 'develop' of ssh://radon/cross/YAWIK into develop.
Jobs translation of the search for a location field.
Auth Adds login with Github. gh-155.
Jobs sets 'photon' option in list-filter view.
Jobs adds rel="nofollow" to applications links.
Jobs adds rel="nofollow" to the ApplyUrl View Helper.
General Adds "jmikola/geojson" for GeoJson support in doctrine quer?.
Geo Enhances GeoText form element to handle geo informations from d?.
Jobs Adds storage of GeoJson information in the job location entity.
Merge branch 'feature/GEO-store_location_in_job_entity' into develop.
adds missing classes Geo/Entity/Geometry/Point.php and Geo/Form/GeoTe?.
Geo : Engine type is not set in Javascript.
Applications : Blank site when clicking on "apply" for a job t?.
Jobs Changes Multipost selection price calculation to be handled se?.
Jobs : Mail templates do not use new price calculation.
removes backup.
CI adds GeoJson to the build packages.
Adds flags to the binary packages. Updates example configs to enable ?.
Jobs Moves "calculate" button left from the submit button.
Merge branch 'channel-prices-rework' into release/0.22.
Jobs : Notices displayed on search page if certain locations a?.
Jobs unit tests.
General adds translations. Adds placeholder to the location search ?.
Core set english language to "en".
Install adds email address to the amin users profile.
Jobs use EUR as default currency in build packages. Removes duplica?.
General removes Admin modules. gh-167.
Jobs Import handles location data.
adjusts default prices. Removes "Helvetica Neu" from css.
MITL hr jobs applicants php5 zf2 jobboard
Universal Media Server is a DLNA-compliant UPnP Media Server, which is
implemented in Java and thus runs on all operating systems. It can
convert any media file format, and stream it to a wide range of hardware
devices (smart TVs, and media centers).
major bugfix: General:
The main window saves its size and position
DTS-HD being detected as regular DTS
the use of UMS profiles
Made automatic updater more stable
Improved detection of write permissions
Improved plugin installation support
Made profile a possible command line argument
Improved speed when reading shared folders
several Renderers:
Disabled folder thumbnails on Apple iOS apps
Improved support for VLC for iOS
Panasonic TVs use higher-quality thumbnails
External Components:
Updated FFmpeg for Windows to 7c8fcbb, which increases transcoding quality and speed
Updated h2database to 1.4.190
Updated Maven Assembly plugin to 2.6
Updated Maven Eclipse plugin to 2.10
Updated Maven Surefire plugin to 2.19
Updated MediaInfo for Windows to 0.7.78, which improved file parsing speed
Updated MPlayer/MEncoder for Windows to SB64, which increases transcoding quality and speed
Updated Netty to 3.10.5.
GNU GPL java media streaming ffmpeg upnp dlna
Nikola generates static websites and blogs, with feeds, comments, media
galleries and an archive. Content can be authored in reStructuredText,
Markdown/CommonMark, Wiki, BBCode, Textile, AsciiDoc, Python Notebooks,
Misaka, Pandoc, txt2tags, orgmode, or plain HTML. It also provides code
sections with syntax highlighting, is multi-lingual, fully themeable, and
can utilize external tools. It's foremost rather fast and its static pages
don't have further webserver requirements.
minor bugfix: Features
Recommend `ghp-import2` (better packaging).
New `TAGS_INDEX_PATH` option for overwriting the path
of the tag index list page.
Support for ` strikethrough ` in Markdown.
Hungarian translation.
`serve` and `auto` publishes DNS Service Discovery records
to the local network announcing they re running web servers.
Implement translating `DATE_FORMAT` properly.
Remove superfluous translatability for a boolean.
Pass messages to post-list template.
Changed default log level from INFO to NOTICE (`nikola check` is less chatty).
support for panorama images in gallery.
Support "maps.world.World" and similar charts in Pygal.
Capitalize "UTF-8" properly in locale guessing.
MITL python website blog code-generator static-pages
ChaosEsque Anthology is a first person shooter. It is a standalone modification of Xonotic which includes extended weapons, maps, vehicles, buildable buildings, mounted weapons, spell casting, monsters, player characters, textures, and game modes.
major feature: Release 69.
This is a heavy code update and map update release.
FrankishTowers, OpposingCastles, DesertCastles now have working
jails / chambers of torment (to be used with the shackles).
(In addition to Darkhold and KrillDonjon which had them working for a long time)
(These other maps were built before the prison/etc system was coded in)
Multi-tool/Utilitool additions:
-Built housing now adds to your housing worldinventory
-Knights, Royal Guards, and Soliders can be recruited (trained) via
-building a recruitment post (flag) near an appropriate building
-(barracks, stronghold, small castle, glass base, security building)
-You need to have enough housing and food (grains, greens, etc)
-F to enable/disable recruitment post
Mutators:
Options to set turrets to not respawn, or only player built turrets to respawn.
Options to allow the rebuilding of turrets (Press R on multitool or utilitool).
Bugfixes.
ISO Download: http://sourceforge.net/projects/chaosesqueanthology/files/latest/download
size: 4673075200 XonoticChaosEsqueAnthologyREL69.iso
md5sum: 255f94a94f1bd99cfa53e256b1c11380 XonoticChaosEsqueAnthologyREL69.iso
Iso is somewhat recommended for this release as it's about 5 packages changed
(easier if you have the bandwith).
If you want to upgrade by updating things in /data/
http://sourceforge.net/projects/xmodchaosesque/?source=directory
zzzzzz999999_xmod-chaos-esque-xonotic-full_source_and_exec_binaries.pk3
z9_buildable_buildings.pk3
zz99-xmod-chaos-esque-xonotic-map_resources.pk3
(remove old frankishtower, opposingcastles, and desertcastles)
http://sourceforge.net/projects/xmodchaosesquemedia/?source=directory
frankishtowerctf17.pk3
opposingcastles19.pk3
desertcastles8.pk3
So to recap: Various medieval maps now have functioning jails,
you can train monsters like in a real time stratagey game using
the buildings you build via the utilitool and multitool,
and some more mutator options have been added.
This was alot of coding for these features, especiall
GNU GPL game first-person-shooter sandbox capture-the-flag deathmatch 3d first-person-shooter
TXR is a "data munging" language which combines a convenient text extraction notation that is equivalent in power to Parse Expression Grammars, with an innovative Lisp dialect which manages to integrate the differences between Lisp-1 and Lisp-2, has built-in lazy lists, strings and vectors that can be treated with list processing functions, currying operators, macros with destructuring lambda lists, macrolet, symbol macros, dynamically scoped variables, exception handling, and object-oriented structures. TXR is influenced by Common Lisp, Scheme, Awk, M4, POSIX Shell, Prolog, Ruby, Python, Arc, Clojure, S-Lang and others.
major feature: TXR Lisp now features delimited continuations. Some minor features and bugfixes.
BSDL-2 interpreter development lisp text-processing utilities programming-language
Python matplotlib is a for 2D plotting publication-ready figures in
various formats, or rendering them interactively cross-platform.
It can be scripted or used in Pythons interactive shell, within web
applications, or through bindings with multiple GUI toolkits.
It simplifies plot generation, histograms, power spectra, bar charts,
error charts, scatter plots. Typical uses only require a few lines of
code, while complex rendering is kept feasible. Its pyplot interface
provides a MATLAB-style API.
minor feature: Auto-redraw using the object-oriented API.
Most plotting functions now support labeled data API.
Color cycling has extended to all style properties.
Four new perceptually uniform color maps, including the soon-to-be
default 'viridis'.
More included style sheets.
Many small plotting improvements.
Proposed new framework for managing the GUI toolbar and tools.
Python python plotting graphs science mathematics matlab matplot
Atom is a programming editor. It has a web / JavaScript-based GUI, but runs as desktop application. Atom can be edited with itself. Lots of plugins and extensions, and language bindings are available. The default interface comes with a paned interface, a file system browser, fuzzy search, code folding, an understandable configuration dialog, snippet browser, multi-cursor and selection support.
minor feature: Markdown Preview now adapts to the active syntax theme. If a white background is preferred, enable Use GitHub.com style in the package settings.
Added a command for cutting the text to the end of the cursor's buffer line.
Base16 Tomorrow themes have now a seamless gutter and other minor.
Increased thickness and contrast of Spell Check underlines.
MITL javascript editor programmers web-development
|