diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-11-17 12:33:33 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-11-17 12:33:33 -0500 |
commit | 9d65ea3a9b83ac3961229ba296a7caf90abce68d (patch) | |
tree | a9b3c7ac1a524042d35fc22f296058456486d5b1 /ChangeLog | |
parent | 5583a0862cf94f71cbcde91c4043a20af65facca (diff) | |
download | glibc-9d65ea3a9b83ac3961229ba296a7caf90abce68d.tar glibc-9d65ea3a9b83ac3961229ba296a7caf90abce68d.tar.gz glibc-9d65ea3a9b83ac3961229ba296a7caf90abce68d.tar.bz2 glibc-9d65ea3a9b83ac3961229ba296a7caf90abce68d.zip |
Remove handling of VCs other then git
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +2011-11-17 Ulrich Drepper <drepper@gmail.com> + + * Makefile.in: Remove CVSOPT handling. + * configure.in: Remove use of AC_REVISION. + * iconvdata/Makefile (distribute): No need to filter out CVS. + * scripts/list-sources.sh: Remove CVS, subversion and monotone + handling. + 2011-11-16 Andreas Schwab <schwab@redhat.com> * sysdeps/i386/i686/multiarch/strcmp-ssse3.S @@ -13,7 +21,7 @@ 2011-11-15 Ulrich Drepper <drepper@gmail.com> - * locale/loadarchive.c (_nl_load_locale_from_archive): Open files to + * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with O_CLOEXEC. * locale/loadlocale.c (_nl_load_locale): Likewise. |