Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gnome-subtitles
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
95
Issues
95
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gnome-subtitles
Commits
cc041c67
Commit
cc041c67
authored
Dec 18, 2018
by
Pedro Castro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating for release 1.4.2
parent
84651eab
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
4 deletions
+23
-4
NEWS
NEWS
+21
-2
configure.ac
configure.ac
+2
-2
No files found.
NEWS
View file @
cc041c67
Gnome Subtitles
Gnome Subtitles
===============
===============
X.X (XX/XX/XX)
1.4.2 (18/12/18)
==============
================
- Fixed a bug where the Timings Shift dialog was unable to handle negative shift amounts.
- The byte order mark (BOM) is no longer inserted at the beginning of files saved with UTF-8 encoding.
- Fixed a bug with the Translation Save dialog appearing after cancelling the Subtitle Save dialog.
- Migrated from gnome-doc-utils to yelp-tools (GNOME Goal: Port To New Documentation Infrastructure).
- Updated the website URLs
Note to packagers:
Note to packagers:
- Dependency change: gnome-doc-utils has been replaced by yelp-tools
- Dependency change: gnome-doc-utils has been replaced by yelp-tools
Bug fixes:
- Negative time shift not work (#112)
- Don't insert the BOM (byte order mark) when saving files with UTF-8 encoding (#113)
Contributors:
- Andre Klapper
- Piotr Drąg
Translations:
- Marek Černocký (cs)
- Alan Mortensen (da)
- Rodrigo Lledó (es)
1.4.1 (29/08/18)
1.4.1 (29/08/18)
================
================
...
...
configure.ac
View file @
cc041c67
...
@@ -2,10 +2,10 @@ dnl Process this file with autoconf to produce a configure script.
...
@@ -2,10 +2,10 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.63)
AC_PREREQ(2.63)
AC_INIT([gnome-subtitles],
AC_INIT([gnome-subtitles],
[1.4.
1
],
[1.4.
2
],
[https://gitlab.gnome.org/GNOME/gnome-subtitles/issues/new],
[https://gitlab.gnome.org/GNOME/gnome-subtitles/issues/new],
[gnome-subtitles],
[gnome-subtitles],
[http://www.gnomesubtitles.org])
[http
s
://www.gnomesubtitles.org])
YELP_HELP_INIT
YELP_HELP_INIT
GTK_DOC_CHECK([1.0])
GTK_DOC_CHECK([1.0])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment