2007-09-18 22:22:13 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 0.36.2
changes: minor bugfixes
|
2007-08-08 23:57:17 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Do not insist on GNU iconv. NetBSD iconv, for example, is perfectly fine.
Bump PKGREVISION.
|
2007-08-07 08:09:54 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.36.0:
Bug fixes.
|
2007-02-27 10:47:07 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.35.5:
Version 0.35.5
* Don't hardcode fallback path to intltool-extract
-- bug #399476 (Rodney Dawes)
* Fix mkdir race in inltool-merge.in.in
-- bug #400788 (Rodney Dawes, Leonardo Boshell)
* Update an additional check to use $SRCDIR properly for POTFILES.skip
-- bug #391892 (Rodney Dawes)
* Handle extracting comments from ini-style files
-- bug #390271 (Takao Fujiwara)
|
2007-02-15 22:31:29 by Roland Illig | Files touched by this commit (1) |
Log message:
Disabled the CHECK_INTERPRETER warning.
|
2007-01-14 10:58:56 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.35.4:
Version 0.35.4
* Fix logic of checking for leftout files in builddir or srcdir (Rodney Dawes)
|
2007-01-07 15:40:17 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
Update to 0.35.3:
Version 0.35.3
* Check for leftout files in builddir, for for generated files (Rodney Dawes)
* Load POTFILES.{skip,ignore} from $SRCDIR in intltool-update
-- bug #391892 (Rodney Dawes)
* Ignore files in POTFILES.{skip,ignore} when looking for leftout files
-- bug #391892 (Rodney Dawes)
* Match $LINGUAS with LINGUAS file more precisely
-- bug #342500 (Jürg Billeter)
Version 0.35.2
* Create builddir if it doesn't exist when generating header files
-- bug #348952 (Rodney Dawes)
* Update checks for leftout files with intltool-update -m
-- bug #386118 (Rodney Dawes)
* Better support for using $srcdir (Rodney Dawes)
* Run intltool-update -m in make check (Rodney Dawes)
* Handle LINGUAS environment variable properly
-- bug #342500 (Rodney Dawes)
* Make sure that we always call FindPackageName so variables get set properly
-- bug #350013 (Rodney Dawes)
* Set $top_builddir in Makefile.in.in for stamp-it rule
-- bug #345560 (Daniel Leidert)
|
2006-12-15 20:31:47 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 0.35.1
changes:
-Make regex patterns greedier, to avoid perl stack overflows
-Add code to detect DATADIRNAME
-Support older/non-GNU versions of diff when validating tests
-Add new mode to support quoted text in any file
-Fix the warning message for missing IT_PROG_INTLTOOL and error out
|
2006-11-05 18:06:43 by Joerg Sonnenberger | Files touched by this commit (12) |
Log message:
DESTDIR support.
|
2006-08-29 16:03:39 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Adjust regex patterns used for line matching in translation catalogs
to generate less back tracing. On DragonFly 1.6 (but not 1.4) Perl
would hit the stack size in wm/metacity's dz.po otherwise.
Thanks to walt <wa1ter@myrealbox.com> for the tracing down the faulting
expression.
Bump revision.
|