Skip to content

Commit

Permalink
Updated version for release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
untergasser committed Aug 17, 2019
1 parent d56898f commit 43c33e4
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/libprimer3.cc
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ static void op_set_does_not_amplify_orf(primer_rec *);

/* Global static variables. */
static const char *primer3_copyright_char_star = "\n"
"Copyright (c) 1996-2017\n"
"Copyright (c) 1996-2019\n"
"Whitehead Institute for Biomedical Research, Steve Rozen\n"
"(http://purl.com/STEVEROZEN/), Andreas Untergasser and Helen Skaletsky\n"
"All rights reserved.\n"
Expand Down
4 changes: 2 additions & 2 deletions src/primer3_manual.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta name="viewport" content="width=1034, initial-scale=1.0">
<title>Primer3 Release 2.4.0 Manual</title>
<title>Primer3 Release 2.5.0 Manual</title>
<style>
body {
background-color:white;
Expand Down Expand Up @@ -39,7 +39,7 @@
</head>
<body>
<div id="page">
<h1>PRIMER3 RELEASE 2.4.0 MANUAL</h1>
<h1>PRIMER3 RELEASE 2.5.0 MANUAL</h1>
<h2>CONTENTS</h2><p>
<a href="#copyrightLicense">1. COPYRIGHT AND LICENSE</a><br>
<a href="#introduction">2. INTRODUCTION</a><br>
Expand Down
24 changes: 24 additions & 0 deletions src/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
release 2.5.0 2019-08-17 ===============================================
This release adds new features to primer3_core and related C code.

The primer3_config files for thermodynamic calculations are embedded in the
code and the primer3_config/ folder is not required any more for default
settings.

If PRIMER_SECONDARY_STRUCTURE_ALIGNMENT=1 is set, the secondary structure
will be displayed as string representation (for example):
PRIMER_LEFT_0_SELF_ANY_STUCT=5' ATTCGATTCTCCCCGGTATC 3'\n ||||\n 3' CTATGGCCCCTCTTAGCTTA 5'\n
for the structure:
5' ATTCGATTCTCCCCGGTATC 3'
||||
3' CTATGGCCCCTCTTAGCTTA 5'


Minor fixes:
1. Primer3 can handle windows newlines on input files.

2. A bug in the compl_end calculations was fixed.

3. The primer3_config/ folder is not required any more.


release 2.4.0 2017-11-03 ===============================================
This release adds a new feature to primer3_core and related C code.

Expand Down
2 changes: 1 addition & 1 deletion test/cmd_test3_output
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Copyright (c) 1996-2017
Copyright (c) 1996-2019
Whitehead Institute for Biomedical Research, Steve Rozen
(http://purl.com/STEVEROZEN/), Andreas Untergasser and Helen Skaletsky
All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion test/cmd_test5_output
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Copyright (c) 1996-2017
Copyright (c) 1996-2019
Whitehead Institute for Biomedical Research, Steve Rozen
(http://purl.com/STEVEROZEN/), Andreas Untergasser and Helen Skaletsky
All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion test/p3test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ()
# select STDERR;
$| = 1;

print "$0 for primer3_core version 2.4.0\n";
print "$0 for primer3_core version 2.5.0\n";

$all_ok = 1;
my $overall_start_time = time();
Expand Down
2 changes: 1 addition & 1 deletion test/primer_global_err/empty_1.out2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Copyright (c) 1996-2017
Copyright (c) 1996-2019
Whitehead Institute for Biomedical Research, Steve Rozen
(http://purl.com/STEVEROZEN/), Andreas Untergasser and Helen Skaletsky
All rights reserved.
Expand Down

0 comments on commit 43c33e4

Please sign in to comment.