OSDN Git Service

Sync ChangeLog with CVS
authorHans de Goede <hdegoede@redhat.com>
Fri, 1 Jun 2012 15:45:10 +0000 (17:45 +0200)
committerHans de Goede <hdegoede@redhat.com>
Fri, 1 Jun 2012 15:51:52 +0000 (17:51 +0200)
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
ChangeLog

index 84e8482..3062403 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,77 @@
+2012-06-01  Takashi Iwai <tiwai@suse.de>
+
+       * interface/xskin_spectrum.c: [PATCH 1/9] Fix possible invalid
+         access below the array range
+       * interface/server_c.c: [PATCH 3/9] Fix the faulty check of
+         parameters in server_c.c:control_getcmd()
+         The check of the array size in server_c.c:control_getcmd()
+         is wrong as the nparmas is incremeted after the check with
+         MAX_GETCMD_PARAMS.  Also, there are other bugs that *nparams
+         isn't initialized when the first token is NULL, etc.
+         Overall, the code is unnecessarily tricky.
+         This patch simplifies the code and fixes the array size
+         check.
+         Bugzila: https://bugzilla.novell.com/show_bug.cgi?id=517719
+       * libunimod/mloader.c: [PATCH 4/9] Add missing void argument
+         for function declarations
+       * autoconf/utils.m4: [PATCH 5/9] Add missing quotes in
+         autoconf/utils.m4
+       * timidity/timidity.h: [PATCH 6/9] Add the lzma decompression
+         support
+       * interface/emacs_c.c: [PATCH 7/9] Fix the missing return
+         value in emacs_c.c
+       * timidity/smplfile.c: [PATCH 8/9] Fix type-punning in
+         smplfile.c
+       * autoconf/alsa.m4, autoconf/ao.m4, autoconf/arts.m4,
+         autoconf/esd.m4, autoconf/gtk-2.0.m4, autoconf/gtk.m4,
+         autoconf/libFLAC.m4, autoconf/libOggFLAC.m4,
+         autoconf/ogg.m4, autoconf/vorbis.m4, configure.in:
+         [PATCH 9/9] Use AS_HELP_STRING to make the --help output
+         more readable
+
+2012-05-29  Yair K. <cesium2@gmail.com>
+
+       * doc/C/README.xaw, interface/TiMidity-uj.ad,
+         interface/TiMidity.ad, interface/xaw_c.c, interface/xaw_i.c,
+         interface/xaw_p.h: Make the interface apply the previous
+         volume.  It also fixes some minor display issues (remove the
+         checkmark next to hidetrace menu item when initing the trace
+         the first time after starting with '-ia' and 'Disp:Trace'
+         set to 0, don't allow activing the play button when no files
+         are loaded).
+       * interface/x_trace.c, interface/x_trace.h, interface/xaw_i.c,
+         interface/xdnd.c: Fix some off by ones (one prevented the
+         channel number being displayed when muting it [right-click
+         in trace mode], another in xdnd.c led to a gcc warning with
+         -Wall), and free a bit more memory (less valgrind warnings).
+       * timidity/miditrace.c: Revert fix soundspec in trace mode
+
+2012-05-26  Hans de Goede <hdegoede@redhat.com>
+
+       * configure.in: configure: Fix building of dynamic user
+         interfaces
+       * timidity/mac_main.c, timidity/timidity.c: Add a trysource
+         config file directive
+         Add a "trysource" config file directive, which allows to try
+         and source other config files, while continuing without
+         error if the specified file is missing.
+         Also cleanup the user config loading code using this new
+         functionality.
+       * interface/x_trace.c, interface/xaw_c.c: xaw-interface: Fix
+         crash when MAX_CHANNELS > 32 (by Yair K.)
+       * configure.in, doc/C/README.xaw, interface/Makefile.am,
+         interface/TiMidity-uj.ad, interface/TiMidity.ad,
+         interface/x_trace.c, interface/x_trace.h, interface/xaw.h,
+         interface/xaw_c.c, interface/xaw_i.c, interface/xaw_p.h,
+         interface/xdnd.h: xaw interface update (by Yair K.)
+       * timidity/timidity.h: Improve timidity default settings
+         (by Yair K.)
+       * configure.in: configure: Fix building with X11 based
+         userinterfaces builtin (Reported by Yair K.)
+       * interface/xaw_i.c, interface/xdnd.c: Fix compiler warnings
+         from clang (by Yair K.)
+       * interface/xaw_i.c: Xaw: unbreak xdnd (by Yair K.)
+
 2011-12-30  TAMUKI Shoichi <tamuki@linet.gr.jp>
 
        * COPYING: Remove due to autogenerated file