Opened 8 years ago

Closed 8 years ago

#7429 closed enhancement (fixed)

unrarsrc-5.3.10 (unrar-5.3.10)

Reported by: Fernando de Oliveira Owned by: Fernando de Oliveira
Priority: normal Milestone: 7.9
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

http://www.rarlab.com/rar/unrarsrc-5.3.10.tar.gz

https://fossies.org/linux/misc/unrarsrc-5.3.10.tar.gz/

MD5 (unrarsrc-5.3.10.tar.gz): 2bc61f5dd66d019ea938b64481620173

Very interesting few files modified and I can never find other change info:

https://fossies.org/diffs/unrarsrc/5.3.9_vs_5.3.10/

Only one modification, essentially for Windows. Other modifications are for version and date.

$ diff -Nar -U 0 unrar-5.3.09 unrar-5.3.10
diff -Nar -U 0 unrar-5.3.09/dll.rc unrar-5.3.10/dll.rc
--- unrar-5.3.09/dll.rc 2016-01-03 06:10:40.000000000 -0300
+++ unrar-5.3.10/dll.rc 2016-02-03 16:37:39.000000000 -0300
@@ -5,2 +5,2 @@
-FILEVERSION 5, 31, 1, 1832
-PRODUCTVERSION 5, 31, 1, 1832
+FILEVERSION 5, 31, 100, 1864
+PRODUCTVERSION 5, 31, 100, 1864
@@ -17,2 +17,2 @@
-      VALUE "FileVersion", "5.31.1\0"
-      VALUE "ProductVersion", "5.31.1\0"
+      VALUE "FileVersion", "5.31.0\0"
+      VALUE "ProductVersion", "5.31.0\0"
diff -Nar -U 0 unrar-5.3.09/unicode.cpp unrar-5.3.10/unicode.cpp
--- unrar-5.3.09/unicode.cpp    2016-01-03 06:55:37.000000000 -0300
+++ unrar-5.3.10/unicode.cpp    2016-02-03 16:41:37.000000000 -0300
@@ -383 +383 @@
-  return CompareStringW(LOCALE_USER_DEFAULT,NORM_IGNORECASE|SORT_STRINGSORT,s1,-1,s2,-1)-2;
+  return CompareString(LOCALE_USER_DEFAULT,NORM_IGNORECASE|SORT_STRINGSORT,s1,-1,s2,-1)-2;
diff -Nar -U 0 unrar-5.3.09/version.hpp unrar-5.3.10/version.hpp
--- unrar-5.3.09/version.hpp    2016-01-03 06:55:37.000000000 -0300
+++ unrar-5.3.10/version.hpp    2016-02-03 16:41:37.000000000 -0300
@@ -3,3 +3,3 @@
-#define RARVER_BETA      1
-#define RARVER_DAY       3
-#define RARVER_MONTH     1
+#define RARVER_BETA      0
+#define RARVER_DAY       4
+#define RARVER_MONTH     2

https://fossies.org/linux/misc/unrarsrc-5.3.10.tar.gz/cloc.html

Change History (2)

comment:1 by Fernando de Oliveira, 8 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

comment:2 by Fernando de Oliveira, 8 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r16905.

Note: See TracTickets for help on using tickets.