Merge lp:~logan/ubuntu/raring/nxcomp/3.5.0-2 into lp:ubuntu/raring/nxcomp

Proposed by Logan Rosen
Status: Merged
Merged at revision: 8
Proposed branch: lp:~logan/ubuntu/raring/nxcomp/3.5.0-2
Merge into: lp:ubuntu/raring/nxcomp
Diff against target: 55 lines (+27/-0)
3 files modified
CHANGELOG (+4/-0)
Proxy.cpp (+17/-0)
debian/changelog (+6/-0)
To merge this branch: bzr merge lp:~logan/ubuntu/raring/nxcomp/3.5.0-2
Reviewer Review Type Date Requested Status
Dimitri John Ledkov Approve
Ubuntu branches Pending
Review via email: mp+143017@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

W: nxcomp source: out-of-date-standards-version 3.9.2 (current is 3.9.4)
P: libxcomp-dev: copyright-refers-to-symlink-license usr/share/common-licenses/GPL
I: libxcomp-dev: extended-description-is-probably-too-short
P: libxcomp-dev: no-homepage-field
I: libxcomp3: spelling-error-in-binary usr/lib/libXcomp.so.3.5.0 accomodate accommodate
W: libxcomp3: hardening-no-fortify-functions usr/lib/libXcomp.so.3.5.0
P: libxcomp3: copyright-refers-to-symlink-license usr/share/common-licenses/GPL
I: libxcomp3: extended-description-is-probably-too-short
P: libxcomp3: no-homepage-field
I: libxcomp3: no-symbols-control-file usr/lib/libXcomp.so.3.5.0

Bzr commit not tagged (e.g. bzr mark-uploaded or debcommit --release or just bzr tag)

Nonetheless, it's all minor things. Uploading.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CHANGELOG'
2--- CHANGELOG 2011-05-20 10:26:48 +0000
3+++ CHANGELOG 2013-01-12 05:09:21 +0000
4@@ -1,5 +1,9 @@
5 ChangeLog:
6
7+nxcomp-3.5.0-2
8+
9+- Fixed TR11H02398. Solved a race condition when creating channels.
10+
11 nxcomp-3.5.0-1
12
13 - Opened the 3.5.0 branch based on nxcomp-3.4.0-7.
14
15=== modified file 'Proxy.cpp'
16--- Proxy.cpp 2011-05-20 10:26:48 +0000
17+++ Proxy.cpp 2013-01-12 05:09:21 +0000
18@@ -1626,6 +1626,23 @@
19 int channelId = *(message + 2);
20
21 //
22+ // Check if the channel has been dropped.
23+ //
24+
25+ if (channels_[channelId] != NULL &&
26+ (channels_[channelId] -> getDrop() == 1 ||
27+ channels_[channelId] -> getClosing() == 1))
28+ {
29+ #ifdef TEST
30+ *logofs << "Proxy: Dropping the descriptor FD#"
31+ << getFd(channelId) << " channel ID#"
32+ << channelId << ".\n" << logofs_flush;
33+ #endif
34+
35+ handleDrop(channelId);
36+ }
37+
38+ //
39 // Check if the channel is in the valid
40 // range.
41 //
42
43=== modified file 'debian/changelog'
44--- debian/changelog 2011-11-21 16:20:05 +0000
45+++ debian/changelog 2013-01-12 05:09:21 +0000
46@@ -1,3 +1,9 @@
47+nxcomp (3.5.0-2-0ubuntu1) raring; urgency=low
48+
49+ * New upstream release.
50+
51+ -- Logan Rosen <logatronico@gmail.com> Sat, 12 Jan 2013 00:07:15 -0500
52+
53 nxcomp (3.5.0-1-0ubuntu2) precise; urgency=low
54
55 * Rebuild for libjpeg8.

Subscribers

People subscribed via source and target branches

to all changes: