Skip to content

Commit 309fe7a

Browse files
Stefan EilemannStefan Eilemann
authored andcommitted
Release preparations
1 parent a4a119d commit 309fe7a

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

.gitexternals

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- mode: cmake -*-
2-
# CMake/common https://github.com/Eyescale/CMake.git 77c8475
2+
# CMake/common https://github.com/Eyescale/CMake.git d9373d8

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ add_subdirectory(doc)
7171
set(DOXYGEN_MAINPAGE_MD README.md)
7272
set(DOXYGEN_EXTRA_INPUT ${PROJECT_SOURCE_DIR}/README.md)
7373
include(DoxygenRule) # must be after all targets
74-
include(LunchboxCPack)
74+
include(CPackConfig)
7575

7676
set(CTEST_CUSTOM_WARNING_EXCEPTION ${CTEST_CUSTOM_WARNING_EXCEPTION}
7777
# http://public.kitware.com/Bug/view.php?id=10179

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ intended for all application developers creating high-performance multi-threaded
1010
programs.
1111

1212
The
13-
[API documentation](http://eyescale.github.io/Lunchbox-1.11/index.html) can be
13+
[API documentation](http://eyescale.github.io/Lunchbox-1.12/index.html) can be
1414
found on [eyescale.github.io](http://eyescale.github.io/). As with any open
1515
source project, the available source code, in particular the
16-
[unit tests](https://github.com/Eyescale/Lunchbox/tree/1.11/tests) provide a
16+
[unit tests](https://github.com/Eyescale/Lunchbox/tree/1.12/tests) provide a
1717
reference for developing applications.
1818

1919
Technical questions can be posted to the Equalizer
@@ -41,6 +41,7 @@ development and deployment of multi-threaded applications:
4141
* Utility classes: lunchbox::Any, lunchbox::Log, lunchbox::Pool,
4242
lunchbox::UnorderedIntervalSet, lunchbox::Future, lunchbox::PersistentMap,
4343
(lunchbox::ScopedMutex)
44+
* Detailed @ref Changelog
4445

4546
# Building {#Building}
4647

doc/Changelog.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# Changelog
2-
1+
# Changelog {#Changelog}
32

43
# git master {#master}
4+
5+
# Release 1.12 (02-11-2015) {#Release112}
6+
57
* [233]((https://github.com/Eyescale/Lunchbox/pull/233):
68
Fix RequestHandler::waitRequest to not unregister the request if it
79
times out.
8-
Request::relinquished replaced by Request::unregister.
10+
Request::relinquish() replaced by Request::unregister().
911
* [218](https://github.com/Eyescale/Lunchbox/pull/218):
1012
Fix write to lunchbox::MemoryMap on MSVC
1113
* [218](https://github.com/Eyescale/Lunchbox/pull/218):

lunchbox/file.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ LUNCHBOX_API std::string getExecutablePath();
7373
* On Linux and Mac OS X, this returns the path one level up of
7474
* getExecutablePath().
7575
* On Windows, this returns the path one or two levels up of
76-
* getExecutablePath(), depending if <BuildType> is in the path.
76+
* getExecutablePath(), depending if ${BuildType} is in the path.
7777
*
7878
* @return the absolute root path of the current executable.
7979
* @version 1.12

0 commit comments

Comments
 (0)