Skip to content

Commit

Permalink
* Merge version bump from stable into trunk
Browse files Browse the repository at this point in the history
git-svn-id: http://opensource.mlba-team.de/svn/xdispatch/trunk@228 9e4c620c-c391-4b63-a7fb-4924991ea895
  • Loading branch information
marius committed Aug 1, 2011
1 parent 70435b8 commit b1d2dae
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.dox
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
/**
@page change_log CHANGELOG

@section changes-6 Version 0.6.0

released 01/08/2011

- Updated libpthread_workqueue to version 0.8.2 (r200)
- Updated libkqueue to r526
- Merged a patch by Mark Heily originally contributed to the
libdispatch mailing lists
- Changed several long datatypes to be an intptr_t instead
resulting in better compatibility with non LP64 platforms
and a consistent behaviour throughout all architectures
- streamlined the C++ and Qt inspired interfaces to use a
consistent setter and getter style throughout the entire api
- Fixed a bug within xdispatch::source causing source handlers
to be deleted too early and thus causing sigfaults
- Including a copy of libblocksruntime to enable building with
clang and using blocks without needing any further dependencies
- Fixed an issue causing a QDispatchSource not to fire when
using custom QIODevices
- Forced use of Winsock2.h instead of Winsock.h on Windows platforms
and reduced the number of headers included by xdispatch/dispatch.h

@section changes-5 Version 0.5.0

released 01/06/2011
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ SET(CPACK_PACKAGE_VENDOR "MLBA Opensource")
SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.dox")
SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
SET(CPACK_PACKAGE_VERSION_MAJOR "0")
SET(CPACK_PACKAGE_VERSION_MINOR "5")
SET(CPACK_PACKAGE_VERSION_MINOR "6")
SET(CPACK_PACKAGE_VERSION_PATCH "0")
SET(CPACK_PACKAGE_FILE_NAME "xdispatch_${CPACK_PACKAGE_VERSION_MAJOR}_${CPACK_PACKAGE_VERSION_MINOR}_${CPACK_PACKAGE_VERSION_PATCH}__${CMAKE_SYSTEM_NAME}_${CMAKE_GENERATOR}")
include(CPack)
4 changes: 3 additions & 1 deletion TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,6 @@ Status of Qt API implementation
===============================
(an X marks an API as done)

All done :)
- Elaborate ways of adding event queue
support while executing Qt code on
QtDispatch queues

0 comments on commit b1d2dae

Please sign in to comment.