Skip to content

Commit

Permalink
15.0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
Divon Lan committed Jan 24, 2024
1 parent 2d51759 commit b2c1203
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@ ABOVE STATED REMEDY FAILS OF ITS ESSENTIAL PURPOSE.

END OF TERMS AND CONDITIONS

Genozip license version: 15.0.38
Genozip license version: 15.0.39

2 changes: 1 addition & 1 deletion RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Note on versioning:
- Minor version changes with bug fixes and minor feature updates
- Some minor versions are skipped due to failed deployment pipelines

15.0.38 24/1/2023
15.0.39 24/1/2023
- Core engine improvements: significant reducion in RAM consumption during compression, along with modest compression gains.
- Support for Mac Apple Silicon processors in osx64 simulated mode
- Updated section 2 of the license, to grant Premium license holders the right to distribute Genozip to others.
Expand Down
Binary file modified installers/genozip-installer.exe
Binary file not shown.
Binary file modified installers/genozip-linux-x86_64.tar
Binary file not shown.
9 changes: 5 additions & 4 deletions src/genozip-installer.ifp
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ C:\Users\divon\genozip\src\windows\LICENSE.for-installer.txt
9.9 KB
txt
[Licence_Begin]
11917
{\rtf1\ansi\ansicpg1252\deff0{\fonttbl{\f0\fnil\fcharset0 Arial;}}
11919
{\rtf1\ansi\deff0{\fonttbl{\f0\fnil\fcharset0 Arial;}}
{\colortbl ;\red0\green0\blue0;}
\viewkind4\uc1\pard\cf1\lang1033\fs20 This program, "Genozip", which includes four tools \par
(genozip, genounzip, genocat and genols), source code,\par
Expand Down Expand Up @@ -280,7 +280,7 @@ names of the Licensor, except as required for reasonable\par
and customary use in describing the origin of the Genozip\par
\par
8. Survival. The limitations of liability and ownership\par
rights of Genozip contained herein and Licensee\rquote s\par
rights of Genozip contained herein and Licensee\'e2\'80\'99s\par
obligations following termination of this Agreement will\par
survive the termination of this Agreement for any reason.\par
\par
Expand All @@ -293,7 +293,7 @@ Health or any other regulatory entity in any country for\par
any specific intended use, whether research, commercial,\par
diagnostic, or otherwise, and (ii) Licensee must ensure it\par
has any regulatory approvals that are necessary for\par
Licensee\rquote s intended uses of Genozip. Licensee will comply\par
Licensee\'e2\'80\'99s intended uses of Genozip. Licensee will comply\par
with all applicable laws and regulations when using and\par
maintaining Genozip.\par
\par
Expand Down Expand Up @@ -332,6 +332,7 @@ END OF TERMS AND CONDITIONS\par
\par
Genozip license version: 15.0.38\par
\par
\par
}
[Licence_End]
[Registry]
Expand Down
Binary file modified src/objdir.linux/secure/license.o
Binary file not shown.
2 changes: 1 addition & 1 deletion src/seg.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ void seg_mux_init (VBlockP vb, ContextP ctx, unsigned num_channels, uint8_t spec

// note: snips prepared with seg_prepare_multi_dict_id_special_snip can add
// an optional 3 chars + SNIP_SPECIAL in order to display the dicts in --show-snip
memcpy (&MUX_SNIP(mux)[mux->snip_len], (char[]){'\t', 'M','U','X', '0', SNIP_SPECIAL }, 6); // for --show-snip
memcpy (&MUX_SNIP(mux)[mux->snip_len], ((char[]){'\t', 'M','U','X', '0', SNIP_SPECIAL }), 6); // for --show-snip
mux->snip_len += 6;

// seg_mux_display (mux);
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define GENOZIP_CODE_VERSION "15.0.38"
#define GENOZIP_CODE_VERSION "15.0.39"

extern int code_version_major (void);
extern int code_version_minor (void);
Expand Down

0 comments on commit b2c1203

Please sign in to comment.