[beast: 77/78] Release 0.9.0



commit e0d98c07462fdb6f76368f36a4326a3dfb267a9b
Merge: 959cf2e f780a0e
Author: Tim Janik <timj gnu org>
Date:   Tue Oct 28 15:00:33 2014 +0100

    Release 0.9.0
    
    * devel:
      BUILD: version update to 0.9.0
      README: release updates
      PO: release updates
      NEWS: updates for 0.9.0
      DOCS: update manual page imports
      BUILD: use version 0.8.3-rc0 for test builds
      BUILD: pass -E configure.ac to mkrelease.sh
      BUILD: simplify version handling, use just BST_VERSION and variants
      BUILD: update release upload path
      mkrelease.sh: exclude release commit from 'news' listing
      mkrelease.sh: change -E CONFIGUREAC to increment AC_INIT version arguments
      mkrelease.sh: adjust post-release 'master' and 'devel' branches for devel versioning
      mkrelease.sh: check versioning before tarball checks
      mkrelease.sh: LICENSING: clarify CC0 Public Domain dedication
      mkrelease.sh: allow customization of the ChangeLog output filename
      mkrelease.sh: use unwrapped message body to fix some commit messages
      mkrelease.sh: rollback checked out tree after version bump
      mkrelease.sh: upload tarball before bumping revision
      mkrelease.sh: parse MKRELEASE_UPLOAD_URL and MKRELEASE_REVISION_VAR from Makefiles
      mkrelease.sh: allow skipping of clean working tree check
      mkrelease.sh: remove inherently insecure shellvar command
      mkrelease.sh: version increment, history moved to git
      mkrelease.sh: use $MKRELEASE_SKIP to skip certain ops for debugging
      mkrelease.sh: add helper function match() for string pattern matches
      mkrelease.sh: use robust HEAD==master check that also handles detached heads
      TODO: remove obsolete and misleading todos
      BUILD: configure automake with -Wno-portability
      SFI: speed up compilation by merging the sfidl sources
      BUILD: depend on Python 2.7.5
      BUILD: eliminate AM_MAINTAINER_MODE
      BUILD: fix GLIB_GNU_GETTEXT to cope without po/POTFILES.in
      BUILD: rename MMX_SSE_FLAGS
      BUILD: rename SFI_CPPFLAGS
      BSE: remove old libtool build workaround
      BUILD: remove obsolete DOXRULE
      BUILD: remove obsolete --enable-toyprof
      SFI: TESTS: include sfidl sources directly to avoid subdir-objects hassle
      SFI: move isCxxTypeName() and symbolToList() to sfidl-utils.cc
      DRIVERS: minor Makefile fix
      BUILD: use AM_CPPFLAGS instead of the deprecated INCLUDES variable
      BUILD: cleanup and simplify compiler option selection in configure.ac
      BUILD: preserve AM_LDFLAGS, AM_CXXFLAGS and AM_CFLAGS in Makefiles
      BUILD: link with -Bsymbolic-functions to optimize ELF relocations
      BUILD: autogen.sh: shrink down by using autoreconf
      BUILD: rename configure.in to configure.ac
      BEAST-GTK: use size_t instead of unsigned long to compile on 32bit platforms
      BSE: fix template access restrictions cought by g++-4.9.1
      BSE: ship missing files
      SFI: remove outdated automake workaround and use libsfi.la as partial .so
      BSE: use 'patch -f' for workarounds to cope with different Rapicorn versions
      SFI: install gbsearcharray.hh include file
      BSE: add bse-internals.hh
      BSE: use RAPICORN_UNLIKELY instead of UNLIKELY in public header file
      BSE: install bseclientapi.hh which is included by public headers
      BSE: workaround GLib API breakage wrg to closure_invalidate/disconnect reordering
      TESTS: use new Rapicorn::cpu_info()
      BEAST-GTK: use RemoteHandle::__aida_reinterpret_down_cast__ for initial handle
      BEAST-GTK: use new Rapicorn::cpu_info()
      BEAST-GTK: remove unused cookie handling around sfi_url_show()
      BEAST-GTK: use Rapicorn::Aida::enum_value_list<>()
      BSE: store Bse::ServerImpl singleton as shared_ptr
      BSE: introduce Bse::ImplicitBase for shared_ptr handling
      BSE: allow library export of Rapicorn::Aida::enum_value_list<> symbols
      BSE: use new Rapicorn::cpu_info()
      BSE: fix duplicate definition of operator<<= (FieldBuffer&, const Any&)
      BEAST-GTK: use memmove(), since g_memmove() was removed from GLib
      BEAST-GTK: remove g_thread_init() calls
      BSE: remove g_thread_init() calls
      BSE: fix Rapicorn generated code to properly use shared_from_this()
      BSE: use memmove(), since g_memmove() was removed from GLib
      SFI: use memmove(), since g_memmove() was removed from GLib
      SFI: provide just sfi_url_show() without other variants
      BUILD: build against Rapicorn1410

 Makefile.am                       |   35 +-
 Makefile.decl                     |    5 +-
 NEWS                              |   16 +-
 README                            |   43 +-
 TODO                              |  794 -
 acbeast.m4                        |  197 +-
 autogen.sh                        |  160 +-
 autotools/glib-gettext.m4         |    3 +-
 beast-gtk/Makefile.am             |    4 +-
 beast-gtk/bstapp.cc               |   30 +-
 beast-gtk/bstapp.hh               |    2 -
 beast-gtk/bstbuseditor.cc         |    8 +-
 beast-gtk/bstbusmixer.cc          |    8 +-
 beast-gtk/bstbusview.cc           |    8 +-
 beast-gtk/bstkeybindings.cc       |    8 +-
 beast-gtk/bstmain.cc              |   13 +-
 beast-gtk/bstpartdialog.cc        |   12 +-
 beast-gtk/bstpartview.cc          |    8 +-
 beast-gtk/bstqsampler.cc          |    4 +-
 beast-gtk/bstrackview.cc          |    8 +-
 beast-gtk/bstsnetrouter.cc        |    2 +-
 beast-gtk/bstsnifferscope.cc      |    4 +-
 beast-gtk/bststest.cc             |    1 -
 beast-gtk/bsttrackview.cc         |    8 +-
 beast-gtk/bstusermessage.cc       |   12 +-
 beast-gtk/bstwaveview.cc          |    8 +-
 beast-gtk/gxk/Makefile.am         |    8 +-
 beast-gtk/gxk/gxkaction.cc        |   14 +-
 beast-gtk/gxk/gxkaction.hh        |   20 +-
 beast-gtk/gxk/gxkscrollcanvas.cc  |    4 +-
 beast-gtk/gxk/gxktest.cc          |    1 -
 beast-gtk/gxk/splinetest.cc       |    1 -
 beast-gtk/testgui.cc              |    2 +-
 bse/Makefile.am                   |   30 +-
 bse/bse-internals.hh              |   15 +
 bse/bse.hh                        |    2 -
 bse/bseautodoc.cc                 |    2 +-
 bse/bseblockutils.hh              |    4 +-
 bse/bseconfig.h.in                |   16 +-
 bse/bsecxxmodule.hh               |    2 +-
 bse/bseenginemaster.cc            |    2 +-
 bse/bseengineutils.cc             |    4 +-
 bse/bseexports.hh                 |   11 +-
 bse/bseglue.cc                    |    4 +-
 bse/bseinfo.cc                    |    2 +-
 bse/bsemain.cc                    |   31 +-
 bse/bsenote.cc                    |    2 +-
 bse/bseplugin.cc                  |   49 +-
 bse/bseprocidl.cc                 |    2 +-
 bse/bsequery.cc                   |    2 +-
 bse/bseresamplerimpl.hh           |    6 +-
 bse/bseserver.cc                  |   13 +-
 bse/bseserver.hh                  |    1 +
 bse/bseserver.proc                |    4 +-
 bse/bsestorage.cc                 |   16 +-
 bse/bsetrack.cc                   |    4 +-
 bse/bseutils.cc                   |    2 +-
 bse/bseutils.hh                   |   17 +
 bse/gsldatacache.cc               |    2 +-
 bse/gsldatautils.cc               |    2 +-
 bse/ldscript.map                  |    1 +
 bse/patch-bseserverapi.cc.diff    |   23 +
 bse/tests/Makefile.am             |    4 +-
 bse/tests/blocktests.cc           |    5 +-
 bse/tests/resamplehandle.cc       |    5 +-
 bse/tests/testcxx.cc              |    1 -
 bse/zintern/Makefile.am           |    2 +-
 configure.in => configure.ac      |  342 +-
 docs/imports/Makefile.am          |    6 +-
 docs/imports/beast.1              |    8 +-
 docs/imports/beast.1.html         |  221 +-
 docs/imports/bse.5                |    8 +-
 docs/imports/bse.5.html           |   54 +-
 docs/imports/bsescm.1             |    6 +-
 docs/imports/bsescm.1.html        |  223 +-
 docs/imports/bsewavetool.1        |    6 +-
 docs/imports/bsewavetool.1.html   |  648 +-
 docs/imports/sfidl.1              |    4 +-
 docs/imports/sfidl.1.html         |  171 +-
 docs/imports/tagfile-rapicorn.xml |35667 ++++++++++---------------------------
 drivers/Makefile.am               |    9 +-
 drivers/bse-portaudio/Makefile.am |    6 +-
 launchers/Makefile.am             |    4 +-
 ld-symbolic.m4                    |   45 +
 mkrelease.sh                      |  228 +-
 plugins/Makefile.am               |   22 +-
 plugins/evaluator/Makefile.am     |    6 +-
 plugins/freeverb/Makefile.am      |    6 +-
 po/ar.po                          |  114 +-
 po/az.po                          |  114 +-
 po/bg.po                          |  114 +-
 po/ca.po                          |  114 +-
 po/cs.po                          |  114 +-
 po/da.po                          |  114 +-
 po/de.po                          |  114 +-
 po/el.po                          |  114 +-
 po/en_CA.po                       |  114 +-
 po/en_GB.po                       |  114 +-
 po/eo.po                          |  114 +-
 po/es.po                          |  114 +-
 po/eu.po                          |  114 +-
 po/fi.po                          |  114 +-
 po/fr.po                          |  114 +-
 po/hr.po                          |  114 +-
 po/it.po                          |  114 +-
 po/ja.po                          |  114 +-
 po/mn.po                          |  114 +-
 po/nb.po                          |  114 +-
 po/ne.po                          |  114 +-
 po/nl.po                          |  114 +-
 po/oc.po                          |  114 +-
 po/pa.po                          |  114 +-
 po/pt.po                          |  114 +-
 po/pt_BR.po                       |  114 +-
 po/ru.po                          |  114 +-
 po/rw.po                          |  114 +-
 po/sl.po                          |  114 +-
 po/sq.po                          |  114 +-
 po/sr.po                          |  114 +-
 po/sr Latn po                     |  114 +-
 po/sv.po                          |  114 +-
 po/te.po                          |  114 +-
 po/uk.po                          |  114 +-
 po/zh_CN.po                       |  114 +-
 sfi/Makefile.am                   |   28 +-
 sfi/gbsearcharray.hh              |    4 +-
 sfi/sficomport.cc                 |    2 +-
 sfi/sficomwire.cc                 |    6 +-
 sfi/sfidl-corecxx.cc              |    2 +-
 sfi/sfidl-cxxbase.cc              |    5 -
 sfi/sfidl-namespace.cc            |   25 -
 sfi/sfidl-parser.cc               |   56 -
 sfi/sfidl-utils.cc                |   64 +
 sfi/sfidl-utils.hh                |    3 +
 sfi/sfidl.cc                      |   15 +
 sfi/sfiwrapper.cc                 |   23 +-
 sfi/sfiwrapper.hh                 |    7 -
 sfi/tests/Makefile.am             |   12 +-
 sfi/tests/testsfidl.cc            |   15 +
 shell/Makefile.am                 |    9 +-
 tests/Makefile.am                 |    6 +-
 tests/bse/Makefile.am             |    6 +-
 tests/bse/filtertest.cc           |    2 +-
 tests/filecheck/Makefile.am       |    8 +-
 tests/latency/Makefile.am         |    6 +-
 tests/testresampler.cc            |    2 +-
 tests/testresamplerq.cc           |    5 +-
 tools/Makefile.am                 |    4 +-
 topconfig.h                       |    2 +-
 149 files changed, 12993 insertions(+), 30857 deletions(-)
---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]