summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2015-11-20 10:46:19 +0100
committerMurray Cumming <murrayc@murrayc.com>2015-11-20 10:46:19 +0100
commitb28681c9f549019c2ec51216a9970acf8bc8cdf0 (patch)
treeb3e9020506d9be8d621aac7564e59cacb1bee449
parent56d48412c97ebb4662f08427cb1cbc39a1604aa6 (diff)
downloadglibmm-2.46.2.tar.gz
2.46.22.46.2
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ea9246c5..ff3e87a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+2.46.2:
+
+* ObjectBase, Object, Interface: Correct move constructors and move assignment
+ operators.
+ (Kjell Ahlstedt) Bug #756962
+
+
Changes in 2.46 compared to 2.44:
General:
diff --git a/configure.ac b/configure.ac
index e8dd8ce1..ad1ce5fa 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([glibmm], [2.46.1],
+AC_INIT([glibmm], [2.46.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])