blob: fdea8df071ea7cdd468609ce5ecfa48b9aa20685 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
################################################################################
# Filename: ChangeLog.Tizen
#
# Purpose: This file is to keep track of patches that are specific only to
# Tizen binutils. The goal of this record is to easily determine necessary
# commits to cherry-pick when we upgrade the major version of Tizen binutils.
# "Upgrade" here means syncing up with the future release of upstream
# binutils.
#
# 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-08-02 Sangmin Seo <sangmin7.seo@samsung.com>
commit 179bc4ca801cf3fee333246b596e96956084599d
ASan build fix: resolve multiple definitions.
2017-06-01 Slava Barinov <v.barinov@samsung.com>
commit 08a741a1a58641f7d9df899491c0ba08398e7887
Introduce --enable-new-dtags configure option.
2017-02-27 Slava Barinov <v.barinov@samsung.com>
commit 2b741dd730288101ecfe68c5f2270554fd0e48f5
2.27 version
2017-02-27 Yury Usishchev <y.usishchev@samsung.com>
commit 5a3528e2fcdacd4215291aa6462168d637106475
Ignore broken plugins
2017-02-27 Slava Barinov <v.barinov@samsung.com>
commit fcc5d98409fefd391002a5a8e91b42541234049b
Packaging added.
|