summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* maint: update copyright yearsJim Meyering2014-02-131-1/+1
|
* lid: avoid reading beyond end of buffer for a long nameJim Meyering2012-10-231-0/+4
| | | | | | | | | | | * libidu/idfile.h (stzncpy): Define, from coreutils. * src/lid.c (query_ambiguous_prefix): Avoid buffer overrun. Using strncpy to copy a too-long name would result in a "name" that is not NUL-terminated, yet that name would be treated as a NUL-terminated string immediately afterwards, via report_func, which attempts to print it. * libidu/fnprint.c (root_name): Use stzncpy in place of strncpy. * NEWS (Bug fixes): Mention the bug fix.
* maint: fix comment/doc typosJim Meyering2012-04-181-1/+1
| | | | | | | Found using https://github.com/lyda/misspell-check * ChangeLog-2007: As above. * NEWS: Likewise. * src/mkid.c: Likewise.
* maint: post-release administriviaJim Meyering2012-02-031-0/+3
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* version 4.6v4.6Jim Meyering2012-02-031-1/+1
| | | | * NEWS: Record release date.
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
| | | | Run "make update-copyright".
* tests: add a test for the lid radix-handling bugJim Meyering2011-08-021-0/+2
| | | | | | * testsuite/lid-radix: New file. * testsuite/Makefile.am (TESTS): Add it. * NEWS (Bug fixes): Mention it.
* tests: add tests for the lid -F ..N bugJim Meyering2011-05-241-0/+4
| | | | | | | * testsuite/lid-range: New file with tests based on a report by Shigio YAMAGUCHI in http://thread.gmane.org/gmane.comp.gnu.idutils.bugs/137 * testsuite/Makefile.am (TESTS): Add it. * NEWS (Bug fixes): Mention the bug fix.
* maint: update copyright year ranges to include 2011Jim Meyering2011-03-201-1/+1
| | | | Run "make update-copyright".
* maint: mention the GPLv3 update in NEWSJim Meyering2010-06-191-0/+2
| | | | | | * NEWS (4.3.92): Note when we switched to GPLv3. * cfg.mk (old_NEWS_hash): Update to reflect addition to old NEWS. Suggested by Karl Berry.
* post-release administriviaJim Meyering2010-06-171-0/+3
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* version 4.5v4.5Jim Meyering2010-06-171-1/+1
| | | | * NEWS: Record release date.
* doc: update to version 1.3 of the FDLJim Meyering2010-05-011-1/+1
| | | | | | * doc/idutils.texi: Update to FDL 1.3. * NEWS: Likewise. * cfg.mk (old_NEWS_hash): Update to accommodate this change.
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
| | | | | | Use this command: git ls-files |grep -vE '^(\..*|COPYING|gnulib)$' |xargs \ env UPDATE_COPYRIGHT_USE_INTERVALS=1 build-aux/update-copyright
* post-release administriviaJim Meyering2009-10-301-0/+3
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* version 4.4v4.4Jim Meyering2009-10-301-1/+1
| | | | * NEWS: Record release date.
* maint: update copyright year lists to include 2009Jim Meyering2009-08-151-1/+1
|
* tests: run the latest testJim Meyering2009-08-151-2/+2
| | | | | | * testsuite/Makefile.am (EXTRA_DIST): Add mkid-langopt. * NEWS: Tweak wording. * testsuite/mkid-langopt: Add a comment.
* mkid: avoid segfault with "-l OPT"Pedro J. Ruiz Lopez2009-08-131-0/+4
| | | | | | | | | * libidu/scanners.c: languages_0[] is not const anymore, since this would make impossible to set lang->lg_argv * libidu/scanners.c: language_save_arg now manages language options with zero or one argument. * doc/idutils.texi: update to reflect the behavior of mkid "-l" option. * testsuite/mkid-langopt: new test program.
* tests: add testing framework, and tests for the new optionJim Meyering2009-07-041-0/+6
| | | | | | | | | | | | | | | | | * NEWS (New features): Mention the new option. * src/mkid.c (main): Adjust a diagnostic. * src/xtokid.c (main): Adjust a diagnostic. * bootstrap.conf (gnulib_modules): Add perl and posix_shell * build-aux/check.mk: New file, from coreutils. * testsuite/Coreutils.pm: Likewise. * testsuite/CuTmpdir.pm: Likewise. * testsuite/check.mk: Likewise. * testsuite/envvar-check: Likewise. * testsuite/files0-from: New test, based on one from coreutils. * testsuite/Makefile.am (TESTS): Add files0-from. (TESTS_ENVIRONMENT): Remove definition. Now it's in check.mk. (EXTRA_DIST): Add Coreutils.pm CuTmpdir.pm envvar-check and check.mk. Include $(srcdir)/check.mk.
* post-release administriviaJim Meyering2008-10-181-0/+3
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* * NEWS: Record release date; add copyright at bottom.v4.3.92Jim Meyering2008-10-181-6/+11
|
* detect write error on stdoutJim Meyering2008-05-201-7/+8
| | | | | | | | | | * src/fid.c: Include "closeout.h". (main): Use it via atexit. * src/fnid.c (main): Likewise. * src/lid.c (main): Likewise. * src/mkid.c (main): Likewise. * src/xtokid.c (main): Likewise. * NEWS: Mention the bug fixes.
* recognize more suffixes: .mk, .ac, .bz2, .lzma.Jim Meyering2008-05-191-1/+14
| | | | | | * libidu/id-lang.map: Add .mk -> make, .ac -> m4. Handle .bz2 and .lzma, too. * NEWS: Mention this. Add a few more news items.
* Generate man pages, update from coreutils.Jim Meyering2008-05-171-0/+3
| | | | | | | | | | | | | | | | | | | * configure.ac (AC_CONFIG_FILES): Add man/Makefile. Check for help2man. * man/Makefile.am: New file. * .gitignore: Add .version and .tarball-version. * Makefile.am (SUBDIRS): Add man. * cfg.mk: Update from coreutils. * maint.mk: Likewise. * man/aid.x: New file. * man/defid.x: Likewise. * man/eid.x: Likewise. * man/fid.x: Likewise. * man/fnid.x: Likewise. * man/gid.x: Likewise. * man/lid.x: Likewise. * man/mkid.x: Likewise. * man/xtokid.x: Likewise.
* * latest CVS buildClaudio Fontana2006-08-051-0/+4
|
* * prepare 4.1 releaseIDUTILS-4_1Claudio Fontana2006-03-121-2/+3
|
* * s/id-utils/idutils/g;Claudio Fontana2006-01-061-1/+6
| | | | * other small changes
* * fixed small issues and integrated perl patch.Claudio Fontana2005-12-111-1/+4
| | | | Added some missing files in po/ and updated intl/
* *** empty log message ***Claudio Fontana2005-11-011-2/+2
|
* .Greg McGary1999-04-091-0/+4
|
* .Greg McGary1999-04-071-1/+1
|
* .ID-UTILS-3_2dGreg McGary1999-04-061-1/+5
|
* .Greg McGary1999-04-041-0/+4
|
* .ID-UTILS-3_2cGreg McGary1999-04-041-0/+7
|
* .r3_2bGreg McGary1999-03-291-1/+1
|
* bump version to 3.2bGreg McGary1999-03-291-0/+8
|
* *** empty log message ***Jim Meyering1999-01-271-0/+4
|
* imported from id-utils-3.2r3_2Greg McGary1997-04-181-0/+4
|
* imported from id-utils-3.1r3_1Greg McGary1997-04-181-4/+68
|
* imported from id-utils-3.0.9r3_0_9Greg McGary1997-04-181-1/+37
|
* imported from mkid-3.0.3r3_0_3Greg McGary1997-04-181-9/+9
|
* Initial revisionGreg McGary1997-04-181-0/+25