Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2014-12-18 23:30:11 +0300
committerJeff Johnston <jjohnstn@redhat.com>2014-12-18 23:30:11 +0300
commit0615b4bb5f38a738377d4856aed167f0ab6aa52d (patch)
tree4817841fbc39f5ec85c5d3845cfa968835e7872d /newlib/ChangeLog
parentf94bbabd8916c6db615d4a0cf37381451951f00b (diff)
2014-12-18 Jeff Johnston <jjohnstn@redhat.com>
* NEWS: Update with 2.2.0 info. * README: Ditto. * acinclude.m4: Change version number to 2.2.0. * libc/libc.texinfo: Ditto. * libm/libm.texinfo: Ditto. * configure: Regenerated. * Makefile.in: Regenerated. * doc/configure: Ditto. * libc/*/configure: Ditto. * libm/*/configure: Ditto. * libc/sys/linux/shared.ld: Add VERS_2.2
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index d718c8ed6..be53bd927 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,35 @@
+2014-12-18 Jeff Johnston <jjohnstn@redhat.com>
+
+ * NEWS: Update with 2.2.0 info.
+ * README: Ditto.
+ * acinclude.m4: Change version number to 2.2.0.
+ * libc/libc.texinfo: Ditto.
+ * libm/libm.texinfo: Ditto.
+ * configure: Regenerated.
+ * Makefile.in: Regenerated.
+ * doc/configure: Ditto.
+ * libc/*/configure: Ditto.
+ * libm/*/configure: Ditto.
+ * libc/sys/linux/shared.ld: Add VERS_2.2
+
+2013-12-23 Jeff Johnston <jjohnstn@redhat.com>
+
+ * NEWS: Update with 2.1.0 info.
+ * README: Ditto.
+ * acinclude.m4: Change version number to 2.1.0.
+ * aclocal.m4: Regenerated.
+ * configure: Ditto.
+ * Makefile.in: Regenerated.
+ * doc/aclocal.m4: Ditto.
+ * doc/configure: Ditto.
+ * libc/*/aclocal.m4: Ditto.
+ * libc/*/configure: Ditto.
+ * libc/libc.texinfo: Ditto.
+ * libm/*/aclocal.m4: Ditto.
+ * libm/*/configure: Ditto.
+ * libm/libm.texinfo: Ditto.
+ * libc/sys/linux/shared.ld: Add VERS_2.1
+
2014-12-18 Yaakov Selkowitz <yselkowi@redhat.com>
Implement BSD/GNU unlocked stdio extensions.