diff -Nru myrulib-0.29.15/ChangeLog myrulib-0.29.16/ChangeLog --- myrulib-0.29.15/ChangeLog 2013-08-15 21:45:15.000000000 +0000 +++ myrulib-0.29.16/ChangeLog 2013-09-03 18:30:43.000000000 +0000 @@ -1,6 +1,10 @@ MyRuLib: свободная (бесплатная и открытая) программа для организации домашней библиотеки (коллекции) электронных книг. +==== Версия 0.29.16 (03.09.2013 г.) ==== +Исправление ошибок: +* Ошибка сегментирования после применения диалога настроек. + ==== Версия 0.29.15 (16.08.2013 г.) ==== Обновления сторонних библиотек: * SQLite3 обновлена до версии 3.7.17 diff -Nru myrulib-0.29.15/configure myrulib-0.29.16/configure --- myrulib-0.29.15/configure 2013-08-15 21:45:15.000000000 +0000 +++ myrulib-0.29.16/configure 2013-09-03 18:30:43.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for MyRuLib 0.29.15. +# Generated by GNU Autoconf 2.69 for MyRuLib 0.29.16. # # Report bugs to . # @@ -580,8 +580,8 @@ # Identity of this package. PACKAGE_NAME='MyRuLib' PACKAGE_TARNAME='myrulib' -PACKAGE_VERSION='0.29.15' -PACKAGE_STRING='MyRuLib 0.29.15' +PACKAGE_VERSION='0.29.16' +PACKAGE_STRING='MyRuLib 0.29.16' PACKAGE_BUGREPORT='mail@lintest.ru' PACKAGE_URL='http://myrulib.lintest.ru/' @@ -1366,7 +1366,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures MyRuLib 0.29.15 to adapt to many kinds of systems. +\`configure' configures MyRuLib 0.29.16 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1432,7 +1432,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of MyRuLib 0.29.15:";; + short | recursive ) echo "Configuration of MyRuLib 0.29.16:";; esac cat <<\_ACEOF @@ -1561,7 +1561,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -MyRuLib configure 0.29.15 +MyRuLib configure 0.29.16 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1938,7 +1938,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by MyRuLib $as_me 0.29.15, which was +It was created by MyRuLib $as_me 0.29.16, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -9938,7 +9938,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by MyRuLib $as_me 0.29.15, which was +This file was extended by MyRuLib $as_me 0.29.16, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -10001,7 +10001,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -MyRuLib config.status 0.29.15 +MyRuLib config.status 0.29.16 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru myrulib-0.29.15/configure.in myrulib-0.29.16/configure.in --- myrulib-0.29.15/configure.in 2013-08-15 21:45:15.000000000 +0000 +++ myrulib-0.29.16/configure.in 2013-09-03 18:30:43.000000000 +0000 @@ -2,7 +2,7 @@ AC_PREREQ(2.59) -AC_INIT([MyRuLib],[0.29.15],[mail@lintest.ru],[myrulib],[http://myrulib.lintest.ru/]) +AC_INIT([MyRuLib],[0.29.16],[mail@lintest.ru],[myrulib],[http://myrulib.lintest.ru/]) dnl Set the minimum version of toolkit libs dnl ======================================================== diff -Nru myrulib-0.29.15/debian/changelog myrulib-0.29.16/debian/changelog --- myrulib-0.29.15/debian/changelog 2013-08-18 14:48:11.000000000 +0000 +++ myrulib-0.29.16/debian/changelog 2013-09-03 18:30:56.000000000 +0000 @@ -1,4 +1,11 @@ -myrulib (0.29.15-saucy1) saucy; urgency=low +myrulib (0.29.16-saucy1) saucy; urgency=low + + Исправление ошибок: + * Ошибка сегментирования после применения диалога настроек. + + -- Denis Kandrashin Tue, 03 Sep 2013 22:19:50 +0400 + +myrulib (0.29.15-squeeze1) stable; urgency=low Обновления сторонних библиотек: * SQLite3 обновлена до версии 3.7.17 diff -Nru myrulib-0.29.15/sources/MyRuLib/FbMainFrame.cpp myrulib-0.29.16/sources/MyRuLib/FbMainFrame.cpp --- myrulib-0.29.15/sources/MyRuLib/FbMainFrame.cpp 2013-08-15 21:45:17.000000000 +0000 +++ myrulib-0.29.16/sources/MyRuLib/FbMainFrame.cpp 2013-09-03 18:30:45.000000000 +0000 @@ -978,9 +978,6 @@ void FbMainFrame::Localize(int language) { - wxToolBar * toolbar = GetToolBar(); - SetToolBar(CreateToolBar()); - wxDELETE(toolbar); } void FbMainFrame::OnDatabaseGenres(wxCommandEvent & event)