Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 383419 - media-libs/skstream-0.3.8: version bump request
Summary: media-libs/skstream-0.3.8: version bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Normal enhancement (vote)
Assignee: Tupone Alfredo
URL: http://www.worldforge.org/dev/eng/lib...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-17 20:51 UTC by Martin Walch
Modified: 2011-09-26 14:25 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 Martin Walch 2011-09-17 20:51:19 UTC
From the ChangeLog of the tarball:

2011-02-13  Al Riddoch

        * skstream/skstream.cpp, skstream/skstream.h: A number of bugs and
          issues with non-blocking connect have been fixed.

2010-08-02  Al Riddoch

        * Release 0.3.7, interface version 5.0.0.

2009-03-23  Al Riddoch

        * skstream/skstream.h, skstream/skstream.cpp: Fix uses of EOF
          to use traits_type::eof() instead.

2009-01-28  Alexey Torkhov

        * skstream/skstream.h: Fix issue when EOF is undefined without explicitly
          including stdio with recent compilers.

2009-01-28  Al Riddoch

        * test/basicskstreamtest.h: Fix an issue with an ambiguous constructor
          call thrown up by recent compilers. Strip out the RCS logging
          tag.

2008-11-04  Al Riddoch

        * ping/ping.cpp: Add the C includes required for strtoul(),
          exit(3) and strerror() which should fix problems with more
          recent compilers.

2007-04-28  Al Riddoch

        * skstream/skserver.cpp, skstream/skstream.cpp: Add includes required
          for recent compilers which include less stuff implicitly in
          standard headers.

2007-10-02  Al Riddoch

        * skstream/skstream.cpp: Fix the method definition for
          unix_socket_stream::open().

2007-10-02  Al Riddoch

        * skstream/skstream_unix.h, skstream/skstream.cpp: Clean up the
          code for unix sockets, and add an interface for setting up socketpair
          style streams.

2007-09-22  Al Riddoch

        * test/basicskstreamtest.h, test/skservertest.h,
          test/skstreamtestrunner.cpp, test/socketbuftest.h:
          Remove some tests for methods that no longer exist in the given
          classes.

2007-09-22  Al Riddoch

        * Doxyfile: Update to a more recent version.

        * skstream/skserver.h, skstream/sksocket.h: Add some quick
          doc strings to classes, so the inheritance tree is apparant to
          doxygen.

2007-09-02  Al Riddoch

        * configure.ac: Remove the debian subdir from distribution.

2007-05-28  Al Riddoch

        * skstream/skstream.cpp: A much safer way of ensuring the address
          length is correct, using sizeof.

2007-05-28  Al Riddoch

        * skstream/skstream.cpp: It is not safe to assume the maximum
          path length of a unix socket is 108. On OSX it is 104. On some
          systems it is defined, on others we have to assume 104.

2007-04-12  Al Riddoch

        * configure.ac: Clean up the way debian/rules permissions are set so
          they cause less breakage.

2007-04-12  Al Riddoch

        * configure.ac: Add a more detailed test so the inlined version
          of gai_strerror provided by more recent versions of mingw can
          be used.

2006-12-17  Al Riddoch

        * skstream/skstream.cpp, skstream/skstream.h, skstream/skstream_unix.h:
          Add some inline documentation comments for Doxygen. Switch some
          iostream related types to use the typedefs made available by
          the iostream library.

2006-12-14  Al Riddoch

        * Makefile.am: Remove pc.in files from EXTRA_DIST, as autotools
          distribute them anyway. Include Doxyfile in the distribution.

        * Doxyfile: Remove missing footer directive.

2006-12-09  Al Riddoch

        * configure.ac: Ensure debian/rules is executable.

        * debian/control.in: Fix the name of the debug package.

        * debian/libskstream-0.3-dev.install: Fix the header order.

        * libskstream-0.3-4-dbg.install, libskstream-0.3-4.install:
          Rename install files to the correct interface version.

2006-12-09  Al Riddoch

        * debian: Experimental package files for creating .debs.

2006-10-14  Al Riddoch

        * skstream/skstream.h, skstream/sksocket.h: Move the IP
          protocol enumerations to the generic socket header, as
          they can be used in either streams or servers. Remove
          service port numbers, as we should not be hardcoding
          them. We should be looking them up from the OS.

        * ping/ping.cpp: Add our own variable for the ping service
          as the headers no longer provide it.
Comment 1 Tupone Alfredo gentoo-dev 2011-09-26 14:25:05 UTC
Bumped to 0.3.8
Thanks for report.