Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 201584 - Version bump: dev-libs/jrtplib-3.7.1
Summary: Version bump: dev-libs/jrtplib-3.7.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: voip herd (OBSOLETE)
URL: http://research.edm.uhasselt.be/~jori...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-07 13:45 UTC by crusaderky
Modified: 2007-12-15 15:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description crusaderky 2007-12-07 13:45:30 UTC
ebuild for 3.5.2 works fine.

a USE=threads flag should be added. If disabled, it should issue --disable-jthread in ./configure and remove the dependancy from dev-libs/jthread.


 3.7.1 (May 2007)
 	* Fixed bug in the CurrentTime implementation (Win32/WinCE version). 
	  Thanks to Dani Baeyens (dani@warp.es) and Eric Johnson 
	  (EJohnson@pelco.com) for helping me solve this problem.

 3.7.0 (January 2007)
 	* Send and receive socket buffer sizes can now be set in the
	  transmission parameters. Thanks to Dmitry Shandyba
	  (Dmitry.Shandyba@materialise.kiev.ua) for suggesting this.
	* Changed a 'htons' call to a 'ntohs' call in ShouldAcceptData
	  in both the IPv4 and IPv6 transmitters.
	* Fixed bug in RTPIPv6Destination. Thanks to Yi-Huan Chan
	  (yhchan@csie.nctu.edu.tw) and Franco Sinhori 
	  (francosinhori@gmail.com) for bringing this to my attention.

 3.6.0 (June 2006)
	* Added a constructor to the RTCPCompoundPacket class to be able
	  to parse a compound packet out of a byte array (and not only
	  out of an RTPRawPacket instance).
	* Added a method to RTPSession to send RTCP APP packets. Thanks
	  to Herman Bastiaens (herman.bastiaens@student.uhasselt.be)
	  for supplying the patch.
	* Fixed Win32 rand_s bug. Thanks to Jeremy Noring
	  (jnoring@wilife.com) for supplying the patch.
	* Removed the GetNumRTPPacketsSent and GetNumRTCPPacketsSent
	  functions in the transmitter. The counts were only used to
	  check if packets had been sent. Now, a flag in RTPSession is
	  used for this purpose.
	* Added memory management support.
	* Added a member function to RTPSession which allows passing an
	  RTPTransmitter instance. 
	* The instances in the destination lists now store struct
	  sockaddr variables. This makes sending data to each destination
	  more efficient.
Comment 1 crusaderky 2007-12-07 14:22:42 UTC
Also, package should be moved from dev-libs/ to net-libs/.