commit most for openSUSE:Factory
Hello community, here is the log from the commit of package most for openSUSE:Factory checked in at 2019-05-07 23:16:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/most (Old) and /work/SRC/openSUSE:Factory/.most.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "most" Tue May 7 23:16:00 2019 rev:2 rq:694730 version:5.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/most/most.changes 2019-01-21 10:47:01.188263898 +0100 +++ /work/SRC/openSUSE:Factory/.most.new.5148/most.changes 2019-05-07 23:16:02.216535078 +0200 @@ -1,0 +2,22 @@ +Sun Apr 14 09:43:10 UTC 2019 - Sébastien 'sogal' Poher <sogal@opensuse.org> + +- Upgrade to new release 5.1 + * Install docs in $prefix/share/doc + * Removed redundant switch in the most_forward_columns function. + * Added an option to most_read_file_dsc to skip the line + count and made use of it in search.c to speed up the searches a bit. + * When wrapping a line, the color was not "wrapped". + * If a color escape sequence occurs at the end of a line whose display + width is equal to the terminal width, do not wrap the line. + * Limit the amount of loops when going to the end of the buffer. + * Change DELETE to BACKSPACE. + * Use /etc/ld.so.conf to located system lib paths. + * Fixed an issue with the display of double-width characters to address + lp#312454 + * Rewrote the search functions from scratch. Both ordinary and regexp + Searches are now supported. + * Add the -r flag to startup with regular-expression searches. + * Added support for Home/End keys (top/bottom of buffer). + * Added a work-around for programs that try colorize the output + +------------------------------------------------------------------- Old: ---- most-pre5.1-24.tar.gz New: ---- most-5.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ most.spec ++++++ --- /var/tmp/diff_new_pack.dN722f/_old 2019-05-07 23:16:02.924536522 +0200 +++ /var/tmp/diff_new_pack.dN722f/_new 2019-05-07 23:16:02.924536522 +0200 @@ -12,19 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%define bugfix 24 Name: most -Version: pre5.1 +Version: 5.1.0 Release: 0 Summary: File viewer and pager License: GPL-2.0-only Group: Productivity/Text/Utilities URL: https://www.jedsoft.org/most/ -Source: https://www.jedsoft.org/snapshots/%{name}-%{version}-%{bugfix}.tar.gz +Source: https://www.jedsoft.org/snapshots/%{name}-%{version}.tar.gz BuildRequires: pkgconfig BuildRequires: slang-devel @@ -33,7 +32,7 @@ It supports multiple windows and can scroll left and right. %prep -%setup -q -n %{name}-%{version}-%{bugfix} +%setup -q -n %{name}-%{version} %build %configure --prefix=%{_prefix} ++++++ most-pre5.1-24.tar.gz -> most-5.1.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/COPYRIGHT new/most-5.1.0/COPYRIGHT --- old/most-pre5.1-24/COPYRIGHT 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/COPYRIGHT 2019-02-18 05:05:44.000000000 +0100 @@ -1,6 +1,6 @@ This file is part of MOST. - Copyright (c) 1991, 1999, 2002, 2005-2018 John E. Davis + Copyright (c) 1991, 1999, 2002, 2005-2018,2019 John E. Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/README new/most-5.1.0/README --- old/most-pre5.1-24/README 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/README 2019-02-18 05:05:44.000000000 +0100 @@ -63,7 +63,7 @@ [Note also that this is really the first non-trivial C program that I ever wrote. Because of this, much of the code appears very amateurish. For example, I tried very hard to avoid C constructs - that some some authors considered very bad, e.g., goto, continue, + that some authors strongly discourage, e.g., goto, continue, break. Of course this made some of the code convoluted, e.g., contrast diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/changes.txt new/most-5.1.0/changes.txt --- old/most-pre5.1-24/changes.txt 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/changes.txt 2019-02-18 05:05:44.000000000 +0100 @@ -43,7 +43,7 @@ 23. src/Makefile.in: Added LDFLAGS to chkslang linker line (Denis Pronin) 24. *: Converted the man page source most.1 to text-macro, and regenerated it. Updated copyrights for upcoming release. - +25. Updated manifest and copyrights updated for 2019 release. {{{ Previous Versions Changes since 4.10.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/doc/most.1 new/most-5.1.0/doc/most.1 --- old/most-pre5.1-24/doc/most.1 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/doc/most.1 2019-02-18 05:05:44.000000000 +0100 @@ -3,7 +3,7 @@ .\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng <steve@ggi-project.org>. -.TH "MOST" "1" "28 October 2018" "" "" +.TH "MOST" "1" "17 February 2019" "" "" .SH NAME most \- browse or page through a text file @@ -397,7 +397,7 @@ through a file. When in doubt, use the -v and -b options of \fBmost\fR\&. .PP The regular-expression searches may fail to find strings that involve -backspace/underscore used for high- lighting. The regular-expression +backspace/underscore used for highlighting. The regular-expression syntax is described in the S-Lang Library documentation. .SH "AUTHOR" .PP diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/doc/most.txt new/most-5.1.0/doc/most.txt --- old/most-pre5.1-24/doc/most.txt 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/doc/most.txt 2019-02-18 05:05:44.000000000 +0100 @@ -381,7 +381,7 @@ -v and -b options of most. The regular-expression searches may fail to find strings that - involve backspace/underscore used for high- lighting. The + involve backspace/underscore used for highlighting. The regular-expression syntax is described in the S-Lang Library documentation. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/doc/tm/most.tm new/most-5.1.0/doc/tm/most.tm --- old/most-pre5.1-24/doc/tm/most.tm 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/doc/tm/most.tm 2019-02-18 05:05:44.000000000 +0100 @@ -385,7 +385,7 @@ through a file. When in doubt, use the -v and -b options of \most. \pp The regular-expression searches may fail to find strings that involve -backspace/underscore used for high- lighting. The regular-expression +backspace/underscore used for highlighting. The regular-expression syntax is described in the S-Lang Library documentation. \p-end \refsect1-end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/most.lis new/most-5.1.0/most.lis --- old/most-pre5.1-24/most.lis 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/most.lis 2019-02-18 05:05:44.000000000 +0100 @@ -3,13 +3,14 @@ @README @COPYRIGHT @COPYING -@lesskeys.rc +@NEWS @changes.txt +@doc/lesskeys.rc @doc/most.rc @doc/most-fun.txt @doc/most.1 -@doc/most.doc +@doc/most.txt @doc/most.hlp @doc/tm/most.tm @doc/tm/Makefile diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/src/buffer.c new/most-5.1.0/src/buffer.c --- old/most-pre5.1-24/src/buffer.c 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/src/buffer.c 2019-02-18 05:05:44.000000000 +0100 @@ -1,7 +1,7 @@ /* This file is part of MOST. - Copyright (c) 1991, 1999, 2002, 2005-2018 John E. Davis + Copyright (c) 1991, 1999, 2002, 2005-2018, 2019 John E. Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/src/buffer.h new/most-5.1.0/src/buffer.h --- old/most-pre5.1-24/src/buffer.h 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/src/buffer.h 2019-02-18 05:05:44.000000000 +0100 @@ -1,7 +1,7 @@ /* This file is part of MOST. - Copyright (c) 1991, 1999, 2002, 2005-2018 John E. Davis + Copyright (c) 1991, 1999, 2002, 2005-2018, 2019 John E. Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/src/chkslang.c new/most-5.1.0/src/chkslang.c --- old/most-pre5.1-24/src/chkslang.c 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/src/chkslang.c 2019-02-18 05:05:44.000000000 +0100 @@ -1,7 +1,7 @@ /* This file is part of MOST. - Copyright (c) 1991, 1999, 2002, 2005-2018 John E. Davis + Copyright (c) 1991, 1999, 2002, 2005-2018, 2019 John E. Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/src/cmd.c new/most-5.1.0/src/cmd.c --- old/most-pre5.1-24/src/cmd.c 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/src/cmd.c 2019-02-18 05:05:44.000000000 +0100 @@ -1,7 +1,7 @@ /* This file is part of MOST. - Copyright (c) 1991, 1999, 2002, 2005-2018 John E. Davis + Copyright (c) 1991, 1999, 2002, 2005-2018, 2019 John E. Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/src/display.c new/most-5.1.0/src/display.c --- old/most-pre5.1-24/src/display.c 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/src/display.c 2019-02-18 05:05:44.000000000 +0100 @@ -1,7 +1,7 @@ /* This file is part of MOST. - Copyright (c) 1991, 1999, 2002, 2005-2018 John E. Davis + Copyright (c) 1991, 1999, 2002, 2005-2018, 2019 John E. Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/src/display.h new/most-5.1.0/src/display.h --- old/most-pre5.1-24/src/display.h 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/src/display.h 2019-02-18 05:05:44.000000000 +0100 @@ -1,7 +1,7 @@ /* This file is part of MOST. - Copyright (c) 1991, 1999, 2002, 2005-2018 John E. Davis + Copyright (c) 1991, 1999, 2002, 2005-2018, 2019 John E. Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/src/edit.c new/most-5.1.0/src/edit.c --- old/most-pre5.1-24/src/edit.c 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/src/edit.c 2019-02-18 05:05:44.000000000 +0100 @@ -1,7 +1,7 @@ /* This file is part of MOST. - Copyright (c) 1991, 1999, 2002, 2005-2018 John E. Davis + Copyright (c) 1991, 1999, 2002, 2005-2018, 2019 John E. Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/src/edit.h new/most-5.1.0/src/edit.h --- old/most-pre5.1-24/src/edit.h 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/src/edit.h 2019-02-18 05:05:44.000000000 +0100 @@ -1,7 +1,7 @@ /* This file is part of MOST. - Copyright (c) 1991, 1999, 2002, 2005-2018 John E. Davis + Copyright (c) 1991, 1999, 2002, 2005-2018, 2019 John E. Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/src/file.c new/most-5.1.0/src/file.c --- old/most-pre5.1-24/src/file.c 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/src/file.c 2019-02-18 05:05:44.000000000 +0100 @@ -1,7 +1,7 @@ /* This file is part of MOST. - Copyright (c) 1991, 1999, 2002, 2005-2018 John E. Davis + Copyright (c) 1991, 1999, 2002, 2005-2018, 2019 John E. Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/src/file.h new/most-5.1.0/src/file.h --- old/most-pre5.1-24/src/file.h 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/src/file.h 2019-02-18 05:05:44.000000000 +0100 @@ -1,7 +1,7 @@ /* This file is part of MOST. - Copyright (c) 1991, 1999, 2002, 2005-2018 John E. Davis + Copyright (c) 1991, 1999, 2002, 2005-2018, 2019 John E. Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/src/help.c new/most-5.1.0/src/help.c --- old/most-pre5.1-24/src/help.c 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/src/help.c 2019-02-18 05:05:44.000000000 +0100 @@ -1,7 +1,7 @@ /* This file is part of MOST. - Copyright (c) 1991, 1999, 2002, 2005-2018 John E. Davis + Copyright (c) 1991, 1999, 2002, 2005-2018, 2019 John E. Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/src/keym.c new/most-5.1.0/src/keym.c --- old/most-pre5.1-24/src/keym.c 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/src/keym.c 2019-02-18 05:05:44.000000000 +0100 @@ -1,7 +1,7 @@ /* This file is part of MOST. - Copyright (c) 1991, 1999, 2002, 2005-2018 John E. Davis + Copyright (c) 1991, 1999, 2002, 2005-2018, 2019 John E. Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/src/keym.h new/most-5.1.0/src/keym.h --- old/most-pre5.1-24/src/keym.h 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/src/keym.h 2019-02-18 05:05:44.000000000 +0100 @@ -1,7 +1,7 @@ /* This file is part of MOST. - Copyright (c) 1991, 1999, 2002, 2005-2018 John E. Davis + Copyright (c) 1991, 1999, 2002, 2005-2018, 2019 John E. Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/src/keyparse.c new/most-5.1.0/src/keyparse.c --- old/most-pre5.1-24/src/keyparse.c 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/src/keyparse.c 2019-02-18 05:05:44.000000000 +0100 @@ -1,7 +1,7 @@ /* This file is part of MOST. - Copyright (c) 1991, 1999, 2002, 2005-2018 John E. Davis + Copyright (c) 1991, 1999, 2002, 2005-2018, 2019 John E. Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/src/keyparse.h new/most-5.1.0/src/keyparse.h --- old/most-pre5.1-24/src/keyparse.h 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/src/keyparse.h 2019-02-18 05:05:44.000000000 +0100 @@ -1,7 +1,7 @@ /* This file is part of MOST. - Copyright (c) 1991, 1999, 2002, 2005-2018 John E. Davis + Copyright (c) 1991, 1999, 2002, 2005-2018, 2019 John E. Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/src/line.c new/most-5.1.0/src/line.c --- old/most-pre5.1-24/src/line.c 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/src/line.c 2019-02-18 05:05:44.000000000 +0100 @@ -1,7 +1,7 @@ /* This file is part of MOST. - Copyright (c) 1991, 1999, 2002, 2005-2018 John E. Davis + Copyright (c) 1991, 1999, 2002, 2005-2018, 2019 John E. Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/src/line.h new/most-5.1.0/src/line.h --- old/most-pre5.1-24/src/line.h 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/src/line.h 2019-02-18 05:05:44.000000000 +0100 @@ -1,7 +1,7 @@ /* This file is part of MOST. - Copyright (c) 1991, 1999, 2002, 2005-2018 John E. Davis + Copyright (c) 1991, 1999, 2002, 2005-2018, 2019 John E. Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/src/main.c new/most-5.1.0/src/main.c --- old/most-pre5.1-24/src/main.c 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/src/main.c 2019-02-18 05:05:44.000000000 +0100 @@ -1,7 +1,7 @@ /* This file is part of MOST. - Copyright (c) 1991, 1999, 2002, 2005-2018 John E. Davis + Copyright (c) 1991, 1999, 2002, 2005-2018, 2019 John E. Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/src/most.c new/most-5.1.0/src/most.c --- old/most-pre5.1-24/src/most.c 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/src/most.c 2019-02-18 05:05:44.000000000 +0100 @@ -1,7 +1,7 @@ /* This file is part of MOST. - Copyright (c) 1991, 1999, 2002, 2005-2018 John E. Davis + Copyright (c) 1991, 1999, 2002, 2005-2018, 2019 John E. Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/src/most.h new/most-5.1.0/src/most.h --- old/most-pre5.1-24/src/most.h 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/src/most.h 2019-02-18 05:05:44.000000000 +0100 @@ -1,7 +1,7 @@ /* This file is part of MOST. - Copyright (c) 1991, 1999, 2002, 2005-2018 John E. Davis + Copyright (c) 1991, 1999, 2002, 2005-2018, 2019 John E. Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/src/search.c new/most-5.1.0/src/search.c --- old/most-pre5.1-24/src/search.c 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/src/search.c 2019-02-18 05:05:44.000000000 +0100 @@ -2,7 +2,7 @@ /* This file is part of MOST. - Copyright (c) 1991, 1999, 2002, 2005-2018 John E. Davis + Copyright (c) 1991, 1999, 2002, 2005-2018, 2019 John E. Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/src/search.h new/most-5.1.0/src/search.h --- old/most-pre5.1-24/src/search.h 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/src/search.h 2019-02-18 05:05:44.000000000 +0100 @@ -3,7 +3,7 @@ /* This file is part of MOST. - Copyright (c) 1991, 1999, 2002, 2005-2018 John E. Davis + Copyright (c) 1991, 1999, 2002, 2005-2018, 2019 John E. Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/src/sysdep.c new/most-5.1.0/src/sysdep.c --- old/most-pre5.1-24/src/sysdep.c 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/src/sysdep.c 2019-02-18 05:05:44.000000000 +0100 @@ -1,7 +1,7 @@ /* This file is part of MOST. - Copyright (c) 1991, 1999, 2002, 2005-2018 John E. Davis + Copyright (c) 1991, 1999, 2002, 2005-2018, 2019 John E. Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/src/sysdep.h new/most-5.1.0/src/sysdep.h --- old/most-pre5.1-24/src/sysdep.h 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/src/sysdep.h 2019-02-18 05:05:44.000000000 +0100 @@ -3,7 +3,7 @@ /* This file is part of MOST. - Copyright (c) 1991, 1999, 2002, 2005-2018 John E. Davis + Copyright (c) 1991, 1999, 2002, 2005-2018, 2019 John E. Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/src/version.h new/most-5.1.0/src/version.h --- old/most-pre5.1-24/src/version.h 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/src/version.h 2019-02-18 05:05:44.000000000 +0100 @@ -1,7 +1,7 @@ /* This file is part of MOST. - Copyright (c) 2006-2018 John E. Davis + Copyright (c) 2006-2018, 2019 John E. Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -20,5 +20,5 @@ #ifndef MOST_VERSION #define MOST_VERSION 50100 -#define MOST_VERSION_STR "pre5.1-24" +#define MOST_VERSION_STR "5.1.0" #endif /* MOST_VERSION */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/src/window.c new/most-5.1.0/src/window.c --- old/most-pre5.1-24/src/window.c 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/src/window.c 2019-02-18 05:05:44.000000000 +0100 @@ -1,7 +1,7 @@ /* This file is part of MOST. - Copyright (c) 1991, 1999, 2002, 2005-2018 John E. Davis + Copyright (c) 1991, 1999, 2002, 2005-2018, 2019 John E. Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/most-pre5.1-24/src/window.h new/most-5.1.0/src/window.h --- old/most-pre5.1-24/src/window.h 2018-10-29 08:55:02.000000000 +0100 +++ new/most-5.1.0/src/window.h 2019-02-18 05:05:44.000000000 +0100 @@ -3,7 +3,7 @@ /* This file is part of MOST. - Copyright (c) 1991, 1999, 2002, 2005-2018 John E. Davis + Copyright (c) 1991, 1999, 2002, 2005-2018, 2019 John E. Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free
participants (1)
-
root