Skip to content

Commit

Permalink
released lingot 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ibancg committed Aug 22, 2011
1 parent 76c0840 commit 1e8baaa
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 14 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 1,8 @@

2011-08-22 Ibán Cereijo <[email protected]>

* Released lingot 0.9.1

2011-08-13 Ibán Cereijo <[email protected]>

* Fixed bug #34007 (#637610 in debian).
Expand Down
5 changes: 3 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 39,16 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(srcdir)/lingot.desktop.in $(top_srcdir)/configure ABOUT-NLS \
AUTHORS COPYING ChangeLog INSTALL NEWS THANKS TODO \
config.guess config.sub depcomp install-sh ltmain.sh missing
config.guess config.sub depcomp install-sh ltmain.sh missing \
mkinstalldirs
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno config.status.lineno
mkinstalldirs = $(install_sh) -d
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES = lingot.desktop
CONFIG_CLEAN_VPATH_FILES =
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -2734,7 2734,7 @@ fi

# Define the identity of the package.
PACKAGE=lingot
VERSION=0.9.1b2
VERSION=0.9.1


cat >>confdefs.h <<_ACEOF
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 4,7 @@ dnl If you don't want it to overwrite it,
dnl Please disable it in the Anjuta project configuration

AC_INIT(configure.in)
AM_INIT_AUTOMAKE(lingot, 0.9.1b2)
AM_INIT_AUTOMAKE(lingot, 0.9.1)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE

Expand Down
4 changes: 2 additions & 2 deletions ltmain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 69,7 @@
# compiler: $LTCC
# compiler flags: $LTCFLAGS
# linker: $LD (gnu? $with_gnu_ld)
# $progname: (GNU libtool) 2.4 Debian-2.4-2
# $progname: (GNU libtool) 2.4 Debian-2.4-3
# automake: $automake_version
# autoconf: $autoconf_version
#
Expand All @@ -79,7 79,7 @@

PROGRAM=libtool
PACKAGE=libtool
VERSION="2.4 Debian-2.4-2"
VERSION="2.4 Debian-2.4-3"
TIMESTAMP=""
package_revision=1.3293

Expand Down
2 changes: 1 addition & 1 deletion pixmaps/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 41,7 @@ am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
Expand Down
10 changes: 5 additions & 5 deletions po/lingot.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-02-22 16:20 0000\n"
"POT-Creation-Date: 2011-08-22 16:10 0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -494,23 494,23 @@ msgid "No more JACK ports available"
msgstr ""

#: ../src/lingot-audio-jack.c:133 ../src/lingot-audio-jack.c:247
#: ../src/lingot-audio-jack.c:314 ../src/lingot-audio-jack.c:346
#: ../src/lingot-audio-jack.c:315 ../src/lingot-audio-jack.c:347
msgid "The application has not been built with JACK support"
msgstr ""

#: ../src/lingot-audio-jack.c:265
msgid "Cannot activate client"
msgstr ""

#: ../src/lingot-audio-jack.c:271
#: ../src/lingot-audio-jack.c:272
msgid "No active capture ports"
msgstr ""

#: ../src/lingot-audio-jack.c:282 ../src/lingot-audio-jack.c:302
#: ../src/lingot-audio-jack.c:283 ../src/lingot-audio-jack.c:303
msgid "Cannot connect input ports"
msgstr ""

#: ../src/lingot-audio-jack.c:297
#: ../src/lingot-audio-jack.c:298
msgid "No physical capture ports"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 42,7 @@ am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
Expand Down
2 changes: 1 addition & 1 deletion src/glade/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 41,7 @@ am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
Expand Down

0 comments on commit 1e8baaa

Please sign in to comment.