[svn-commits] mattf: tag 1.0.0 r192 - in /tags/1.0.0: .version ChangeLog

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jul 11 17:01:28 CDT 2008


Author: mattf
Date: Fri Jul 11 17:01:28 2008
New Revision: 192

URL: http://svn.digium.com/view/libss7?view=rev&rev=192
Log:
Importing files for 1.0.0 release

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

Added: tags/1.0.0/.version
URL: http://svn.digium.com/view/libss7/tags/1.0.0/.version?view=auto&rev=192
==============================================================================
--- tags/1.0.0/.version (added)
+++ tags/1.0.0/.version Fri Jul 11 17:01:28 2008
@@ -1,0 +1,1 @@
+1.0.0

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

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

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

Added: tags/1.0.0/ChangeLog
URL: http://svn.digium.com/view/libss7/tags/1.0.0/ChangeLog?view=auto&rev=192
==============================================================================
--- tags/1.0.0/ChangeLog (added)
+++ tags/1.0.0/ChangeLog Fri Jul 11 17:01:28 2008
@@ -1,0 +1,137 @@
+2008-07-11 Matthew Fredrickson <creslin at digium.com>
+
+	* Libss7 1.0.0 Released!
+
+2008-07-11 21:30 +0000 [r185-186]  Matthew Fredrickson <creslin at digium.com>
+
+	* parser_debug.c, ss7linktest.c: Make linktest program work with
+	  new transport definitions
+
+	* ss7.c, libss7.h: Remove DAHDI dependency from libss7
+
+2008-06-29 01:56 +0000 [r184]  Matthew Fredrickson <creslin at digium.com>
+
+	* ss7.c, ss7test.c, ss7linktest.c: Make libss7 compatible with
+	  DAHDI. No more Zaptel (get 0.9.1 branch if you need Zaptel
+	  support, although it is not going to be maintained)
+
+2008-06-28 14:37 +0000 [r183]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* ss7.c: remove unnecessary include of zaptel.h
+
+2008-06-27 19:06 +0000 [r181]  Matthew Fredrickson <creslin at digium.com>
+
+	* libss7.h: Add work around for new DAHDI name
+
+2008-06-21 02:40 +0000 [r178-180]  Matthew Fredrickson <creslin at digium.com>
+
+	* ss7.c: Put zaptel header back in
+
+	* ss7.c, isup.c: Try to make the isup_find_call and __isup_new_call
+	  logic in isup_receive less prone to instability caused by people
+	  making mistakes when writing code for new events and messages.
+	  This will make the default behavior to generate a new, unlinked
+	  call for scratchpad purposes by default. There is much less
+	  potential of free'ing an active call if we make the switch's
+	  default to do this instead of having the default finding an
+	  existing call
+
+	* isup.c: Make sure we don't lose our old call if CFN comes in
+
+2008-06-14 21:11 +0000 [r177]  Matthew Fredrickson <creslin at digium.com>
+
+	* ss7.c, isup.c: Fix bug which occurred when messages are received
+	  but no events were output. We were allocating a new event by
+	  default, which sometimes would contain an old event. If we did
+	  not fill in the newly allocated event, a duplicate of the
+	  previous event was given to the user application, which sometimes
+	  could cause a crash from an already free'd call being handed
+	  back.
+
+2008-05-30 19:32 +0000 [r173-176]  Matthew Fredrickson <creslin at digium.com>
+
+	* NEWS-09-27-2006 (added), README, NEWS-09-11-2006 (added),
+	  NEWS-08-23-2006 (added): Add a few of the public service
+	  announcments I have made on the Asterisk-ss7 mailing list as well
+	  as update the README
+
+	* NEWS-05-30-2008 (added): Add latest news update for libss7
+
+	* isup.c: Don't need to output hex since we get it in the next line
+	  (for message type)
+
+	* isup.c, mtp2.c: Remove duplicate error message, also make sure we
+	  print message type and CIC before erroring out of ISUP dump
+
+2008-05-28 14:46 +0000 [r172]  Matthew Fredrickson <creslin at digium.com>
+
+	* isup.c: jip_transmit is a FUNC_SEND, not FUNC_RECV. Also, since
+	  jip_number is a static field, we shouldn't have to check for it's
+	  existance before we check to see if something is there
+
+2008-05-16 19:52 +0000 [r169-171]  Matthew Fredrickson <creslin at digium.com>
+
+	* isup.c, isup.h, libss7.h: Add called_party_status_ind field to
+	  event_acm
+
+	* isup.c: Fixed bug in functions :-)
+
+	* isup.c: Add dump for optional backward call indicator
+
+2008-05-14 18:17 +0000 [r162-168]  Matthew Fredrickson <creslin at digium.com>
+
+	* isup.c: In order to receive CPC, we have to actually copy it into
+	  the event from which we read it :-)
+
+	* isup.c, isup.h, libss7.h: Add support for receiving of calling
+	  party's category
+
+	* isup.c: Don't throw an error when don't output an event for a
+	  message
+
+	* isup.c: Add support for CFN (confusion) message type
+
+	* isup.c: Report CIC number when debug message appears
+
+	* mtp2.c: Add the write flag in a couple of more places that might
+	  need it. Basically, it needs to be set any time any MTP2
+	  parameter changes (bib, fib, fsn, bsn)
+
+	* mtp2.c: Need to update write flag everytime we receive a valid
+	  MSU since FISU's BSN needs to be updated
+
+2008-05-10 00:59 +0000 [r160-161]  Matthew Fredrickson <creslin at digium.com>
+
+	* ss7.c, mtp2.c, mtp2.h, libss7.h, ss7linktest.c: Add support for
+	  kernel MTP2 support
+
+	* mtp2.c: Remove some useless code in mtp2
+
+2008-05-01 23:04 +0000 [r159]  Brett Bryant <bbryant at digium.com>
+
+	* Makefile, build_tools (added), build_tools/make_version (added),
+	  build_tools/make_version_c (added), libss7.h: Add new API call to
+	  libss7 ( ss7_get_version ) that will return a version string.
+
+2008-05-01 18:31 +0000 [r152-158]  Matthew Fredrickson <creslin at digium.com>
+
+	* mtp2.c: Use the correct variable name too
+
+	* mtp2.c, mtp3.c: Make sure that if a link goes down during
+	  operation for any reason, that we report it to MTP3
+
+	* isup.c: Make name for generic name transmit function match all
+	  the rest of the transmit functions
+
+	* isup.c: Make sure we don't send generic name unless it's actually
+	  set.
+
+	* Makefile: Remove sccp object from build
+
+	* Makefile: Initial 0.0.9 release
+
+2008-04-21 18:37 +0000 [r151]  Matthew Fredrickson <creslin at digium.com>
+
+	* isup.c, libss7.h: Libss7 portion of #12484. Allow transmission of
+	  generic name.
+

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

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

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




More information about the svn-commits mailing list