Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dbus
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
239
Issues
239
List
Boards
Labels
Service Desk
Milestones
Merge Requests
28
Merge Requests
28
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dbus
dbus
Commits
98294ab8
Commit
98294ab8
authored
Oct 30, 2017
by
Simon McVittie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare 1.12.0
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
93efaf78
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
10 deletions
+13
-10
NEWS
NEWS
+10
-7
configure.ac
configure.ac
+3
-3
No files found.
NEWS
View file @
98294ab8
dbus
1.12.0
(
UNRELEASED
)
dbus
1.12.0
(
2017
-
10
-
30
)
========================
1.12
.
x
will
be
a
new
stable
branch
,
recommended
for
use
in
OS
distributions
.
It
has
not
yet
been
released
,
but
will
be
soon
.
Please
test
the
release
candidate
version
,
1.11.22
.
The
“
gingerbread
skull
”
release
.
1.12
.
x
is
a
new
stable
branch
,
recommended
for
use
in
OS
distributions
.
Summary
of
major
changes
between
1.10
.
x
and
1.12.0
--------------------------------------------------
...
...
@@ -81,10 +82,12 @@ Miscellaneous behaviour changes:
•
[
Unix
]
Exceeding
an
anti
-
DoS
limit
is
logged
to
syslog
if
configured
,
or
to
stderr
.
D
-
Bus
1.11.24
(
UNRELEASED
)
==========================
Changes
since
1.11.22
release
candidate
---------------------------------------
Standard
stable
-
branch
changes
:
This
is
the
second
release
-
candidate
for
the
1.12.0
stable
release
.
•
Disable
warnings
about
use
of
deprecated
functions
(
Simon
McVittie
)
Fixes
:
...
...
configure.ac
View file @
98294ab8
...
...
@@ -2,8 +2,8 @@ dnl -*- mode: m4 -*-
AC_PREREQ([2.63])
m4_define([dbus_major_version], [1])
m4_define([dbus_minor_version], [1
1
])
m4_define([dbus_micro_version], [
23
])
m4_define([dbus_minor_version], [1
2
])
m4_define([dbus_micro_version], [
0
])
m4_define([dbus_version],
[dbus_major_version.dbus_minor_version.dbus_micro_version])
AC_INIT([dbus],[dbus_version],[https://bugs.freedesktop.org/enter_bug.cgi?product=dbus],[dbus])
...
...
@@ -42,7 +42,7 @@ LT_CURRENT=22
## increment any time the source changes; set to
## 0 if you increment CURRENT
LT_REVISION=
2
LT_REVISION=
3
## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment