Prepared release of 3.1.0.
[libsex.git] / doc / ABOUT.mdwn.in
blob5ef056158983a73233ebaf885e290fcec0513594
1 # @LIBRARY_NAME@: @PROJECT_BRIEF@
3 ## about
5 @LIBRARY_NAME@ is an exception library for C++ that avoids
6 std::bad_alloc being thrown when you just don't want to
7 have it, allows for safe chaining of exceptions, message
8 backtraces, easy creation and localization of exception
9 class hierarchies and their message templates, while being
10 embarassingly simple.
12 Concrete usage examples contained in the tests directory.
15 ## news
17 * @PROJECT_VERSION_DATE@ @LIBRARY_NAME@-@PROJECT_VERSION@
18 * 2011-08-13 @LIBRARY_NAME@-3.0.0
19 * 2010-09-26 @LIBRARY_NAME@-2.0.0 (never released)
20 * 2010-03-12 @LIBRARY_NAME@-1.0.0 (never released)
21 * 2010-02-19 development started
24 ## changelog
26 ### @PROJECT_VERSION_DATE@ @LIBRARY_NAME@-@PROJECT_VERSION@
28 * fixed include directory (all platforms)
29 * fixed installation locations (windows)
30 * DECLARE/DEFINE now take scope as seperate parameter
32 ### 2011-08-13 @LIBRARY_NAME@-3.0.0
34 First public release.
37 ## dependencies
39 * CMake
40 * CppUnit (unit testing, optional)
41 * Doxygen (API documentation, optional)
44 ## bugs
46 None known.
49 ## authors
51 * Andreas Waidler <arandes@programmers.at>
54 ## repo
56 * git://repo.or.cz/@LIBRARY_NAME@.git
57 * <http://www.repo.or.cz/w/@LIBRARY_NAME@.git>
60 ## homepage
62 * <http://programmers.at/work/on/@LIBRARY_NAME@>
65 ## documentation
67 * <http://programmers.at/work/on/@LIBRARY_NAME@/doc>
70 ## download
72 * <http://programmers.at/work/on/@LIBRARY_NAME@/@LIBRARY_NAME@-@PROJECT_VERSION@.tar.gz>
73 * <http://programmers.at/work/on/@LIBRARY_NAME@/@LIBRARY_NAME@-3.0.0.tar.gz>
76 ## license
78 Copyright (C) 2011 Andreas Waidler <arandes@programmers.at>
80 Permission to use, copy, modify, and/or distribute this
81 software for any purpose with or without fee is hereby
82 granted, provided that the above copyright notice and this
83 permission notice appear in all copies.
85 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS
86 ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
87 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO
88 EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
89 INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
90 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
91 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
92 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
93 USE OR PERFORMANCE OF THIS SOFTWARE.