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
G
glibc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
glibc
Commits
d5b396c1
Commit
d5b396c1
authored
Feb 08, 2014
by
Allan McRae
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Open development for 2.20
parent
9a869d82
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
+13
-2
ChangeLog
ChangeLog
+6
-0
NEWS
NEWS
+5
-0
version.h
version.h
+2
-2
No files found.
ChangeLog
View file @
d5b396c1
2014-02-07 Allan McRae <allan@archlinux.org>
* version.h (RELEASE): Set to "development".
(VERSION): Set to "2.19.90"
* NEWS: Add 2.20 section.
2014-02-06 Carlos O'Donell <carlos@redhat.com>
[BZ #16529]
NEWS
View file @
d5b396c1
...
...
@@ -4,6 +4,11 @@ See the end for copying conditions.
Please
send
GNU
C
library
bug
reports
via
<
http
://
sourceware
.
org
/
bugzilla
/>
using
`
glibc
' in the "product" field.
Version 2.20
* The following bugs are resolved with this release:
Version 2.19
...
...
version.h
View file @
d5b396c1
/* This file just defines the current version number of libc. */
#define RELEASE "
stable
"
#define VERSION "2.19"
#define RELEASE "
development
"
#define VERSION "2.19
.90
"
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