diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2013-12-03 14:43:23 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2013-12-03 14:43:23 +0100 |
commit | 3d2e60756a511e64c41dc17e64e350b27ffebafb (patch) | |
tree | 6b75f0a59722eb8b7a9bfef60c3d12806fbca239 | |
parent | 18d1425127e5712dda888bb280d5d1a038a45c7f (diff) | |
download | glibc-3d2e60756a511e64c41dc17e64e350b27ffebafb.zip glibc-3d2e60756a511e64c41dc17e64e350b27ffebafb.tar.gz glibc-3d2e60756a511e64c41dc17e64e350b27ffebafb.tar.bz2 |
Add bug number to ChangeLog and NEWS
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ 2013-12-03 Aurelien Jarno <aurelien@aurel32.net> + [BZ #16289] * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid division by 0. @@ -20,7 +20,7 @@ Version 2.19 15939, 15948, 15963, 15966, 15985, 15988, 15997, 16032, 16034, 16036, 16037, 16041, 16055, 16071, 16072, 16074, 16077, 16078, 16103, 16112, 16143, 16144, 16146, 16150, 16151, 16153, 16167, 16172, 16195, 16214, - 16245, 16271. + 16245, 16271, 16289. * The public headers no longer use __unused nor __block. This change is to support compiling programs that are derived from BSD sources and use |