Lupa integrates the runtimes of Lua or LuaJIT2 into CPython. It is
a partial rewrite of LunaticPython in Cython with some additional
features such as proper coroutine support.
For a full description of the changes since 4.4.1 see
https://wiki.documentfoundation.org/ReleaseNotes/4.4
The table of contents of the release notes is:
1 About this page
2 Writer
2.1 Master Document Templates
2.2 Shapes can have a TextBox
2.3 Improvements to Track Changes
2.4 Style dropdown
2.5 Line numbering easier to apply for headers and footers
2.6 Status bar improvements
2.7 Toolbar improvements
2.8 Navigator bookmarks
2.9 AutoCorrect improvements
3 Calc
3.1 Statistics Wizard (alternative to Excel's Add-in "Analysis
ToolPak")
3.2 Direct conversion of formulas into static values
3.3 Formula engine
3.4 Toolbar improvements
3.5 Sheet context menu
4 Impress and Draw
4.1 Text of Master View Object Previews
4.2 Select and toggle off master elements directly via Delete
4.3 OpenGL transitions
4.4 Page Title field
4.5 Inherit current style of cells when inserting New row/column
in table
4.6 Password for editing
4.7 Printing: use specified paper size
4.8 Zoom Mode button
4.9 Toolbar improvements
4.10 Menubar improvements
5 Math
5.1 Color support
6 Core
6.1 Included fonts
6.2 Digitally signed PDF export
6.3 Drawing objects
6.4 Technical Dictionary
7 LibreOfficeKit
8 Help content
9 Code quality
9.1 Translation of German comments
9.2 Coverity
9.3 Refactoring
10 Filters
10.1 Media file formats
10.2 New import filters
10.3 Connection to SharePoint and OneDrive
10.4 Improved OOXML support
10.5 Improved Visio support
10.6 Improved Table of Contents in HTML export
10.7 Document thumbnails
10.8 Improved MS Publisher support
10.9 Improved Abiword support
10.10 Improved MS Works Spreadsheet support
10.11 Improved FictionBook support
11 GUI
11.1 Dialogs conversion to WidgetLayout finished
11.2 Sifr as the default icon theme on OS X
11.3 Changes to rulers
11.4 Start Center
11.5 New default templates
11.6 New color selector
11.7 Reworked paragraph line spacing dropdown
11.8 Bullet and Numbering dropdown
11.9 Sidebar changes
11.10 Context menu changes
11.11 Edit / Read-only mode
11.12 Tab changes
11.13 Firefox Themes
11.14 Image scaling
11.15 Simplification of Special Character dialog
11.16 Icon improvements
11.17 Locale in About dialog
11.18 UI text improvements
12 Localization
12.1 New languages/locales with locale data
12.2 Improved language tools (spell-check dictionaries, thesaurus,
hyphenation patterns)
13 Performance
14 Scripting / Basic
14.1 Access2Base updated
15 Feature removal / deprecation
16 API changes
16.1 Removed configuration options
16.2 C++ UNO language binding and URE libraries
16.2.1 OSL macro clean-up
16.2.2 IReference and ReferenceObject
16.3 Java UNO language binding
16.4 UNO API changes
17 Platform compatibility
17.1 Windows
17.2 OS X
eight (8) wiki pages here: http://wiki.audacityteam.org/wiki/Release_Notes.
For pkgsrc changes, some patches were removed which were integrated
upstream or don't exist in source anymore. PKG_OPTIONS framework was added
to enable the user to built with gtk{2,3}, jack, alsa, NLS, ladspa, and
debug options. gtk3, jack, and alsa options need work and aren't supported
currently. This package uses a cc-by-v3.0-license which needs to be
imported sometime too. Using portaudio-devel from pkgsrc is disabled, due
to requiring the Pa_GetStreamHostApiType() function which is not present in
our stable version. The in-tree portaudio is used instead. Nyquist support
is not building as well at the moment along with the portsmf midi support.
Package adds many additional dependencies like lv2, lilv, libogg, twolame,
libsbsms, libsndfile, and more. Enjoy.
Rebuild OS version status each time rc.d script is run rather than using a
cached copy to ensure that OS updates are reported correctly.
Display all IPv4 and IPv6 addresses for vifs in XenCenter, not just first.
cgdb-0.6.8 (11/13/2014)
* Fix issue #40, the map commands were adding additional new lines
to the mappings. For instance, 'imap a b' in the ~/.cgdb/cgdbrc
file would cause a to map to 'b<cr>' instead of just 'b'.
* Added feature from issue #29, added 'until' command to CGDB.
* Updated autotools configuration files to satisfy warnings and
recommendations produced by autotools when run.
* Fix issue #49, a gcc compiler warning.
* Fixed a hang consuming 100% CPU usage on OS X Mavericks (github #48).
* Fixed a hang when quitting cgdb while inferior is running
(github #1 and #5 and #46). This was believed to be fixed in the last
release but I've finally reproduced the issue and fixed it for good.
cgdb-0.6.7 (01/14/2013)
* Changed documentation license from GFDL to GPL (github #6).
* Fixed a hang on MacOS when quitting cgdb while inferior is running
(github #1 and #5).
* Fixed a crash when pressing 'n' in source window (github #5).
* Fixed a bug opening files (and toggling breakpoints in files) with
special characters (e.g. space) in their names.
cgdb-0.6.6 (09/06/2011)
* Fixed a compile error on Cygwin 1.7 (signature for path conversion
functions changed).
* Fixed a segfault on 64-bit systems in rline.c due to a missing
prototype of cgdb_malloc. Thanks to Pietro Cerutti for reporting
and diagnosing this one!
* Fixed a bug in the file dialog. When searching for a file,
and you hit enter to select it, CGDB would sometimes skip to
the next file that matches and open that file instead.
* CGDB should now build out of the box on Cygwin again.
CGDB used to only support building against curses.h. Now
it also supports building against ncurses/curses.h.
* No longer set the prompt to (gdb) on startup.
service_identity aspires to give you all the tools you need for
verifying whether a certificate is valid for the intended purposes.
In the simplest case, this means host name verification. However,
service_identity implements RFC 6125 fully and plans to add other
relevant RFCs too.
characteristic is an MIT-licensed Python package with class decorators
that ease the chores of implementing the most common attribute-related
object protocols.
You just specify the attributes to work with and characteristic
gives you any or all of:
* a nice human-readable __repr__,
* a complete set of comparison methods,
* immutability for attributes,
* and a kwargs-based initializer (that cooperates with your existing
one and optionally even checks the types of the arguments)
without writing dull boilerplate code again and again.
This gives you the power to use actual classes with actual types
in your code instead of confusing tuples or confusingly behaving
namedtuples.
So put down that type-less data structures and welcome some class
into your life!
A library to support the Internationalised Domain Names in Applications
(IDNA) protocol as specified in RFC 5891. This version of the
protocol is often referred to as IDNA2008 and can produce different
results from the earlier standard from 2003.
The library is also intended to act as a suitable drop-in replacement
for the encodings.idna module that comes with the Python standard
library but currently only supports the older 2003 specification.
Do not force-define HAVE_LDAP_SASL, since the PHP configure script
actually takes care of that one. This lets us build with the exop
option enabled while sasl is disabled.
Lilv is a C library to make the use of LV2 plugins as simple as possible for
applications. Lilv is the successor to SLV2, rewritten to be significantly
faster and have minimal dependencies. It is stable, well-tested software (the
included test suite covers over 90% of the code) in use by several applications.
Serd is a lightweight C library for RDF syntax which supports reading and
writing Turtle and NTriples.
Serd is not intended to be a swiss-army knife of RDF syntax, but rather is
suited to resource limited or performance critical applications (e.g. converting
many gigabytes of NTriples to Turtle), or situations where a simple
reader/writer with minimal dependencies is ideal (e.g. in LV2 implementations or
embedded applications).
LV2 is an open standard for audio plugins, used by hundreds of plugins and other
projects. At its core, LV2 is a simple stable interface, accompanied by
extensions which add functionality to support the needs of increasingly powerful
audio software.