Skip to content

Commit

Permalink
Upgrade version number to 3.0.0 RC 2
Browse files Browse the repository at this point in the history
  • Loading branch information
barijaona committed Jul 27, 2014
1 parent fa3e556 commit be5265e
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Acknowledgements.rtf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{\rtf1\ansi\ansicpg1252\cocoartf1265\cocoasubrtf190
{\rtf1\ansi\ansicpg1252\cocoartf1265\cocoasubrtf210
\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 LucidaGrande;\f1\fswiss\fcharset0 Helvetica;\f2\froman\fcharset0 Times-Roman;
}
{\colortbl;\red255\green255\blue255;\red0\green137\blue255;}
Expand Down Expand Up @@ -71,7 +71,7 @@ Italian - Marcello Teodori\
Japanese - Daisuke Okada\
Korean - Lee Seung Koo\
Portuguese - Rui Carlos A. Gon\'e7alves\
Spanish - Carlos Morales\
Spanish - Carlos Morales and Juan Pablo Atienza Martinez\
Simplified Chinese - Arsen Liang\
Swedish - Christoffer Larsson and Peter Vendleg\'e5rd\
Traditional Chinese - Weizhong Yang and Jack M.H. Lin\
Expand Down
13 changes: 13 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ most recent build should be at the top of this file.

Thanks!

3.0.0 rc 2
----------
- Background fetching and database writing of feeds (yes, such an important change is not expected between two release candidates versions, but the risk has been thoroughly pondered)
- Separated "Mark Read" and "Mark Unread" menu items for articles
- Rudimentary support of OPDS feeds (ebooks), like those provided by Calibre
- Fix an issue with number of unread articles caused by user deleting articles stored in OpenReader before having read them
- Spanish localization improvements, thanks to Juan Pablo Atienza Martinez
- Another fix for file:// URLs
- Fix relative links to enclosures
- Handle embedded images `<img src="data:..." ...>`
- Multiple improvements and fixes on memory management
- Other cosmetic or UI fixes

3.0.0 rc 1
----------
- Add The Old Reader (<https://theoldreader.com>) as a supported OpenReader provider
Expand Down
4 changes: 2 additions & 2 deletions Release Instructions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Tags should be in one of the following formats:
2. Make sure that the "CHANGES" file is up to date.
3. Copy the most recent part of "CHANGES" in a new text document and process it with Markdown to get a new "notes.html".
4. Commit anything unstaged
5. Make a new tag using `git tag -s`, respecting the above mentioned convention (if you do not have a gpg key, you can use `git tag -a` instead). Push the tag to ViennaRSS' master at Github.
5. Make a new tag using `git tag -s` _tagname_, respecting the above mentioned convention (if you do not have a gpg key, you can use `git tag -a` instead). Push the tag to ViennaRSS' master at Github (`git push --tags ViennaRSS master`).
6. Run `make clean`.
7. Run `make release`.
8. Upload the contents of `Deployment/Uploads` (found in the build directory) using the following steps.
Expand All @@ -46,7 +46,7 @@ Tags should be in one of the following formats:
9. Ensure also that these files are set to be group writable.
10. Run the previous version of Vienna, and make sure that the Sparkle update mechanism works correctly to display and download the latest version. After updating, check again to make sure Sparkle is showing that you have the latest version.
11. Post an announcement of the new release on the CocoaForge Vienna forum at <http://forums.cocoaforge.com/viewforum.php?f=18> and/or <http://vienna-rss.org>.
9. Push the new tag to Github (`git push --tags ViennaRSS master`)
9. If you haven't yet, push the new tag to Github (`git push --tags ViennaRSS master`)



22 changes: 11 additions & 11 deletions notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@

<h1>Version notes</h1>

<h2 id="rc1">3.0.0 rc 1</h2>
<h2 id="rc2">3.0.0 rc 2</h2>

<ul>
<li>Add The Old Reader (<a href="https://theoldreader.com">https://theoldreader.com</a>) as a supported OpenReader provider</li>
<li>Improved <a href="http://www.inoreader.com">InoReader</a> support (handles homepage and icons)</li>
<li>Improved Unified layout</li>
<li>Improved accessibility</li>
<li>Improved German translation</li>
<li>Fix credentials input for feeds requiring authentication</li>
<li>Handle dates with a two-digit date formatter</li>
<li>Fix some plugins</li>
<li>Background fetching and database writing of feeds (yes, such an important change is not expected between two release candidates versions, but the risk has been thoroughly pondered)</li>
<li>Separated &#8220;Mark Read&#8221; and &#8220;Mark Unread&#8221; menu items for articles</li>
<li>Rudimentary support of OPDS feeds (ebooks), like those provided by Calibre</li>
<li>Fix an issue with number of unread articles caused by user deleting articles stored in OpenReader before having read them</li>
<li>Spanish localization improvements, thanks to Juan Pablo Atienza Martinez</li>
<li>Another fix for file:// URLs</li>
<li>Fix relative links to enclosures</li>
<li>Handle embedded images <code>&lt;img src="data:..." ...&gt;</code></li>
<li>Multiple improvements and fixes on memory management</li>
<li>Other cosmetic or UI fixes</li>
</ul>

<p>Thanks to Emiliano Necciari, Boris Dušek, bavarious and biphuhn for their contributions !</p>
</body>
</html>

0 comments on commit be5265e

Please sign in to comment.