Add ChangeLog.Tizen
authorSangmin Seo <sangmin7.seo@samsung.com>
Wed, 9 Aug 2017 08:23:00 +0000 (17:23 +0900)
committerMikhail Kashkarov <m.kashkarov@partner.samsung.com>
Thu, 28 Nov 2019 12:40:48 +0000 (15:40 +0300)
ChangeLog.Tizen is to keep track of private patches for Tizen glibc.

Change-Id: I98bd396cebcef5d7dddc91e1f74460745f5242ca
Signed-off-by: Sangmin Seo <sangmin7.seo@samsung.com>
ChangeLog.Tizen [new file with mode: 0644]

diff --git a/ChangeLog.Tizen b/ChangeLog.Tizen
new file mode 100644 (file)
index 0000000..4069621
--- /dev/null
@@ -0,0 +1,94 @@
+################################################################################
+# Filename: ChangeLog.Tizen
+#
+# Purpose: This file is to keep track of patches that are specific only to
+#   Tizen glibc.  The goal of this record is to easily determine necessary
+#   commits to cherry-pick when we upgrade the major version of Tizen glibc.
+#   "Upgrade" here means syncing up with the future release of upstream glibc.
+#
+# What to add here?
+#   When we cherry-pick patches from the upstream, we do not need to record
+#   them in here because they will be automatically included when upgrading the
+#   version.  On the other hand, all other patches, which are written only for
+#   Tizen, backported from other source, or modified when backporting, should
+#   be included in this file.
+#
+# Format:
+#   [Commit Date]  [Author Name]  [Email Address]
+#   <empty line>
+#   <tab>commit [Commit Hash](optional)
+#   <tab>[Commit Message's Subject]
+#   <empty line>
+#
+#   NOTE-1: Please fit lines in 80 columns.
+#   NOTE-2: [Commit Hash] is intended for speeding up the commit search, but it
+#     is optional because the permanent commit hash is determined when merging
+#     the commit to the main branch, e.g., tizen_base.  Therefore, it is not
+#     required to include the commit hash if you write your patch and change
+#     log at the same time (actually you can't).  However, if you update this
+#     file after the commit hash is fixed, you are free to add the commit hash.
+################################################################################
+
+2017-08-09  Sangmin Seo <sangmin7.seo@samsung.com>
+
+       Add ChangeLog.Tizen
+
+2017-07-28  Slava Barinov <v.barinov@samsung.com>
+
+       commit 470c8964019f598d0d57a6487f095d84a7512ec8
+       packaging: Switch off ASan
+
+2017-04-07  Dongkyun, Son <dongkyun.s@samsung.com>
+
+       commit 30cc03a6437d70bf27360e8a78ed72fa2d0765cf
+       packaging: add license files to all sub components
+
+2017-04-03  Chan Lee <chan45.lee@samsung.com>
+
+       commit 517e8e7181df54a2605e5c5d0175329c0a0f1f60
+       packaging: provide 64bit libs on 32bit build env
+
+2017-03-13  Dongkyun, Son <dongkyun.s@samsung.com>
+
+       commit d6451ebc5034d67ff3feef3c737fac75a7d2e09d
+       Lie about futex_atomic_cmpxchg_inatomic kernel support.
+
+2017-03-13  Kyle McMartin <kmcmarti@redhat.com>
+
+       commit 9db352d1e44821f8a76b412ad7dc5ab814c77638
+       Backport some upstream-wards patches to fix TLS issues on AArch64.
+
+2017-03-12  Pavel Kopyl <p.kopyl@samsung.com>
+
+       commit 9997af03f7dcb35b35360df23223e0d8d63fb767
+       packaging: Enable memcpy in sysdeps/arm/memcpy.S for ARM
+
+2017-03-12  Bartlomiej Grzelewski <b.grzelewski@samsung.com>
+
+       commit 172ed031eec4f8f0a4b210c0f3cb515434568051
+       Nss configuration update
+
+2017-02-01  Dongkyun, Son <dongkyun.s@samsung.com>
+
+       commit b715e4bebd9aa329e10144f8489436e09bf946c2
+       packaging: renamed linaro-glibc.spec -> glibc.spec
+
+2016-10-19  Dongkyun, Son <dongkyun.s@samsung.com>
+
+       commit 72f162701ae6a386d48d1a01f4f201de4b391b1c
+       packaging: remove fno-omit-frame-pointer from optflags
+
+2016-08-31  Dongkyun, Son <dongkyun.s@samsung.com>
+
+       commit 8cb8e6d18dd7df02451019f8e62321a25e1702fb
+       packaging: disabled libmvec library.
+
+2016-08-25  Dongkyun, Son <dongkyun.s@samsung.com>
+
+       commit 53873f5464cad2d297c1367299aa6bb02918f2bc
+       packaging: fix build error
+
+2016-08-25  Dongkyun, Son <dongkyun.s@samsung.com>
+
+       commit 9fe3e7232eda2d2900bc8dd4c6abb10c49c1ffb6
+       packaging: add packaging