Opened 6 days ago

Closed 5 days ago

#21331 closed enhancement (fixed)

unrar-7.1.6

Reported by: Douglas R. Reno Owned by: Bruce Dubbs
Priority: normal Milestone: 12.4
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version

Change History (3)

comment:1 by Bruce Dubbs, 6 days ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 5 days ago

Upstream does not tell us what changed. The only real difference between this version and the previous one is in two places:

+    // If characters mistmatch, to return a proper value we must compare
+    // already converted, case insensitive characters instead of original ones.
+    // So we place a.txt before B.txt and can perform the correct case
+    // insensitive binary search in different string lists.
     if (c1 != c2)
-      return *s1 < *s2 ? -1 : 1;
+      return c1 < c2 ? -1 : 1;

comment:3 by Bruce Dubbs, 5 days ago

Resolution: fixed
Status: assignedclosed

Fixed at commits

f0c65a3d73 Update to unrar-7.1.6.
032c82bf14 Update to pyparsing-3.2.2  (Python Module).
da9440fca8 Update to libevdev-1.13.4.
Note: See TracTickets for help on using tickets.