[svn-commits] russell: tag 1.4.5 r493 - in /tags/1.4.5: .version ChangeLog

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Nov 30 16:36:54 CST 2007


Author: russell
Date: Fri Nov 30 16:36:54 2007
New Revision: 493

URL: http://svn.digium.com/view/asterisk-addons?view=rev&rev=493
Log:
importing files for 1.4.5 release

Added:
    tags/1.4.5/.version   (with props)
    tags/1.4.5/ChangeLog   (with props)

Added: tags/1.4.5/.version
URL: http://svn.digium.com/view/asterisk-addons/tags/1.4.5/.version?view=auto&rev=493
==============================================================================
--- tags/1.4.5/.version (added)
+++ tags/1.4.5/.version Fri Nov 30 16:36:54 2007
@@ -1,0 +1,1 @@
+1.4.5

Propchange: tags/1.4.5/.version
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tags/1.4.5/.version
------------------------------------------------------------------------------
    svn:keywords = none

Propchange: tags/1.4.5/.version
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: tags/1.4.5/ChangeLog
URL: http://svn.digium.com/view/asterisk-addons/tags/1.4.5/ChangeLog?view=auto&rev=493
==============================================================================
--- tags/1.4.5/ChangeLog (added)
+++ tags/1.4.5/ChangeLog Fri Nov 30 16:36:54 2007
@@ -1,0 +1,310 @@
+2007-11-29 Russell Bryant  <russell at digium.com>
+
+	* Asterisk-Addons 1.4.5 released.
+
+2007-11-29 23:47 +0000 [r490]  Tilghman Lesher <tlesher at digium.com>
+
+	* format_mp3/format_mp3.c: Track API change (Closes issue #11401)
+
+2007-11-14 23:03 +0000 [r484-485]  Jason Parker <jparker at digium.com>
+
+	* Makefile: .EXPORT_ALL_VARIABLES + menuselect == bad. We really
+	  don't want to pass things like NCURSES_INCLUDE down to
+	  menuselect... Issue 11205.
+
+	* Makefile: Make addons Makefile a bit more sane (and similar to
+	  asterisk)
+
+2007-11-01 15:13 +0000 [r479]  Russell Bryant <russell at digium.com>
+
+	* Makefile, format_mp3/Makefile: Remove the dependency files on
+	  "make clean". (issue #11137) Reported by: IgorG Patches:
+	  addonclean-478-1.patch uploaded by IgorG (license 20)
+
+2007-10-26 14:40 +0000 [r475]  Tilghman Lesher <tlesher at digium.com>
+
+	* cdr_addon_mysql.c: Auto reconnect database on connection failure
+	  (fixes missing CDRs) Reported by ys. Fixed by ys. Closes issue
+	  #11092
+
+2007-10-19 14:41 +0000 [r472]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* Makefile, build_tools/mkdep (removed), Makefile.rules (added):
+	  use more of the standard Asterisk build system here...
+
+2007-10-16 23:09 +0000 [r466]  Tilghman Lesher <tlesher at digium.com>
+
+	* /, cdr_addon_mysql.c: Merged revisions 465 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk-addons/branches/1.2
+	  ........ r465 | tilghman | 2007-10-16 16:48:04 -0500 (Tue, 16 Oct
+	  2007) | 2 lines Escape all text-based fields for the insert
+	  (fixes AST-2007-023) ........
+
+2007-10-16  Russell Bryant  <russell at digium.com>
+
+	* Asterisk-Addons 1.4.4 released.
+
+2007-10-16 23:09 +0000 [r466]  Tilghman Lesher <tlesher at digium.com>
+
+	* /, cdr_addon_mysql.c: Merged revisions 465 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk-addons/branches/1.2
+	  ........ r465 | tilghman | 2007-10-16 16:48:04 -0500 (Tue, 16 Oct
+	  2007) | 2 lines Escape all text-based fields for the insert
+	  (fixes AST-2007-023) ........
+
+2007-10-04 13:27 +0000 [r462]  Joshua Colp <jcolp at digium.com>
+
+	* .cvsignore (removed): Delete old .cvsignore file. (closes issue
+	  #10883) Reported by: casper
+
+2007-10-02  Russell Bryant  <russell at digium.com>
+
+	* Asterisk-Addons 1.4.3 released.
+
+2007-09-06 15:31 +0000 [r439]  Joshua Colp <jcolp at digium.com>
+
+	* cdr_addon_mysql.c: (closes issue #10657) Reported by: casper
+	  Patches: cdr_addon_mysql.c.438.diff uploaded by casper (license
+	  55) Don't log debug messages if debug is not enabled.
+
+2007-08-23 17:21 +0000 [r428]  Russell Bryant <russell at digium.com>
+
+	* res_config_mysql.c: Fix a format string error that caused a
+	  crash. This debug message tried to print something as string that
+	  was just an int. (closes issue #10520, reported by johann8384,
+	  patch by me)
+
+2007-08-13 15:56 +0000 [r423]  Jason Parker <jparker at digium.com>
+
+	* res_config_mysql.c: If we (re)connect, make sure we set the
+	  connect_time Issue 10438
+
+2007-07-21 07:17 +0000 [r417]  Russell Bryant <russell at digium.com>
+
+	* asterisk-ooh323c/src/chan_h323.c: fix a typo
+
+2007-07-19 15:12 +0000 [r414]  Russell Bryant <russell at digium.com>
+
+	* asterisk-ooh323c/src/chan_h323.c: fix HOLD and UNHOLD control
+	  frame processing to the ooh323 channel driver. The minimum thing
+	  that every channel driver should do with these is start or stop
+	  music on hold on the channel. Optionally, depending on the
+	  channel, it may make sense to add configuration options to pass
+	  this information down so that the remote end can handle the HOLD
+	  signalling in the way that they choose. For example, chan_iax2
+	  will pass this signalling across the network, and chan_zap will
+	  pass this signalling on a PRI. (This fixes a problem I saw on the
+	  asterisk-users mailing list)
+
+2007-07-13 20:32 +0000 [r410]  Russell Bryant <russell at digium.com>
+
+	* Makefile: We have menuconfig as an alias for menuselect in
+	  Asterisk, so add it here as well. (requested by IgorG on IRC)
+
+2007-06-21 15:09 +0000 [r405]  Joshua Colp <jcolp at digium.com>
+
+	* /, cdr_addon_mysql.c: Merged revisions 404 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk-addons/branches/1.2
+	  ........ r404 | file | 2007-06-21 11:08:22 -0400 (Thu, 21 Jun
+	  2007) | 2 lines Use mysql_errno to get the error instead of
+	  mysql_ping's return value. (issue #9434 reported by lupino3)
+	  ........
+
+2007-06-18  Russell Bryant  <russell at digium.com>
+
+	* Asterisk-Addons 1.4.2 released.
+	
+2007-06-18 22:40 +0000 [r398]  Russell Bryant <russell at digium.com>
+
+	* cdr_addon_mysql.c: Fix cdr_addon_mysql to work with Asterisk
+	  1.4.5 due to an API change ...
+
+2007-06-07 12:25 +0000 [r389]  Joshua Colp <jcolp at digium.com>
+
+	* asterisk-ooh323c/src/chan_h323.c: Don't try to use the name of
+	  the configuration option as the logfile... instead use the
+	  configuration value. (issue #9908 reported by T-80)
+
+2007-06-05 22:05 +0000 [r387]  Russell Bryant <russell at digium.com>
+
+	* Makefile: Fix cross compiling for format_mp3 (issue #9875, patch
+	  from zandbelt)
+
+2007-06-04 18:50 +0000 [r385]  Joshua Colp <jcolp at digium.com>
+
+	* asterisk-ooh323c/src/chan_h323.c: Don't try to access a variable
+	  that may be NULL, mmmk? (issue #9829 reported by xrg)
+
+2007-05-14 16:22 +0000 [r382]  Jason Parker <jparker at digium.com>
+
+	* asterisk-ooh323c/configure.in, asterisk-ooh323c/Makefile.am,
+	  Makefile, aclocal.m4, build_tools/menuselect-deps.in, configure,
+	  menuselect-tree, configure.ac, asterisk-ooh323c/configure,
+	  format_mp3/Makefile, asterisk-ooh323c/Makefile.in, makeopts.in:
+	  Add support for --with-asterisk to the configure script. This is
+	  needed when you use --prefix in the asterisk installation. Issue
+	  8492, patch by me.
+
+2007-05-10 17:47 +0000 [r380]  Jason Parker <jparker at digium.com>
+
+	* Makefile: Clean up Makefile a little. Wildcard .o files - no need
+	  to have different lines for each one. They were all the same.
+	  Filter out modules that are in subdirectories, when doing mkdeps
+	  - avoids a silly warning.
+
+2007-04-25  Russell Bryant  <russell at digium.com>
+
+	* Asterisk-Addons 1.4.1 released.
+	
+2007-04-10 04:37 +0000 [r360]  Steve Murphy <murf at digium.com>
+
+	* asterisk-ooh323c/src/chan_h323.c: New args added to the 1.4
+	  version of the ooh323 stuff.
+
+2007-04-09 20:44 +0000 [r358]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* asterisk-ooh323c/config.h, /, asterisk-ooh323c/configure,
+	  res_config_mysql.c: Merged revisions 357 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk-addons/branches/1.2
+	  ........ r357 | tilghman | 2007-04-09 15:39:45 -0500 (Mon, 09 Apr
+	  2007) | 2 lines Fix memory leaks, and some unnecessary closes
+	  ........
+
+2007-03-23 19:46 +0000 [r352]  Objective Systems <support at obj-sys.com>
+
+	* asterisk-ooh323c/ooh323c/src/ooGkClient.c,
+	  asterisk-ooh323c/ChangeLog,
+	  asterisk-ooh323c/ooh323c/src/ooCapability.c, /,
+	  asterisk-ooh323c/ooh323c/src/ooLogChan.c: Merged revisions
+	  346,350-351 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk-addons/branches/1.2
+	  ........ r346 | objsys | 2007-03-05 17:41:12 -0500 (Mon, 05 Mar
+	  2007) | 1 line keepalive Regstration Message for ep value
+	  ........ r350 | objsys | 2007-03-16 15:05:56 -0500 (Fri, 16 Mar
+	  2007) | 1 line possible fix for g.729 codec comparision ........
+	  r351 | objsys | 2007-03-23 14:39:20 -0500 (Fri, 23 Mar 2007) | 1
+	  line g.729A codec comparision fixed ........
+
+2007-03-13 18:26 +0000 [r348]  Russell Bryant <russell at digium.com>
+
+	* res_sqlite3 (removed): Remove some code that has fallen very out
+	  of date. We have a bunch of up to date sqlite modules in the bug
+	  tracker that I will be merging soon.
+
+2007-03-05 19:17 +0000 [r345]  Objective Systems <support at obj-sys.com>
+
+	* /, asterisk-ooh323c/ooh323c/src/ooq931.c: Merged revisions
+	  339,344 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk-addons/branches/1.2
+	  ........ r339 | objsys | 2007-02-09 10:38:49 -0500 (Fri, 09 Feb
+	  2007) | 1 line Added change download FAQ ........ r344 | objsys |
+	  2007-03-05 13:11:36 -0500 (Mon, 05 Mar 2007) | 1 line update for
+	  Information message log ........
+
+2007-02-15 22:25 +0000 [r342]  Jason Parker <jparker at digium.com>
+
+	* /, cdr_addon_mysql.c: Merged revisions 341 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk-addons/branches/1.2
+	  ........ r341 | qwell | 2007-02-15 16:23:07 -0600 (Thu, 15 Feb
+	  2007) | 2 lines Fix a typo pointed out by kshummard ........
+
+2007-02-09 15:57 +0000 [r340]  Objective Systems <support at obj-sys.com>
+
+	* asterisk-ooh323c/FAQ.html: Merged revisions 339 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk-addons/branches/1.2
+	  ........ r339 | objsys | 2007-02-09 10:38:49 -0500 (Fri, 09 Feb
+	  2007) | 1 line Added change download FAQ ........
+
+2007-01-30 17:01 +0000 [r337-338]  Objective Systems <support at obj-sys.com>
+
+	* asterisk-ooh323c/FAQ.html, asterisk-ooh323c/README: 1.2 changed
+	  to 1.4
+
+	* asterisk-ooh323c/configure.in, asterisk-ooh323c/ChangeLog,
+	  asterisk-ooh323c/FAQ.html (added), /, asterisk-ooh323c/README,
+	  asterisk-ooh323c/ooh323c/src/ootypes.h,
+	  asterisk-ooh323c/src/chan_h323.c, asterisk-ooh323c/configure,
+	  asterisk-ooh323c/ooh323c/src/ooq931.c,
+	  asterisk-ooh323c/src/chan_h323.h: Merged revisions 332-336 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk-addons/branches/1.2
+	  ........ r332 | objsys | 2007-01-25 12:36:03 -0500 (Thu, 25 Jan
+	  2007) | 1 line find user to use IP for searching user ........
+	  r333 | objsys | 2007-01-29 11:37:01 -0500 (Mon, 29 Jan 2007) | 1
+	  line disabled the Q.931 header screening for CallingPartyNumber
+	  ........ r334 | objsys | 2007-01-29 11:37:34 -0500 (Mon, 29 Jan
+	  2007) | 1 line obj-sys 0.6 release change log ........ r335 |
+	  objsys | 2007-01-29 13:16:44 -0500 (Mon, 29 Jan 2007) | 1 line
+	  obj-sys 0.6 release changes ........ r336 | objsys | 2007-01-29
+	  15:10:02 -0500 (Mon, 29 Jan 2007) | 1 line added FAQ for channel
+	  drivr ........
+
+2007-01-19 22:27 +0000 [r331]  Objective Systems <support at obj-sys.com>
+
+	* asterisk-ooh323c/ChangeLog,
+	  asterisk-ooh323c/ooh323c/src/ooCapability.c, /,
+	  asterisk-ooh323c/README, asterisk-ooh323c/src/chan_h323.c,
+	  asterisk-ooh323c/ooh323c/src/ooLogChan.c,
+	  asterisk-ooh323c/h323.conf.sample,
+	  asterisk-ooh323c/ooh323c/src/ooq931.c,
+	  asterisk-ooh323c/src/ooh323cDriver.c,
+	  asterisk-ooh323c/ooh323c/src/ooh323.c: Merged revisions
+	  305-307,324-328 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk-addons/branches/1.2
+	  ........ r305 | objsys | 2006-09-21 17:10:25 -0400 (Thu, 21 Sep
+	  2006) | 1 line log update ........ r306 | objsys | 2006-09-21
+	  17:11:32 -0400 (Thu, 21 Sep 2006) | 1 line log update ........
+	  r307 | objsys | 2006-09-21 17:17:58 -0400 (Thu, 21 Sep 2006) | 1
+	  line added additional trace message to find channel compare
+	  problem ........ r324 | objsys | 2007-01-18 16:52:04 -0500 (Thu,
+	  18 Jan 2007) | 1 line fix for log file msg problem ........ r325
+	  | objsys | 2007-01-18 18:06:36 -0500 (Thu, 18 Jan 2007) | 1 line
+	  Tunneling has priority than control channel ........ r326 |
+	  objsys | 2007-01-18 18:14:28 -0500 (Thu, 18 Jan 2007) | 1 line
+	  update for config file ........ r327 | objsys | 2007-01-19
+	  10:14:40 -0500 (Fri, 19 Jan 2007) | 1 line h263 video codec cap
+	  ........ r328 | objsys | 2007-01-19 10:32:52 -0500 (Fri, 19 Jan
+	  2007) | 1 line other updates ........
+
+2007-01-19 19:27 +0000 [r329]  Russell Bryant <russell at digium.com>
+
+	* asterisk-ooh323c/src/chan_h323.c: Update digit_end callback to
+	  reflect the new prototype that includes the duration.
+
+2006-12-23  Kevin P. Fleming  <kpfleming at digium.com>
+
+	* Asterisk-Addons 1.4.0 released.
+	
+2006-12-14 22:19 +0000 [r319]  Joshua Colp <jcolp at digium.com>
+
+	* asterisk-ooh323c/src/chan_h323.c: Update ast_channel_alloc call
+	  to new API format. (issue #8582 reported by DEA with minor mods
+	  by moi)
+
+2006-11-28 16:40 +0000 [r317]  Joshua Colp <jcolp at digium.com>
+
+	* app_addon_sql_mysql.c, /: Merged revisions 316 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk-addons/branches/1.2
+	  ........ r316 | file | 2006-11-28 11:39:25 -0500 (Tue, 28 Nov
+	  2006) | 2 lines Print out an error message with the reason if the
+	  MySQL query fails. (issue #7837 reported by lupino3) ........
+
+2006-10-17  Kevin P. Fleming  <kpfleming at digium.com>
+
+	* Asterisk-Addons 1.4.0-beta2 released.
+	
+2006-09-25 14:37 +0000 [r310]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* Makefile: Combination of tabs and spaces makes the Makefile
+	  difficult to follow
+
+2006-09-22 23:30 +0000 [r308]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* Makefile: remove silly sort don't try to compute dependencies for
+	  modules we aren't going to build anyway
+
+2006-09-20  Kevin P. Fleming  <kpfleming at digium.com>
+
+	* Asterisk-Addons 1.4.0-beta1 released.
+
+

Propchange: tags/1.4.5/ChangeLog
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tags/1.4.5/ChangeLog
------------------------------------------------------------------------------
    svn:keywords = none

Propchange: tags/1.4.5/ChangeLog
------------------------------------------------------------------------------
    svn:mime-type = text/plain




More information about the svn-commits mailing list