[beast] Created tag 0.7.2



The unsigned tag '0.7.2' was created.

Tagger: Tim Janik <timj gtk org>
Date: Fri Sep 10 02:13:26 2010 +0200

    Released beast-0.7.2.tar.bz2

Changes since the last tag 'BEAST_0_7_0':

00:27:48  Tim Janik (1):
      library/instruments/: updated to 0.7.2.

00:38:43 Tim Janik (1):
      added synth string instrument by Krzysztof Foltman.

00:53:28 Tim Janik (1):
      added small comment.

01:30:51 Tim Janik (1):
      removed/disabled debugging printouts.

02:01:08 Tim Janik (1):
      removed bogus function decl. bse_project_get_song(): new function to

02:25:33 Tim Janik (1):
      added G_GNUC_NULL_TERMINATED to function ellipsis, patch by Stefan

02:27:07 Tim Janik (1):
      added G_GNUC_NULL_TERMINATED to function ellipsis, patch by Stefan

02:27:58 Tim Janik (1):
      added G_GNUC_NULL_TERMINATED to function ellipsis, patch by Stefan

02:50:22  Tim Janik (1):
      updated version to 0.7.2-rc1, interface age 0, binary age 0.

02:50:53  Tim Janik (1):
      updated version to 0.7.2, interface age 0, binary age 0.

04:00:42 Tim Janik (1):
      catch missing git-log or git repo.

09:49:29  Stefan Westerfeld (1):
      Use BIRNET_PRETTY_FUNCTION instead of G_GNUC_PRETTY_FUNCTION.

10:07:23  Stefan Westerfeld (1):
      Added bsewavetool man page, see bug #437469.

10:27:02  Stefan Westerfeld (1):
      Install bsewavetool, since it has a manual page now.

10:35:29  Stefan Westerfeld (1):
      Added retrokit.sh.

11:42:10  Tim Janik (1):
      bse-alsa: removed automake-1.9 max-version check.

13:59:18  Stefan Westerfeld (1):
      Added Retro Acoustic Drumkit with GM Layout.

16:31:06  Tim Janik (1):
      beast-gtk/bstutils.c: fixed missing cast.

18:01:32  Stefan Westerfeld (1):
      Improved Retrokit Acoustic Drumkit.

18:12:38  Tim Janik (1):
      rebuilt to include strings from the latest sources and to include

18:33:33  Tim Janik (1):
      Makefile.am: fix po/POTFILES.in in dist-hook.

18:39:56  Stefan Westerfeld (1):
      Added chunk selection options (like --chunk-key) to upsampling and

20:08:16  Tim Janik (1):
      plugins/bseamplifier.cc: fixed compat proeprties, bug #474332.

20:41:30  Tim Janik (2):
      bsestorage: support versioned BseObject.restore_finished() method.
      Compile fixes for G++-4.3.

21:42:47  Tim Janik (1):
      it.po: updates from Michele Petrecca.

21:53:47  Tim Janik (1):
      po/: updated po file.s

21:59:18  Tim Janik (1):
      bseamplifier.cc: fixed bug #474244 where multiplied control signals got halved.

22:12:00  Tim Janik (1):
      configure.in: updated version to 0.7.2.

22:16:19  Tim Janik (1):
      bseamplifier.cc: fixed whitespaces and extra variables.

22:17:33  Tim Janik (1):
      bse-alsa: depend on BSE >= 0.7.2.

22:20:15  Tim Janik (1):
      doxer: fix for doxygen-1.5.1     2007-09-16 22:20:15  Tim Janik  <timj gtk org>

22:37:55  Tim Janik (1):
      Support automake-1.10.

22:59:29  Tim Janik (1):
      beast-gtk/bsttrackview.c: guard against item destruction, bug #451086.

23:50:33  Tim Janik (1):
      GUI: implemented configurable error bells.

23:52:21  Tim Janik (1):
      Added versioned sample dir to search path.

Andrej ŽnidarÅ¡iÄ? (4):
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation

Aron Xu (2):
      Small update on zh_CN.po
      Adding zh_CN to LINGUAS

Bruce Cowan (1):
      Updated British English translation

Bruno Brouard (1):
      Updated French translation

David Lodge (1):
      Update en_GB translation

Joe Hansen (2):
      Updated Danish translation
      Updated Danish translation

Jorge Gonzalez (1):
      Updated Spanish translation

Jorge González (3):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Kenneth Nielsen (1):
      Added da to list of languages

Kjartan Maraas (2):
      Added Norwegian bokmål translation
      Add Norwegian language entry.

Leonardo Ferreira Fontenelle (1):
      Brazilian Portugues translation minor enhancement to fix bug #454165.

Mario Blättermann (4):
      Updated German translation
      Updated German translation
      Updated German translation
      [i18n] Updated German translation

Matej UrbanÄ?iÄ? (1):
      Added sl for Slovenian translation

Maxim V. Dziumanenko (1):
      Added Ukrainian translation

Sam Hocevar (1):
      Fix alignment issues in BirnetCond and BirnetMutex by adding a long long

Stefan Westerfeld (131):
      Made some cosmetic improvements to fix violations of the beast coding
      Implement a spectral flux based attack/release detector (new options:
      Make comparision strategy pluggable, so that different features can be
      updates (#340437 is fixed)
      updates
      Added a small random number generator (from rapicorn) to deterministically
      Added a small song to test the DavXtalStrings module.
      Adjusted error bounds for the filter test, because it failed sometimes
      Added the necessary API to find out the maximum engine block size to
      Bugfix: Generate a noise table with the same size, instead of generating
      Added deterministic random number generator (from rapicorn) and use it if
      Added a script which plots audio signals with gnuplot to allow visual
      Added the necessary API to find out the maximum engine block size to
      Since BseNoise finally supports deterministic random generation,
      Move these test files to the tests/audio directory.
      updates
      Saved with the current version of beast, to make the file version
      Nullify noise_table pointer after deleting it, so that it never points to
      Disabled freak-noise-test, simple-loop-test and osc-test, as they are
      Removed this test which is no longer needed, because a nicer version is in
      Added this little utility script which is useful for computing 12-TET
      updates
      added a drumkit issue to the TODO
      added TODO item
      Implemented gsl_data_handle_volume, which returns a volume adjustment
      Document the new "volume" xinfo.
      Don't use g_strdup_printf, but g_ascii_formatd for formatting doubles
      Fix a bug in seek() spotted by Tim: invalidate m_input_data contents
      Added include central file which provides String and string_* helper
      Refactored some code in order to remove unneccessary include files and to
      Release planning: improved items that need to be fixed before/after 0.7.2.
      Removed directory that is no longer used from SVN.
      Added item about version number bumping for next release.
      Removed entry about gslice thread test, submitted code as glib bug #433314.
      Added more pre-release TODOs, most of which are related to drum kits or     bsewavetool.
      Fixed typos: usefull -> useful, qbeast -> beast.
      Added implementation details for bsewavetool shell loop interface.
      Added new test for ArtsCompressor.
      Replaced log() and exp() calls by constants where possible, that is for
      Added ln (10)/20 constant for ArtsCompressor.
      Moved constants to bse/bsemath.h.
      Add bugzilla links of 0.7.2 release TODOs where available.
      Add bugzilla link for Bug 450724 : bsewavetool shell iteration capabilities
      Added doxer man page bug link.
      Yet another release TODO filed to bugzilla:       bsewavetool command for listing per chunk xinfos
      Implemented the necessary code to allow shell scripts to iterate over the
      Move wavetool base freq detector to post release TODOs.
      TODO reorganization: move next release items to the next release section.
      Remove items from TODO, which are assigned to m0.7 now.
      Added this file now, necessary for the artscompressor test commited
      When compiled in C++ sources, use [u]int16/32/... typedefs from Birnet
      Added a small section about how to compile and install a plugin to the
      fix typo
      Improved plugin compilation instructions according to Tims comments.
      Remove cyclic include dependancy between sfiwrapper.h and sfitypes.h by
      Include ~/beast/plugins in the default plugin search path, to make it
      Change documentation to recommend installing plugins in ~/beast/plugins.
      Replaced global -k option by --skip-errors, global -q option by --silent
      Replaced guint64 variables by uint64 variables, to avoid "%lld" compiler
      Display error message in the case that somebody tries to run the script
      Assign newly created tracks to the master bus. Fixes #441936.
      tracks are now default connected after midi import
      bsewavetool normalize is implemented now
      Added a missing file to EXTRA_DIST - beasts make distcheck succeeds here
      bse-alsa: fix make distcheck.
      Added KF Growl Bass instrument by Krzysztof Foltman.
      Added KF Fresh Water Bass instrument by Krzysztof Foltman.
      Introduced feature for DC offset measurements: --dc-offset-db.
      Unit test for wave chunk keys, patch by stw from bug #450724.
      Fix bsewavetool info output for multichannel samples #491552.
      Merge BSE_FINE_TUNE_FACTOR() and bse_cent_factor(), bug #450490.
      Use bse_cent_tune_fast() where appropriate, bug #450490.
      Applied patch from #450490 by stw and fixed up some whitespaces and docs.
      Fix module reset when user presses play again, bug #336766.
      Support various play-types in bse, bug #433431.
      Document various play-types, see bug #433531.
      Remove obsolete wave-mono replay network.
      TODO: removed already implemented features from TODO
      Added news item about the Fantasy III contest.
      Use BIRNET_PRETTY_FUNCTION instead of G_GNUC_PRETTY_FUNCTION.
      Added Retro Acoustic Drumkit with GM Layout.
      Added bsewavetool man page, see bug #437469.
      Install bsewavetool, since it has a manual page now.
      Added retrokit.sh.
      Removed bashism from mksignals.sh.
      Update NEWS file.
      Improved Category entry for beast.desktop.in
      NEWS: Some fixes due to review from Tim.
      Compile fixes for G++-4.3.
      Compile fixes for G++-4.3.
      Compile fixes for G++-4.3.
      Use FSM instead of KF as prefix for Krzysztof Foltman's instruments.
      Modified the vfile read function so that no data beyond the end of the
      Fixed control signal and pitch bend midi import. Fixes #574242 - MIDI
      configure.in: use pkg-config for ogg/vorbis configure check
      configure.in: Added missing ; required on my Debian/unstable for building.
      Makefile.am: no longer mention the same header (birnetcdefs.h) twice.
      *.[hc]: Added includes (mostly stdio.h) required by g++-4.4.2.
      tools/bsefextract.cc: Increase output format precision of some features.
      Linux distribution patches from Debian/Gentoo: add missing includes.
      Avoid double definition by explicit inlining.
      Use ".so" as plugin extension under Unix and ".dll" under windows.
      Defining _DOMAIN collides with system header, so use a new namespaced name.
      Updated web page to point to the git repository, not the svn repository.
      PORTAUDIO: make portaudio driver compile on linux.
      Fix jump loops for channels > 1. See also #433531.
      Added multichannel tests for the wave chunk code.
      Added test signal generator.
      Stick to the convention that multi word names are separated by dashes.
      Added tests for play-type=adsr-wave-1 and play-type=adsr-wave-2.
      Added (blip.py generated) test signals referenced by the adsr tests.
      Extended the test signal generator to produce signals with AD envelope.
      Added tests for play-types plain-wave-1 and plain-wave-2.
      Moved test signal generator scripts blip.* to r+d-files.
      AUDIO TESTS: put necessary .bsewave files in EXTRA_DIST, fixes make distcheck
      BSE: fix spelling error.
      DOXER: ManGenerator.py: Added support for bullet style lists. Fixes #437469.
      DOXER: implement an alternative to assertions: non-fatal warnings. Bug #477275
      Move AlignedArray to Birnet public API.
      BIRNET: improve malloc_aligned to take cache line size into account.
      BIRNET: improved AlignedArray test to test more cases.
      TESTS: fix sample path to load tests which come with .bsewave files properly.
      TESTS: improve perftest measurements: best of 7 runs, more calls per run.
      DOCS: Create html/ directory whenever we write to it.
      TESTS: regenerated minisong features, so that the test passes again.
      PO: updates to pass checks
      If errors occur on write, retrigger write handle (not read handle).
      DOXER: write "\-" in man page output instead of "-"
      DOCS: grammar fix in bsewavetool
      TOOLS: Added del-chunk command to bsewavetool to delete chunks.
      BEAST-GTK: fix spelling error (see #626760).

Tim Janik (192):
      restore $Date:$ expansions
      reactivate $Date:$ expansion
      removed all .cvsignore files
      commented caveats.
      finished tagging item
      explicitely include Birnet license, GNU LGPL.
      define _BIRNET_SOURCE_EXTENSIONS, so birnet extensions can be used
      added a small script to set up an example project that configures, builds
      first DeletionHook crash test case
      reworked DeletionHook methods, fixed test case.
      call monitoring_deletable() when deletion hooks are added to deletables,
      fixed volatile pointer attribute to apply to the pointer value.
      fixed ChangeLog typo
      Merged with http://birnet.org/git/birnet.git commit id
      ported to guile-1.8. kept guile-1.6 compat code, removed cruft that was
      fixed svn:mime-type from application/x-httpd-php to text/x-httpd-php to allow svn diff for web/gallery.php web/file-upload.php web/file-browser.php
      only allow .bse or .ogg file uploads.
      minor ChangeLog fix
      sink & ref threads around run() to keep the Thread structure alive. added
      give up CPU if ring buffer reader/writer are busy spinning. this speeds up
      provide read and write memory barriers: Atomic::read_barrier(),
      fixed signed/unsigned compiler warnings
      fixed various compiler warnings.
      made read_barrier() and write_barrier() a NOP on systems that don't need
      generate Makefile.decl with slowcheck: and perf: rules. also generate
      Merged with http://birnet.org/git/birnet.git commit id
      added a LADSPA todo item
      added DebugChannel, a reference counted interface which allows sending of
      Merged with http://birnet.org/git/birnet.git commit id
      make printf_valist() public to allow wrapper implementations.
      don't write trailing 0s in debug stream, slightly reduced stack
      Merged with http://birnet.org/git/birnet.git commit id
      wrapped Birnet::DebugChannel with SfiDebugChannel API.
      added support for debugging channels. added --bse-trace-sequencer.
      refined tracing information. provide more timing details.
      properly take sequencer forerun into account when starting a song so we
      provide SVN revision number in reports.
      removed OGG/BSE web todo
      updated all licenses to GNU Lesser General Public License version 2.1 with
      updated all licenses to GNU Lesser General Public License version 2.1 with
      updated all licenses to GNU Lesser General Public License version 2.1.
      updated all licenses to GNU Lesser General Public License version 2.1.
      updated all licenses to GNU Lesser General Public License version 2.1.
      updated all licenses to GNU Lesser General Public License version 2.1.
      updated all licenses to GNU Lesser General Public License version 2.1.
      updated licenses to GNU Lesser General Public License version 2.1 with
      updated all licenses to GNU Lesser General Public License version 2.1.
      Merged birnet.git commit id a05a17e504b947b6d9cd4518ef3fd38345fcd607
      updated all licenses to GNU Lesser General Public License version 2.1.
      updated all licenses to GNU Lesser General Public License version 2.1.
      download.doxi: adapted bleeding edge disclaimer
      TODO: cleared gui-event-optimization
      TODO: updated LGPL item
      support 32bit, 3byte 24bit and 4byte 24bit (with unused upper byte)
      added scaling data handle, the scaling factor is provided at construction
      added normalization command.
      fixed byte_per_sample check.
      added "nothing happens on Play" item which describes PCM debugging.
      moved test/simple-echo.bse here.
      turned this into an illustration instrument for velocity controlled
      fixed license to AS-IS.
      removed test/.
      fixed typo
      new instrument by Stefan Westerfeld and William DeVore.
      Bass drum modelled after drum synthesizer from Elrad 12/1980.
      fixed output logic. never conditionalize printf format-strings, this
      slight precision increment for the last digit of the final rating, to see
      ChangeLog fixup
      define BIRNET_SIZEOF_LONG and BIRNET_SIZEOF_POINTER.
      define BIRNET_SYSVAL_* for POLL constants.
      unconditionally include C99 headers limits.h and float.h. provide
      if LLONG_MAX isn't provided by gcc's limits.h despite C99/GNU_SOURCE,
      Merged birnet.git commit id e348637be777e69e09675b56f1b05f34154bdba6
      updated all po files from recent sources.
      applied updates by Michele Petrecca <michelinux alice it>.
      TODO: updated diagnostics dialog todos
      clean up after stefan (as he tells me to do ;)
      fixed string buffer size, #452604.
      fixed string buffer size, #452604.
      TODO: minor updates
      Doxer: support git_author_date flag.     Sat Aug 25 02:53:19 2007  Tim Janik  <timj gtk org>
      Fixed $Date parsing, allow to extract dates from git.     Sat Aug 25 03:16:48 2007  Tim Janik  <timj gtk org>
      Fixed $Date parsing, allow to extract dates from git.     Sat Aug 25 03:18:50 2007  Tim Janik  <timj gtk org>
      Doxer: reap git-log.     Sat Aug 25 03:36:42 2007  Tim Janik  <timj gtk org>
      MAINTAINERS: http://live.gnome.org/MaintainersCorner#maintainers
      web/: changed preview location to ~/public_html/beast-preview/
      po-helper.sh: fixed up to 0.7.2
      po/POTFILES.in: removed non-existant plugins/davorgan.cc.
      web/synthesis-links.doxi: updated synthesis links.
      tools/Makefile.am: fixed paths for bsewavetool invocation.
      tools/bsewavetool.cc: fixed up whitespaces.
      tools/bsewavetool.cc: structure name fixup
      ChangeLog: updates.
      New bsewavetool "info" command, patch by stw from bug #454121.
      tools/bsewavetool.cc: whitespace fixups.
      tools/bsewavetool.cc: "info" command usage fixups.
      tools/bsewavetool.[hc]*: refactored so exec() determines need for bsewave saving
      tools/bsewavetool.cc: don't save the bsewave after reading out info, coding style fixes
      tools/bsewavetool.cc: compacted info --pretty=medium output.
      ChangeLog: updates
      Moved Beast-Quickstart to testbit.eu.
      docs/imports: Imported docs from testbit.eu.
      ChangeLog: updates.
      docs/imports/Makefile.am: changed rule name to import-docs, check for new docs upon distcheck.
      docs/quickstart.doxi: removed, Beast-Quickstart is imported now.
      Mon Oct 29 22:42:08 2007 +0100 Tim Janik
      Removed last traces of Beast-Quickstart.
      ChangeLog: updates
      web/htaccess.in: fixed redirects.
      TODO: FSM rename
      oc.po: upate missing translation strings.
      Improved "make import-docs" warning.
      docs/imports/Makefile.am: updated import-docs: rule to new testbit.eu chrome
      docs/imports: updated docs from testbit.eu.
      shell/Makefile.am: fixed binary installation check rule
      Regenerate i18n catalogs with missing strings.
      doxer.py: fixup to work with python >= 2.4.
      DoxiParser.py: improved debugging for git_author_date case
      docs/*.doxi: use only git_author_date method, as git doesn't expand $Date$
      Merge commit 'd576b3043cfe85f927b5dd354084121e159ed735'
      docu-main.doxi: added disclaimer about Doxer docs being outdated.
      changelog2doxi.py: fixup to work with python >= 2.4.
      qcomment.py: fixup to work with python >= 2.4.
      docu-main.doxi: added intro disclaimer about this document being outdated.
      Fix #578686 - Audio tests for .bsewave files don't work
      Fix #578686 - Audio tests for .bsewave files don't work
      ChangeLog switched to auto-generated file from GIT commits
      Ship old ChangeLogs in tarballs.
      web/: fixed ChangeLog generation, provide main ChangeLog on the website
      web/news: updates on recent happenings.
      BSE: fixed bsegentypes.h generation by getting rid of stamp file
      PO: update missing strings
      PO: rebuild sl.po with all missing strings
      BIRNET: removed unused BirnetSignal files
      PO: updates for proper build
      PO: updates to pass checks
      BIRNET: fix g_atomic_int_get/g_atomic_pointer_get macro use
      PO: updates to fix missing strings
      DOCS: keep all CVS/SVN based changes in ChangeLog.svn
      WEB: removed unused old ChangeLogs
      BUILD: generate ChangeLog through mkrelease.sh
      BUILD: added release-news and release-upload rules, via mkrelease.sh
      BUILD: updated distuninstallcheck_listfiles command
      docs/import: avoid import check to interfere with make dist
      BUILD: upgrade extended distcheck rule to automake-1.11
      BUILD: work around 0444-mode source files for automake's distcheck dist rule
      BUILD: removed useless diversion attempts from configure.in
      BUILD: use DISTCHECK_CONFIGURE_FLAGS to create test report after installcheck
      mkrelease.sh: added versioning and change history
      mkrelease.sh: implemented 'shellvar' command to extract configure.in versions
      BUILD: use AC_INIT with BST_VERSION (parsed from configure.in by mkrelease.sh)
      mkrelease.sh: check HEAD against upstream repository
      mkrelease.sh: only upload tarball after tagging and bumping succeeded
      PO: updates to fix missing strings
      BUILD: move auxillary build files to autotools/
      BUILD: added generated files to .gitignore
      DATA: fixed missing CLEANFILES
      PO: migrated translation support to Makefile.am
      BUILD: removed empty CLEANFILES
      BUILD: provide $(INTLMERGE) script in autotools/
      DATA: adapted Makefile.am to new I18N build
      BUILD: properly escape multiline XML strings in intlfix-xml.awk
      PO: update all PO files to use new extraction mechanism
      PO: updated missing translatable files
      BUILD: adaptions for po/POTSCAN
      BUILD: fixed EXTRA_DIST for recently added scripts
      po/Makefile.am: fixed ignore patterns for 'unlisted' rule
      PO: fix CLEANFILES for distcleancheck
      DOCS: disabled currently unused doc import rule
      BUILD: allow BEAST_BUILD=no-distcheck-tests to speed up lengthy distcheck
      PO: fixed INTLFIX env variable special cases
      BEAST-GTK: translate pattern configuration help
      TODO: minor updates
      PLUGINS: fixed ArtsCompressor License to LGPL
      PLUGINS: fixed BseContribSampleAndHold License to LGPL
      PLUGINS: fix BseEvaluator license string to match source license
      TOOLS: fixed "GNU Lesser General Public License" message
      BSESCM: fixed "GNU Lesser General Public License" message
      BEAST-GTK: fixed "GNU Lesser General Public License" message
      COPYING: copy GNU LGPL here
      NEWS: updates
      PO: string updates
      PO: moved SCM I18N string extraction test here
      BSE-ALSA: release updates
      PO: minor update
      BUILD: version dependency updates
      BEAST-GTK: contributor updates
      BUILD: fixed upload location
      BEAST-GTK: updated release news
      PO: force update-po on make dist
      PO: string updates
      Released 0.7.2

Yannig MARCHEGAY (10):
      Updated Occitan translation
      Updated Occitan translation
      Updated Occitan translation
      Updated Occitan translation
      Updated Occitan translation
      Updated Occitan translation
      Updated Occitan translation
      Updated Occitan translation
      Updated Occitan translation
      Updated Occitan translation



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