Skip to content

Commit a5001c5

Browse files
committed
[gdb] Update .deb version and doc improvements
Mention how to upgrade and the date of the last rebuild. Also add Sanket as uploader.
1 parent 57047f2 commit a5001c5

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
jsdbg (1.0.0) unstable; urgency=medium
2+
3+
* GDB branch has been merged into master!
4+
* Minor bugfixes
5+
6+
-- Christian Biesinger <cbiesinger@google.com> Mon, 12 Aug 2019 16:43:00 -0500
7+
18
jsdbg (0.9.0) unstable; urgency=medium
29

310
* Update extensions

debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Source: jsdbg
22
Section: devel
33
Priority: optional
44
Maintainer: Christian Biesinger <cbiesinger@google.com>
5+
Uploaders: Sanket Joshi <sajos@microsoft.com>
56
Build-Depends: debhelper (>= 10), dotnet-sdk-2.2, dejagnu, gdb
67
Standards-Version: 4.1.2
78
Homepage: https://github.com/MicrosoftEdge/JsDbg

docs/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ import JsDbg
7070
end
7171
```
7272

73+
### Upgrading
74+
75+
There is currently no autoupdate on the GDB version of JsDbg, so you have to
76+
download and install a new version manually to upgrade. Just follow the
77+
installation instructions again (except for the .gdbinit part).
78+
79+
Last update of the GDB packages: Aug 18th, 2019.
80+
7381
### Usage
7482

7583
1. Run GDB for your program as usual.

0 commit comments

Comments
 (0)