Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lintest/myrulib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xconfigure18
-rw-r--r--configure.in2
-rw-r--r--debian/changelog7
-rw-r--r--rpmbuild/myrulib-cr.spec2
-rw-r--r--rpmbuild/myrulib.spec2
6 files changed, 23 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index e01d4e0c..543bc06f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
MyRuLib: свободная (бесплатная и открытая) программа для
организации домашней библиотеки (коллекции) электронных книг.
+==== Версия 0.29.11 (12.10.2012 г.) ====
+Исправление ошибок:
+* Главное меню не работало для некоторых видов вкладок.
+
==== Версия 0.29.10 (11.10.2012 г.) ====
Доработки и расширение функционала:
* В списке книг можно скопировать ссылки на файлы онлайн библиотеки.
diff --git a/configure b/configure
index 720a6eb6..4fccbe9c 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for MyRuLib 0.29.10.
+# Generated by GNU Autoconf 2.68 for MyRuLib 0.29.11.
#
# Report bugs to <mail@lintest.ru>.
#
@@ -560,8 +560,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='MyRuLib'
PACKAGE_TARNAME='myrulib'
-PACKAGE_VERSION='0.29.10'
-PACKAGE_STRING='MyRuLib 0.29.10'
+PACKAGE_VERSION='0.29.11'
+PACKAGE_STRING='MyRuLib 0.29.11'
PACKAGE_BUGREPORT='mail@lintest.ru'
PACKAGE_URL='http://myrulib.lintest.ru/'
@@ -1346,7 +1346,7 @@ if test "$ac_init_help" = "long"; then
# 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.10 to adapt to many kinds of systems.
+\`configure' configures MyRuLib 0.29.11 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1412,7 +1412,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of MyRuLib 0.29.10:";;
+ short | recursive ) echo "Configuration of MyRuLib 0.29.11:";;
esac
cat <<\_ACEOF
@@ -1540,7 +1540,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-MyRuLib configure 0.29.10
+MyRuLib configure 0.29.11
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1917,7 +1917,7 @@ cat >config.log <<_ACEOF
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.10, which was
+It was created by MyRuLib $as_me 0.29.11, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@@ -9796,7 +9796,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# 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.10, which was
+This file was extended by MyRuLib $as_me 0.29.11, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -9859,7 +9859,7 @@ _ACEOF
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.10
+MyRuLib config.status 0.29.11
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
diff --git a/configure.in b/configure.in
index fb91b295..458bdd50 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([MyRuLib],[0.29.10],[mail@lintest.ru],[myrulib],[http://myrulib.lintest.ru/])
+AC_INIT([MyRuLib],[0.29.11],[mail@lintest.ru],[myrulib],[http://myrulib.lintest.ru/])
dnl Set the minimum version of toolkit libs
dnl ========================================================
diff --git a/debian/changelog b/debian/changelog
index 33b14c1f..20501a11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+myrulib (0.29.11-squeeze1) stable; urgency=low
+
+ Исправление ошибок:
+ * Главное меню не работало для некоторых видов вкладок.
+
+ -- Denis Kandrashin <mail@lintest.ru> Fri, 12 Oct 2012 23:27:49 +0400
+
myrulib (0.29.10-squeeze1) stable; urgency=low
Доработки и расширение функционала:
diff --git a/rpmbuild/myrulib-cr.spec b/rpmbuild/myrulib-cr.spec
index adba6108..6333bbb3 100644
--- a/rpmbuild/myrulib-cr.spec
+++ b/rpmbuild/myrulib-cr.spec
@@ -7,7 +7,7 @@
#
Name: myrulib-cr
-Version: 0.29.9
+Version: 0.29.11
Release: 0
License: GPL-3.0
Summary: E-Book Library Manager
diff --git a/rpmbuild/myrulib.spec b/rpmbuild/myrulib.spec
index 833ed54b..68bb344a 100644
--- a/rpmbuild/myrulib.spec
+++ b/rpmbuild/myrulib.spec
@@ -7,7 +7,7 @@
#
Name: myrulib
-Version: 0.29.9
+Version: 0.29.11
Release: 0
License: GPL-3.0
Summary: E-Book Library Manager