summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2010-05-04 21:44:29 +0200
committerMurray Cumming <murrayc@murrayc.com>2010-05-04 21:44:29 +0200
commit4bf6331db94b95452adf5f019aad9afd78a8baa1 (patch)
tree5cf464a8f30a96cf475e58f0212d3c24a398d307
parenta93e07daf04ddd7efb2637a1be37356ef5b402f8 (diff)
downloadsigc++-2.2.7.tar.gz
2.2.72.2.7
-rw-r--r--ChangeLog2
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
3 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 01447dc..e09319d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.2.7:
+
2010-05-04 Murray Cumming <murrayc@murrayc.com>
Documentation improvements.
diff --git a/NEWS b/NEWS
index 7b6604d..056c51c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+2.2.7:
+
+* Documentation:
+ - Added main page text with doxygen.
+ (David King, Murray Cumming)
+ - Fix the functors Doxygen group.
+ (David King)
+ - Tutorial: Removed outdated marshallers section that had no working example.
+ (Murray Cumming) Bug #417924 (Michael Ekstrand)
+
2.2.6:
* Slight documentation changes.
diff --git a/configure.ac b/configure.ac
index 81d9029..1010ebf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([libsigc++], [2.2.6],
+AC_INIT([libsigc++], [2.2.7],
[http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
[libsigc++], [http://libsigc.sourceforge.net/])
AC_PREREQ([2.59])