aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 6d2827bbbd4f6e84f3a5915f9465be2b0b06021b (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
2021-05-25 Mike Gabriel

        * release 0.9.2 (HEAD -> master, tag: 0.9.2)

2021-05-25 Robert Tari

        * Merge branch
          'sunweaver-pr/provide-have-desktopenv-program-functions'
          (43bbe9b)

2021-05-25 Mike Gabriel

        * src/utils.(ch): Add ayatana_common_utils_have_*_program() functions
          used in session indicator. (9fc7eaa)

2021-05-23 Mike Gabriel

        * Merge branch 'tari01-pr/update-docs' (3989df8)

2021-05-17 Robert Tari

        * Update documentation files (ffd9c2c)

2021-05-12 Mike Gabriel

        * Merge branch 'tari01-pr/prefix-symbols' (622d115)

2021-05-12 Robert Tari

        * Prefix functions in utils with ayatana_common_utils_ (68f98ee)

2021-05-11 Robert Tari

        * Merge branch 'sunweaver-pr/add-coverage-support' (75dd432)

2021-05-04 Mike Gabriel

        * .travis.yml: Don't try running autotools based CI build. (ae23acc)
        * .travis.yml: Don't try running autotools based CI build. (c55c46f)
        * CMakeLists.txt: Add coverage report support. (fbf20bd)

2021-05-03 Mike Gabriel

        * Prepare for next release (v0.9.2). (f8fb7f2)

2021-05-01 Mike Gabriel

        * README.md: Pull in CI build status icon from travis-ci.com, not
          travis-ci.org. (00f4729)
        * Merge branch 'tari01-pr/add-install' (e90249e)

2021-04-29 Robert Tari

        * INSTALL.md: Add build/installation instructions (17f5d8f)

2021-05-01 Mike Gabriel

        * Merge branch 'tari01-pr/standardise-makefile' (ddaf929)

2021-04-29 Robert Tari

        * CMakeLists.txt: Use our standardised CMake bits (155b2f1)
        * Merge branch 'sunweaver-pr/travis-ci' (0d153a3)

2021-04-29 Mike Gabriel

        * CMakeLists.txt: Be happy with cmake 3.13 (fixes FTBFS on Debian
          10). (298f4b3)
        * .travis.yml: Temporarily disable CI builds on ubuntu:rolling.
          Ubuntu's I series is not ready yet as docker container.
          (e863413)
        * tests/CMakeLists.txt: Build unit tests with --no-pie CXXFLAG.
          (2484d58)
        * README.md: Add file, show Travis CI status. (6781806)
        * debian/rules: Explicitly enable unit tests during package build.
          (2a3e4e9)
        * CMakeLists.txt: Adjust test build option (DISABLE_TESTS ->
          ENABLE_TESTS, defaulting to OFF). Add ENABLE_COVERAGE
          build option. (82d8739)
        * Travis CI: Initial draft for CI builds. (e29071a)

2021-04-12 Robert Tari

        * Attributes GH PR #11:
          https://github.com/AyatanaIndicators/libayatana-common/pull/11
          (9929648)

2021-04-12 Mike Gabriel

        * src/CMakeLists.txt: Drop PUBLIC_HEADER from set_target_properties
          to avoid utils.h in <libdir>. (17c78ef)
        * release 0.9.1 (e264045) (tag: 0.9.1)
        * Merge branch 'tari01-pr/add-zenity-warning' (94b8cfc)

2021-04-02 Robert Tari

        * Add the Zenity warning function (9f6064b)

2021-03-30 Mike Gabriel

        * release 0.9.0 (8acbd3a) (tag: 0.9.0)
        * Merge branch 'tari01-pr/add-budgie' (8b8c30f)

2021-03-22 Robert Tari

        * Add us to the copyright headers (18179a1)
        * Add Budgie desktop support (cd6d7b2)
        * Whitespace fix (27d8dca)

2021-03-30 Mike Gabriel

        * Merge branch 'tari01-pr/fix-required-cmake-version' (73bd95f)

2021-02-08 Robert Tari

        * Fix minimum required CMake version warning (5bf1dcb)

2021-03-30 Mike Gabriel

        * Merge branch 'revert-1-pr/no-lomiri-tests-without-url-dispatcher'
          (4cba471)

2021-02-03 Marius Gripsgard

        * Revert "tests/: Don't run Lomiri related unit test, if library
          hasn't been bu…" (bc3517b)

2021-02-03 Robert Tari

        * Merge branch 'sunweaver-pr/port-to-lomiri-url-dispatcher' (e3cb90d)

2021-02-03 Mike Gabriel

        * Port from URL Dispatcher to Lomiri URL Dispatcher. (7d1d251)

2021-02-03 Robert Tari

        * Merge branch 'sunweaver-pr/deb-packaging' (e679711)
        * Merge branch 'sunweaver-pr/add-copying-file' (e436dff)

2021-01-15 Mike Gabriel

        * Explicitly set ABI_VERSION / API_VERSION and use ABI_VERSION in the
          .so filename. (0954c9d)
        * tests/CMakeLists.txt: Add GMOCK_LIBRARIES to
          target_link_libraries(). (d16f5df)
        * tests/: Don't run Lomiri related unit test, if library hasn't been
          built against lomiri-uri-dispatcher. (e4bbb7d)

2021-02-03 Robert Tari

        * Merge branch 'sunweaver-pr/set-api-abi-version' (00d165c)

2021-01-15 Mike Gabriel

        * tests/CMakeLists.txt: Add GMOCK_LIBRARIES to
          target_link_libraries(). (f4699d4)
        * tests/: Don't run Lomiri related unit test, if library hasn't been
          built against lomiri-uri-dispatcher. (792fe77)

2021-02-03 Robert Tari

        * Merge branch 'sunweaver-pr/gmock-must-be-in-link-libraries'
          (1756ee8)

2021-01-15 Mike Gabriel

        * tests/: Don't run Lomiri related unit test, if library hasn't been
          built against lomiri-uri-dispatcher. (1206219)

2021-02-03 Robert Tari

        * Merge branch 'sunweaver-pr/no-lomiri-tests-without-url-dispatcher'
          (d869125)

2021-01-15 Mike Gabriel

        * debian/: Initial packaging draft. (2e291cb)
        * tests/: Don't run Lomiri related unit test, if library hasn't been
          built against lomiri-uri-dispatcher. (b462fd7)
        * tests/CMakeLists.txt: Add GMOCK_LIBRARIES to
          target_link_libraries(). (f730ff4)
        * Explicitly set ABI_VERSION / API_VERSION and use ABI_VERSION in the
          .so filename. (470a653)
        * COPYING: Add file. (b6670f0)
        * Explicitly set ABI_VERSION / API_VERSION and use ABI_VERSION in the
          .so filename. (dc7ae44)
        * tests/CMakeLists.txt: Add GMOCK_LIBRARIES to
          target_link_libraries(). (1d64ee4)
        * tests/: Don't run Lomiri related unit test, if library hasn't been
          built against lomiri-uri-dispatcher. (b68ebfc)

2021-01-12 Marius Gripsgard

        * Inital commit (3cc2c95)