lp:~danbnicholson/intltool/intltool

Created by Dan Nicholson and last modified
Get this branch:
bzr branch lp:~danbnicholson/intltool/intltool
Only Dan Nicholson can upload to this branch. If you are Dan Nicholson please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Dan Nicholson
Project:
intltool
Status:
Development

Recent revisions

749. By Dan Nicholson

Remove cache lock file in mostlyclean

In revision 748 a cache lock file was added to fix issues with
concurrent access to the cache file. This leaves behind the lock file,
which is required so flock can operate on a consistent inode.
Unfortunately, it breaks make distcheck that expects all generated files
to be deleted.

Delete the lock file when the cache file is deleted in mostlyclean. At
that point make will no longer be starting any intltool-merge processes.

748. By Данило Шеган

Avoid a race where some processes try to use a partial cache file that is still being written to.
Note that we release the lock before load_cache, because if we got the lock, the cache is already completely written and it is OK to have multiple parallel readers

Without this patch, translation files would randomly miss translations for some or all languages.

Bug #1687644: load_cache race (fix by Bernhard M. Wiedemann).

747. By dobey

Release version 0.51.0

746. By dobey

Don't write $SRCDIR to the pot file.
Pass the $SRCDIR as a --directory option to xgettext.

745. By Michi Henning

Fixed incorrect handling of spaces around = in .ini files.

744. By Данило Шеган

Merge branch from David Planella adding support for QT designer .UI files.

Now intltool can extract translatable strings from files specified with
gettext/type of "qtdesigner".

Fixes bug #953342.

743. By Данило Шеган

Add missing files to Makefile.am EXTRA_DIST definitions.

742. By dobey

Use plain localedir to install mo files to, rather than trying to guess one.

741. By Hib Eris

Fix makefile rule to build .pox files properly.

740. By Jordi Mallach

Fix incorrect usage of hyphens and dashes in man pages.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:intltool
This branch contains Public information 
Everyone can see this information.

Subscribers