-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b19c4cc
commit 402c3ae
Showing
7 changed files
with
85 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,82 @@ | ||
------------------------------------------------------------------- | ||
Sat Aug 17 16:00:46 UTC 2024 - [email protected] | ||
|
||
- Update to version 5.4+git20240817: | ||
* Update codeql.yml | ||
* Debugging publisher. | ||
* Debuggin macos publisher. | ||
* Updating workflows. | ||
* Debugging macos workflow. | ||
* Debugging macos workflow. | ||
* Debugging macos auto build. | ||
* Update codeql.yml | ||
* Debugging publisher. | ||
* Debuggin macos publisher. | ||
* Debugging macos workflow. | ||
* Debugging macos workflow. | ||
* Updating workflows. | ||
* Debugging macos auto build. | ||
* Another fix for macos build | ||
* Update README.md | ||
* Fixing brew upgrade | ||
* Reverting use of inner functions; doesnt work on macos compiler. | ||
* Trying to fix mac os builds. | ||
* Reactivating brew upgrade. | ||
* Setting state on unexpected exit during the build of ssl_context. | ||
* Disabling 'brew upgrade' in macos workflow. | ||
* Update publish.yml | ||
* Fixing bundler. | ||
* Adding win32 bundle. | ||
* Fixing win32 bundler. | ||
* Debugging msys bundler. | ||
* Adding bundle scripts. | ||
* Fix PA key mapping | ||
* Updating property methods. | ||
* Using nested functions. | ||
* Since windows does not have version control in the system a new method was implemented to check if the lib3270 current revision can work with applications to avoid loading of an incomplete or incompatible version of lib3270. | ||
* Forcing gettext path on MAC os. | ||
* Setting iconv path from brew in macos. | ||
* Just fixing a comment | ||
* Adding field methods splitted from ctlr.c | ||
* Splitting field methods out of ctlr.c, cleaning code. | ||
* Implementing search for data files based on bundle *or* program path. | ||
* Better libname in macos. | ||
* Fixing macos build. | ||
* Fixing macos library name. | ||
* Update README.md | ||
* Updating build instructions on README.md | ||
* Updating translation. | ||
* Disabling FIPS tests Fixing win32 builds | ||
* Update publish.yml | ||
* Update codeql.yml | ||
* Update codeql.yml | ||
* Fixing msvc build. | ||
* Publishing zip file for msvc builds. | ||
* Publish only on 'master' PRs | ||
* Publishing mingw package instead of tar.xz | ||
* Implementing mingw package. | ||
* Update publish.yml | ||
* Update ci-build.sh | ||
* Updating win32 ci build. | ||
* Fixing warning. | ||
* Searching for datafiles on all win32 possible paths. | ||
* Update publish.yml | ||
* Update publish.yml | ||
* Update publish.yml | ||
* Update publish.yml | ||
* Update publish.yml | ||
* Update publish.yml | ||
* Publishing win32 & macos artifacts in the same action. | ||
* Publishing macos artifact. | ||
* Debugging macos build. | ||
* Debugging macos workflow. | ||
* Debugging macos action. | ||
* Update macos.yml | ||
* Testing macos build. | ||
* Updating msys2 workflow. | ||
* Updating msys2 workflow. | ||
* Updating package control files. | ||
|
||
------------------------------------------------------------------- | ||
Wed Mar 22 18:14:29 UTC 2023 - [email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Format: 1.0 | ||
Source: lib3270 | ||
Version: 5.4+git20230322-0 | ||
Version: 5.4+git20240817-0 | ||
Binary: lib3270 | ||
Maintainer: Perry Werneck <[email protected]> | ||
Architecture: any | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<param name="changesgenerate">enable</param> | ||
<param name="changesauthor">[email protected]</param> | ||
<param name="url">https://github.com/PerryWerneck/lib3270.git</param> | ||
<param name="versionformat">@PARENT_TAG@+git%cd</param> | ||
<param name="versionformat">5.4+git%cd</param> | ||
<param name="scm">git</param> | ||
</service> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<servicedata> | ||
<service name="tar_scm"> | ||
<param name="url">https://github.com/PerryWerneck/lib3270.git</param> | ||
<param name="changesrevision">76361945fad5c3ed96c5b15cf98d99b4b05f2eaf</param></service></servicedata> | ||
<param name="changesrevision">b19c4cc54b9e0364f9e9d049737a59ab75edff35</param></service></servicedata> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters