Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5a140b689f | ||
|
|
38ddb5e32a |
@@ -4,9 +4,6 @@ dnl Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023 Andrew Wood
|
|||||||
dnl
|
dnl
|
||||||
dnl Distributed under the Artistic License v2.0; see `doc/COPYING'.
|
dnl Distributed under the Artistic License v2.0; see `doc/COPYING'.
|
||||||
|
|
||||||
dnl Supported languages
|
|
||||||
ALL_LINGUAS="de fr pl pt"
|
|
||||||
|
|
||||||
AC_INIT
|
AC_INIT
|
||||||
AC_CONFIG_SRCDIR([src/main/version.c])
|
AC_CONFIG_SRCDIR([src/main/version.c])
|
||||||
AC_CONFIG_AUX_DIR(autoconf/scripts)
|
AC_CONFIG_AUX_DIR(autoconf/scripts)
|
||||||
@@ -97,7 +94,7 @@ yes
|
|||||||
#endif
|
#endif
|
||||||
], [LIBS="$LIBS -lc128"])
|
], [LIBS="$LIBS -lc128"])
|
||||||
|
|
||||||
dnl Native Language Suppot
|
dnl Native Language Support
|
||||||
if test "$NLS_SUPPORT" = "yes"; then
|
if test "$NLS_SUPPORT" = "yes"; then
|
||||||
AC_DEFINE([ENABLE_NLS], [1], [Enable native language support])
|
AC_DEFINE([ENABLE_NLS], [1], [Enable native language support])
|
||||||
AC_PATH_PROG(MSGFMT, msgfmt, NOMSGFMT)
|
AC_PATH_PROG(MSGFMT, msgfmt, NOMSGFMT)
|
||||||
@@ -116,7 +113,7 @@ if test "$NLS_SUPPORT" = "yes"; then
|
|||||||
fi
|
fi
|
||||||
CATOBJEXT=.mo
|
CATOBJEXT=.mo
|
||||||
INSTOBJEXT=.mo
|
INSTOBJEXT=.mo
|
||||||
for lang in $ALL_LINGUAS; do
|
for lang in de fr pl pt; do
|
||||||
GMOFILES="$GMOFILES $lang.gmo"
|
GMOFILES="$GMOFILES $lang.gmo"
|
||||||
POFILES="$POFILES \$(srcdir)/src/nls/$lang.po"
|
POFILES="$POFILES \$(srcdir)/src/nls/$lang.po"
|
||||||
CATALOGS="$CATALOGS src/nls/$lang$CATOBJEXT";
|
CATALOGS="$CATALOGS src/nls/$lang$CATOBJEXT";
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
1.7.18 - 28 July 2023
|
||||||
|
* fix: language file installation had been broken by the configuration script rewrite
|
||||||
|
|
||||||
1.7.17 - 27 July 2023
|
1.7.17 - 27 July 2023
|
||||||
* feature: new "`--sync`" option to flush cache to disk after every write (related to [GH#6](https://github.com/a-j-wood/pv/issues/6), to improve accuracy when writing to slow disks)
|
* feature: new "`--sync`" option to flush cache to disk after every write (related to [GH#6](https://github.com/a-j-wood/pv/issues/6), to improve accuracy when writing to slow disks)
|
||||||
* feature: new "`--direct-io`" option to bypass cache - implements [GH#29 "Option to enable *O_DIRECT*"](https://github.com/a-j-wood/pv/issues/29) - requested by Romain Kang, Jacek Wielemborek
|
* feature: new "`--direct-io`" option to bypass cache - implements [GH#29 "Option to enable *O_DIRECT*"](https://github.com/a-j-wood/pv/issues/29) - requested by Romain Kang, Jacek Wielemborek
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
1.7.17
|
1.7.18
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
Begin3
|
Begin3
|
||||||
Title: @PACKAGE@
|
Title: @PACKAGE@
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Entered-date: 27JUL23
|
Entered-date: 28JUL23
|
||||||
Description: A tool for monitoring the progress of data through a
|
Description: A tool for monitoring the progress of data through a
|
||||||
pipeline. It can be inserted into any normal pipeline
|
pipeline. It can be inserted into any normal pipeline
|
||||||
between two processes to give a visual indication of how
|
between two processes to give a visual indication of how
|
||||||
|
|||||||
Reference in New Issue
Block a user